summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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 pinsSimon Glass1-0/+40
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-1/+25
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-6/+25
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-3/+3
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass1-5/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-6/+22
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki1-22/+1
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass1-0/+13
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass1-0/+12
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass2-0/+41
2021-03-02tpm: Add an implementation of define_spaceSimon Glass1-0/+18
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass1-38/+38
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass1-0/+322
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-1/+2
2021-03-02sandbox: Add os_realloc()Simon Glass1-1/+11
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-3/+3
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt2-38/+48
2021-02-27Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-7/+13
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2-1/+12
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-11/+11
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt1-7/+13
2021-02-26ARM: stm32: Add USB host boot supportMarek Vasut1-0/+7
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher1-0/+7
2021-02-26part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson1-1/+5
2021-02-26mtd: spi-nor-core: Fix typo in documentationSean Anderson1-1/+1
2021-02-26mtd: spi-nor.h: Change spaces to tabsBin Meng1-10/+10
2021-02-25ppc: Remove MPC8569MDS boardTom Rini1-489/+0
2021-02-25arm: Remove sksimx6 boardTom Rini1-85/+0
2021-02-25arm: Remove mx53smd boardTom Rini1-111/+0
2021-02-25arm: Remove mx53ard boardTom Rini1-170/+0
2021-02-25arm: Remove mx25pdk boardTom Rini1-178/+0
2021-02-24lib: rsa: struct udevice build warningHeinrich Schuchardt1-0/+2
2021-02-24vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro1-0/+3
2021-02-24malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt1-0/+3
2021-02-24config: hikey: convert to DM_USB and DM_ETHPeter Robinson1-3/+1
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+0
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-101/+0
2021-02-22button: add udevice forward declarationNeil Armstrong1-0/+2