aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-10Merge tag 'efi-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/10Apr2021Tom Rini14-117/+360
2021-04-10efi_loader: Change ptr arithmetics tcg eventlog bufferIlias Apalodimas1-9/+10
2021-04-10tools/mkeficapsule: improve online helpHeinrich Schuchardt1-8/+8
2021-04-10efi_loader: esrt: wrong type for LocateHandleBuffer()Heinrich Schuchardt1-1/+1
2021-04-10efi_loader: use correct printf codesHeinrich Schuchardt1-7/+7
2021-04-10efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu1-1/+1
2021-04-10efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu1-0/+1
2021-04-10efi_loader: EFI_UNACCEPTED_MEMORY_TYPEHeinrich Schuchardt1-1/+6
2021-04-10efi_loader: simplify efi_get_device_path_text()Heinrich Schuchardt1-15/+16
2021-04-10doc: mmc man-pageJaehoon Chung2-0/+213
2021-04-10doc: Add build instructions for OP-TEE backed EFI variablesIlias Apalodimas1-1/+57
2021-04-10efi_loader: documentation codepage_437[]Heinrich Schuchardt1-1/+1
2021-04-10linker_lists: document ll_entry_ref parametersHeinrich Schuchardt1-0/+4
2021-04-10efi_loader: improve documentation of enum efi_test_phaseHeinrich Schuchardt1-4/+8
2021-04-10fs: fat: fix file_fat_detectfs()Heinrich Schuchardt1-34/+4
2021-04-10efi_loader: Cleanup get_var duplicationIlias Apalodimas1-34/+2
2021-04-10doc: Update uefi documentation for initrd loading optionsIlias Apalodimas1-1/+21
2021-04-09Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini51-513/+3085
2021-04-09Merge branch 'v2021.07-rc1' of https://github.com/lftan/u-bootTom Rini27-244/+341
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini192-2102/+21396
2021-04-09arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variablesMarek Vasut1-52/+53
2021-04-09configs: stm32mp1: Fix misleading SPL size limitationsAlexandru Gagniuc1-3/+3
2021-04-09configs: stm32mp1: Remove misleading CONFIG_SPL_BSS_START_ADDRAlexandru Gagniuc1-1/+0
2021-04-09configs: stm32mp1: stm32mp1: Increase SPL malloc() sizeAlexandru Gagniuc1-1/+1
2021-04-09stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay1-5/+4
2021-04-09stm32mp: replace printf by log macro in setup_boot_modePatrick Delaunay1-5/+5
2021-04-09stm32mp: update uart number in trace of serial device not foundPatrick Delaunay1-1/+1
2021-04-09stm32mp: stm32prog: add FIP header supportPatrick Delaunay4-37/+64
2021-04-09board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OFJagan Teki6-0/+298
2021-04-09board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 boardJagan Teki8-1/+332
2021-04-09ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoMJagan Teki1-0/+148
2021-04-09board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0Jagan Teki6-0/+189
2021-04-09board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter KitJagan Teki11-1/+547
2021-04-09ARM: stm32: Imply SPL_SPI_LOADJagan Teki1-1/+1
2021-04-09ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3Jagan Teki1-0/+119
2021-04-09ARM: dts: stm32: Add Engicam i.Core STM32MP1 SoMJagan Teki1-0/+196
2021-04-09board: Add rt-thread art-pi board supportdillon min7-0/+193
2021-04-09ram: stm32: fix strsep failed on read only memorydillon min1-0/+3
2021-04-09ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6dillon min6-1/+367
2021-04-09ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 registerdillon min1-3/+3
2021-04-09ARM: dts: stm32: add new instances for stm32h743 MCUdillon min1-0/+30
2021-04-09ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750dillon min5-308/+329
2021-04-09ARM: dts: stm32: split sdram pin & timing parameter into specific board dtsdillon min3-95/+201
2021-04-08imx: bootaux fix elf loadingMax Krummenacher1-1/+66
2021-04-08pico-imx6ul: Pass the PMIC I2C address in pmic_get()Fabio Estevam1-1/+1
2021-04-08mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen2-0/+13
2021-04-08mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen1-9/+0
2021-04-08imx6: icorem6: chmod 644 enigcam.bmpHeinrich Schuchardt1-0/+0
2021-04-08imx: imx6ull: fix pinmux sel_input value for uart5 pinsYuichiro Goto1-4/+4
2021-04-08doc: imx: psb: Document usage of SRC_GPR10 PERSIST_SECONDARY_BOOT for A/B swi...Marek Vasut4-0/+203