aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini27-103/+205
2021-03-15Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Mar2021Tom Rini2-2/+6
2021-03-15Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+0
2021-03-15include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla1-1/+1
2021-03-15ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford1-1/+5
2021-03-13common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2-0/+42
2021-03-12log: Add return-checking macros for 0 being successSimon Glass1-0/+20
2021-03-12log: Handle line continuationSimon Glass2-0/+8
2021-03-12log: Set up a flag byte for log recordsSimon Glass1-4/+10
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass1-0/+9
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass1-1/+2
2021-03-12test: Allow SPL to run any available testSimon Glass1-11/+5
2021-03-12test: Rename all linker lists to have a ut_ prefixSimon Glass1-4/+4
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-0/+6
2021-03-12test: Run driver-model tests using ut_run_list()Simon Glass1-42/+0
2021-03-12test: Use a local variable for test stateSimon Glass1-0/+14
2021-03-12test: Add ut_run_test_live_flat() to run tests twiceSimon Glass1-5/+8
2021-03-12test: Use ut_run_test() to run driver model testsSimon Glass1-20/+0
2021-03-12test: Move test running into a separate functionSimon Glass1-0/+16
2021-03-12test: Move dm_test_init() into test-main.cSimon Glass1-9/+0
2021-03-12test: Drop struct dm_test_stateSimon Glass2-19/+8
2021-03-12test: Handle driver model reinit in test_pre_run()Simon Glass2-0/+12
2021-03-12test: Move delay skipping to test_pre_run()Simon Glass1-0/+11
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+1
2021-03-12test: Create pre/post-run functionsSimon Glass1-0/+20
2021-03-12test: Add an overall test runnerSimon Glass1-0/+42
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass1-2/+2
2021-03-12test: Mark all driver model tests with a flagSimon Glass2-1/+4
2021-03-11configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay1-1/+0
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+1
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini1-8/+2
2021-03-08configs: meson64: add fdtoverlay_addr_rNeil Armstrong1-0/+1
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen1-1/+1
2021-03-08configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim1-7/+1
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt1-0/+18
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt1-0/+11
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt1-0/+5
2021-03-05ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng1-1/+1
2021-03-05ppc: qemu: Enable RTC support via I2CBin Meng1-0/+3
2021-03-05ppc: qemu: Switch over to use DM ETH and PCIBin Meng1-13/+0
2021-03-05ppc: qemu: Switch over to use DM serialBin Meng1-10/+0
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng1-0/+2
2021-03-05lib: addr_map: Move address_map[] type to the header fileBin Meng1-0/+8
2021-03-05include: Remove extern from addr_map.hBin Meng1-4/+4
2021-03-05ppc: qemu: Fix CONFIG_SYS_PCI_MAP_ENDBin Meng1-1/+1
2021-03-05configs: fsl: move via specific defines to KconfigRajesh Bhagat3-6/+0
2021-03-05arm: fsl: common: Improve NXP VID driver PMBus supportStephen Carlson2-13/+1
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-22/+1
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass1-0/+40
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-1/+25