summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2021-03-261-0/+15
| | * | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-5/+11
| | * | dm: core: Drop device_get_by_driver_info()Simon Glass2021-03-262-30/+0
| | * | clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass2021-03-261-0/+5
| | * | dm: core: Include dt-decl.h automaticallySimon Glass2021-03-261-0/+2
| | * | dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-0/+3
| | * | dm: core: Add macros to access the new linker listsSimon Glass2021-03-225-2/+179
| | * | linker_lists: Allow use in data structuresSimon Glass2021-03-221-0/+12
| | * | dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+5
| | * | dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+18
| | * | dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-0/+16
| * | | efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2021-03-251-4/+3
| * | | efi: Add ESRT to the EFI system tableJose Marinho2021-03-252-0/+45
| * | | efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-251-0/+1
| * | | efi_loader: Add helper functions for EFIIlias Apalodimas2021-03-251-0/+7
| * | | efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-251-0/+4
| * | | efi_loader: Uart device pathHeinrich Schuchardt2021-03-251-0/+10
| |/ /
| * | board: Add MT8183 pumpkin board supportFabien Parent2021-03-201-0/+41
| * | configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent2021-03-201-16/+4
| * | board: mediatek: rename pumpkin board into mt8516Fabien Parent2021-03-201-2/+2
| * | arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar2021-03-162-0/+28
| * | arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2021-03-161-0/+20
| * | Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-1527-103/+205
| |\ \
| * | | common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-132-0/+42
| * | | log: Add return-checking macros for 0 being successSimon Glass2021-03-121-0/+20
| * | | log: Handle line continuationSimon Glass2021-03-122-0/+8
| * | | log: Set up a flag byte for log recordsSimon Glass2021-03-121-4/+10
| * | | spl: test: Add a test for spl_load_simple_fit()Simon Glass2021-03-121-0/+9
| * | | sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-121-1/+2
| * | | test: Allow SPL to run any available testSimon Glass2021-03-121-11/+5
| * | | test: Rename all linker lists to have a ut_ prefixSimon Glass2021-03-121-4/+4
| * | | test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-0/+6
| * | | test: Run driver-model tests using ut_run_list()Simon Glass2021-03-121-42/+0
| * | | test: Use a local variable for test stateSimon Glass2021-03-121-0/+14
| * | | test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-121-5/+8
| * | | test: Use ut_run_test() to run driver model testsSimon Glass2021-03-121-20/+0
| * | | test: Move test running into a separate functionSimon Glass2021-03-121-0/+16
| * | | test: Move dm_test_init() into test-main.cSimon Glass2021-03-121-9/+0
| * | | test: Drop struct dm_test_stateSimon Glass2021-03-122-19/+8
| * | | test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-122-0/+12
| * | | test: Move delay skipping to test_pre_run()Simon Glass2021-03-121-0/+11
| * | | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-1/+1
| * | | test: Create pre/post-run functionsSimon Glass2021-03-121-0/+20
| * | | test: Add an overall test runnerSimon Glass2021-03-121-0/+42
| * | | test: Rename test-main.c to test-dm.cSimon Glass2021-03-121-2/+2
| * | | test: Mark all driver model tests with a flagSimon Glass2021-03-122-1/+4
| * | | Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-041-22/+1
| |\ \ \
| | * | | video: sunxi_display: Convert to DM_VIDEOJagan Teki2021-03-031-22/+1
| * | | | gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-031-0/+40
| * | | | gpio: Replace direction_input() and direction_output()Simon Glass2021-03-031-1/+25