summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dm: gpio: Add a way to update flagsSimon Glass2021-03-031-6/+25
* | gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-3/+3
* | dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-031-5/+6
* | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-6/+22
* | tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-021-0/+13
* | tpm: Add TPM2 support for write_lockSimon Glass2021-03-021-0/+12
* | tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-022-0/+41
* | tpm: Add an implementation of define_spaceSimon Glass2021-03-021-0/+18
* | tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-021-38/+38
* | tpm: Add an API that can support v1.2 and v2Simon Glass2021-03-021-0/+322
* | sandbox: Avoid using malloc() for system stateSimon Glass2021-03-021-1/+2
* | sandbox: Add os_realloc()Simon Glass2021-03-021-1/+11
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-022-3/+3
|/
* log: convert pr_*() to loggingHeinrich Schuchardt2021-03-012-38/+48
* Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-271-7/+13
|\
| * efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt2021-02-261-7/+13
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-02-262-1/+12
|\ \
| * | fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-261-0/+7
| * | part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-1/+5
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-02-261-11/+11
|\ \
| * | mtd: spi-nor-core: Fix typo in documentationSean Anderson2021-02-261-1/+1
| * | mtd: spi-nor.h: Change spaces to tabsBin Meng2021-02-261-10/+10
| |/
* / ARM: stm32: Add USB host boot supportMarek Vasut2021-02-261-0/+7
|/