aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge https://source.denx.de/u-boot/custodians/u-boot-samsungWIP/09Nov2021Tom Rini3-12/+17
2021-11-09exynos: mmu: use CONFIG_IS_ENABLEDMinkyu Kang1-5/+6
2021-11-09exynos78x0: pinctrl: set const to structsMinkyu Kang1-7/+7
2021-11-09exynos: pwm: Deal with a PWM at 100%Simon Glass1-0/+4
2021-11-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/08Nov2021Tom Rini6-11/+45
2021-11-08Fix syntax errorLeo Yu-Chi Liang1-1/+1
2021-11-08riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLEDLeo Yu-Chi Liang1-2/+2
2021-11-08riscv: add #define in asm/io.h for some device driversWei Fu1-0/+4
2021-11-08cmd: sbi: show SBI implementation versionHeinrich Schuchardt1-8/+18
2021-11-08riscv: function to retrieve SBI implementation versionHeinrich Schuchardt2-0/+20
2021-11-07Merge tag 'efi-2022-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini39-183/+2582
2021-11-07dfu: newline after updatingHeinrich Schuchardt1-0/+1
2021-11-07ARM: renesas: reduce rcar3_salvator-x image sizeHeinrich Schuchardt1-0/+1
2021-11-07efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima7-1/+2023
2021-11-07efi: Add video support to the appSimon Glass6-13/+50
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass2-1/+17
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass3-14/+26
2021-11-07efi: Create a 64-bit appSimon Glass13-28/+106
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass2-9/+27
2021-11-07efi: Drop the OF_EMBED warning for EFISimon Glass1-1/+1
2021-11-07efi: Enable DM_ETH for the appSimon Glass1-1/+0
2021-11-07efi: Add a script to build an image for testing on UEFISimon Glass3-0/+256
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima3-6/+51
2021-11-07efi_loader: use byteshift unaligned access helperMasahisa Kojima1-1/+2
2021-11-07efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro1-1/+1
2021-11-07doc: mmc rescan speed modeHeinrich Schuchardt1-16/+20
2021-11-07doc: Remove the obsolete README.AMCC-eval-boards-cleanup fileThomas Huth1-31/+0
2021-11-07doc: Remove obsolete doc/README.nand-boot-ppc440Stefan Roese1-60/+0
2021-11-05Merge branch '2021-11-05-Kconfig-syncs'Tom Rini234-295/+167
2021-11-05configs: Resync with savedefconfigWIP/2021-11-05-Kconfig-syncsTom Rini19-23/+2
2021-11-05Convert CONFIG_BOARD_EARLY_INIT_F et al to KconfigTom Rini18-22/+7
2021-11-05Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini53-95/+69
2021-11-05Convert CONFIG_BMP_16BPP to KconfigTom Rini2-1/+1
2021-11-05Convert CONFIG_OF_EMBED to KconfigTom Rini8-15/+2
2021-11-05Convert CONFIG_MCFUART to KconfigTom Rini33-15/+18
2021-11-05Convert CONFIG_FEC_MXC to KconfigTom Rini47-18/+30
2021-11-05Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigTom Rini26-13/+14
2021-11-05Convert CONFIG_SYS_TEXT_BASE to KconfigTom Rini2-2/+0
2021-11-05Convert CONFIG_SYS_HZ to KconfigTom Rini45-75/+0
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini12-15/+15
2021-11-05fs: yaffs2: Finish Kconfig migrationTom Rini2-4/+12
2021-11-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/04Nov2021Tom Rini9-13/+67
2021-11-04sunxi: Use sysreset framework for poweroff/resetSamuel Holland1-0/+3
2021-11-04sunxi: Avoid duplicate reset_cpu with SYSRESET enabledSamuel Holland1-0/+2
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland4-0/+49
2021-11-04sysreset: watchdog: Move watchdog reference to plat dataSamuel Holland1-8/+8
2021-11-04sysreset: Mark driver probe functions as staticSamuel Holland4-4/+4
2021-11-04sysreset: Add uclass Kconfig dependency to driversSamuel Holland1-2/+2
2021-11-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+1
2021-11-03Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini3-234/+451