summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-03-01imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit.Adam Ford1-0/+4
2021-03-01mx51evk: Convert to driver modelFabio Estevam1-8/+0
2021-03-01mx53loco: Convert to driver modelFabio Estevam1-6/+0
2021-03-01board: toradex: move RGMII delays to PHY sideOleksandr Suvorov2-5/+0
2021-03-01ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8XOleksandr Suvorov7-8/+0
2021-03-01ARM: imx6: mx6sabre-common: Search for boot components in /boot tooMarek Vasut1-3/+6
2021-03-01ARM: imx6: mx6sabre-common: Replace fatload with FS_GENERIC loadMarek Vasut1-3/+3
2021-02-27ARM: imx6: dh-imx6: Drop the SF hunk in configMarek Vasut1-6/+0
2021-02-27ARM: imx: Revert "dh_imx6: Switch to full DM-aware"Marek Vasut1-0/+6
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-25lib: rsa: struct udevice build warningHeinrich Schuchardt1-0/+2
2021-02-25vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro1-0/+3
2021-02-25malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt1-0/+3
2021-02-25config: hikey: convert to DM_USB and DM_ETHPeter Robinson1-3/+1
2021-02-22video: Drop unprintable characters from video_font_data.hSimon Glass1-129/+129
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
2021-02-22clk: remove a redundant headerDario Binacchi1-1/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk33-33/+33
2021-02-21board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk5-5/+0
2021-02-20fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-18/+0
2021-02-20sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland1-15/+0
2021-02-20video: remove unused include/mb862xx.hHeinrich Schuchardt1-101/+0
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-0/+15
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung1-0/+14
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-0/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2-9/+2