summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-154-14/+15
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-153-10/+12
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-153-11/+5
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-153-11/+16
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-154-18/+23
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-153-12/+13
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-153-11/+14
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-153-16/+19
* common: board_r: Drop initr_console_record wrapperOvidiu Panait2021-01-151-10/+3
* common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait2021-01-151-20/+21
* common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait2021-01-151-9/+4
* common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait2021-01-151-5/+6
* common: board_f: Drop initf_console_record wrapperOvidiu Panait2021-01-151-9/+3
* common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2021-01-152-4/+11
* log: call vsnprintf only when it is needed to emit tracePatrick Delaunay2021-01-151-7/+13
* test: log: add test for console output of dropped messagesPatrick Delaunay2021-01-151-0/+8
* console: allow to record console output before readyPatrick Delaunay2021-01-151-8/+8
* console: remove duplicated test on gd valuePatrick Delaunay2021-01-151-8/+8
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-152-0/+16
* log: use console puts to output trace before LOG initPatrick Delaunay2021-01-151-0/+9
* test: log: add test for dropped messagesPatrick Delaunay2021-01-151-8/+35
* log: don't build the trace buffer when log is not readyPatrick Delaunay2021-01-151-5/+8
* test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay2021-01-151-9/+20
* dm: fix build errors generated by last mergesDario Binacchi2021-01-1511-21/+21
* 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