summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass
2021-03-26dm: core: Include dt-decl.h automaticallySimon Glass
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass
2021-03-22dm: core: Add macros to access the new linker listsSimon Glass
2021-03-22linker_lists: Allow use in data structuresSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass
2021-03-20board: Add MT8183 pumpkin board supportFabien Parent
2021-03-20configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent
2021-03-20board: mediatek: rename pumpkin board into mt8516Fabien Parent
2021-03-16arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar
2021-03-16arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-15Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-03-15include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla
2021-03-15ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz
2021-03-12log: Add return-checking macros for 0 being successSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-12log: Set up a flag byte for log recordsSimon Glass
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass
2021-03-12test: Allow SPL to run any available testSimon Glass
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass
2021-03-12test: Use a local variable for test stateSimon Glass
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass
2021-03-12test: Move test running into a separate functionSimon Glass
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Create pre/post-run functionsSimon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-03-11configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay