summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass
2021-03-02tpm: Add an implementation of define_spaceSimon Glass
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass
2021-03-02sandbox: Add os_realloc()Simon Glass
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt
2021-02-27Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt
2021-02-26ARM: stm32: Add USB host boot supportMarek Vasut
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson
2021-02-26mtd: spi-nor-core: Fix typo in documentationSean Anderson
2021-02-26mtd: spi-nor.h: Change spaces to tabsBin Meng
2021-02-25ppc: Remove MPC8569MDS boardTom Rini
2021-02-25arm: Remove sksimx6 boardTom Rini
2021-02-25arm: Remove mx53smd boardTom Rini
2021-02-25arm: Remove mx53ard boardTom Rini