summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021.04-rc' of https://github.com/lftan/u-bootWIP/15Jan2021Tom Rini2021-01-1532-37/+1449
|\
| * tools: socfpgaimage: update padding flowLey Foon Tan2021-01-152-14/+32
| * configs: socfpga: Add CONFIG_SPL_PAD_TOLey Foon Tan2021-01-151-0/+2
| * tools: socfpgaimage: Print image header informationLey Foon Tan2021-01-151-3/+42
| * configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF supportChee Hong Ang2021-01-152-0/+146
| * arm: socfpga: soc64: Enable FIT image generation using binmanSiew Chin Lim2021-01-151-0/+2
| * arm: socfpga: dts: soc64: Add binman node of FIT image with ATF supportSiew Chin Lim2021-01-154-2/+134
| * arm: socfpga: soc64: Skip handoff data access in SSBLChee Hong Ang2021-01-151-1/+2
| * arm: socfpga: soc64: SSBL shall not setup stack on OCRAMChee Hong Ang2021-01-151-0/+5
| * arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()Chee Hong Ang2021-01-151-0/+5
| * arm: socfpga: soc64: Add ATF support for FPGA reconfig driverChee Hong Ang2021-01-151-0/+139
| * arm: socfpga: soc64: Add ATF support for Reset Manager driverChee Hong Ang2021-01-151-0/+13
| * net: designware: socfpga: Add ATF support for MAC driverChee Hong Ang2021-01-151-6/+31
| * mmc: dwmmc: socfpga: Add ATF support for MMC driverChee Hong Ang2021-01-151-0/+14
| * mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-156-7/+20
| * arm: socfpga: Add secure register access helper functions for SoC 64bitsSiew Chin Lim2021-01-153-0/+109
| * arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP servicesChee Hong Ang2021-01-151-0/+573
| * arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits)Chee Hong Ang2021-01-153-0/+71
| * arm: socfpga: Disable "spin-table" method for booting LinuxChee Hong Ang2021-01-151-2/+0
| * arm: socfpga: soc64: Override 'lowlevel_init' to support ATFChee Hong Ang2021-01-152-0/+78
| * arm: socfpga: soc64: Load FIT image with ATF supportChee Hong Ang2021-01-151-1/+18
| * arm: socfpga: Add function for checking description from FIT imageChee Hong Ang2021-01-151-1/+11
* | Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/14Jan2021Tom Rini2021-01-1421-354/+1096
|\ \ | |/ |/|
| * efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-37/+273
| * efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-137-80/+215
| * cmd: conitrace: increase wait for next keyHeinrich Schuchardt2021-01-131-2/+2
| * efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt2021-01-131-2/+0
| * efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt2021-01-132-5/+5
| * efi_loader: move efi_(u)intn_t to efi.hHeinrich Schuchardt2021-01-132-2/+5
| * efi_loader: setting boot deviceHeinrich Schuchardt2021-01-135-68/+103
| * image-fit: fit_check_format check for valid FDTHeinrich Schuchardt2021-01-131-0/+6
| * efi_loader: carve out efi_check_pe()Heinrich Schuchardt2021-01-132-34/+48
| * efi_loader: print boot device and file path in helloworldHeinrich Schuchardt2021-01-131-30/+137
| * efi_loader: simplify running helloworld.efiHeinrich Schuchardt2021-01-131-11/+1
| * tools: efivar.py unused variableHeinrich Schuchardt2021-01-131-1/+1
| * tools: efivar.py should check GUID when deletingHeinrich Schuchardt2021-01-131-1/+1
| * tools: efivar.py: incorrect indentationHeinrich Schuchardt2021-01-131-15/+15
| * tools: efivar.py without argumentsHeinrich Schuchardt2021-01-131-1/+4
| * efi_loader: implement non-blocking file servicesHeinrich Schuchardt2021-01-132-65/+280
* | Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians...WIP/13Jan2021Tom Rini2021-01-1374-723/+846
|\ \
| * | MAINTAINERS: Update STi and STM32 maintainers emails in remaining filesPatrice Chotard2021-01-1320-20/+20
| * | arm: stm32mp: stm32prog: always flush DFU on start command for uartPatrick Delaunay2021-01-131-7/+6
| * | configs: stm32mp1: activate OF_LIVE for DT live supportPatrick Delaunay2021-01-132-0/+2
| * | ARM: dts: stm32: Switch to MCO2 for PHY 50 MHz clockMarek Vasut2021-01-132-7/+21
| * | ARM: stm32: Use firmware property instead of loadablesMichal Simek2021-01-132-5/+5
| * | board: stm32pm1: update USB-C power detection algorithm on DK boardsPatrice Chotard2021-01-131-43/+63
| * | configs: stm32mp15: enable LOG featuresPatrick Delaunay2021-01-132-0/+3
| * | board: st: common: migrate trace to dev and log macroPatrick Delaunay2021-01-134-4/+11
| * | board: st: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-69/+65
| * | video: stm32_dsi: migrate trace to dev and log macroPatrick Delaunay2021-01-131-8/+10