summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-09configs: Resync with savedefconfigTom Rini531-931/+924
2020-10-09Kconfig: Create a new tools menuSimon Glass3-9/+14
2020-10-09Kconfig: Move BOARD_TYPES under init optionsSimon Glass1-8/+8
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2-11/+11
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2-10/+9
2020-10-09Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass1-17/+17
2020-10-09Kconfig: Move startup hooks under init optionsSimon Glass1-31/+31
2020-10-09Kconfig: Create a new 'init options' menuSimon Glass1-0/+4
2020-10-09Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass2-5/+5
2020-10-09Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass2-8/+8
2020-10-09Kconfig: Move misc boot options under 'boot options'Simon Glass2-53/+53
2020-10-09Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass2-16/+16
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass2-117/+117
2020-10-09Kconfig: Move boot media under boot optionsSimon Glass2-63/+63
2020-10-09Kconfig: Move boot timing under boot optionsSimon Glass2-291/+291
2020-10-09Kconfig: Move boot menu into common/Simon Glass3-341/+342
2020-10-09Kconfig: Add a 'Boot options' menuSimon Glass1-0/+4
2020-10-09Merge branch '2020-10-08-misc-board-improvements'Tom Rini37-303/+2171
2020-10-09Makefile: socfpga: Generate sfp file with 4 SPL imagesChee Hong Ang1-9/+18
2020-10-09arm: socfpga: soc64: Remove CONFIG_OF_EMBEDChee Hong Ang2-2/+0
2020-10-09tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)Ley Foon Tan1-8/+13
2020-10-09tools: socfpgaimage: Add check params function for Arria 10 (v1)Ley Foon Tan1-3/+26
2020-10-09arm: dts: socfpga: arria10: Move to use generic handoff dtsiLey Foon Tan3-330/+292
2020-10-09arm: socfpga: arria10: Add handoff header for A10 SoCDK SDMMCDalon Westergreen1-0/+305
2020-10-09arm: socfpga: arria10: Add qts-filter for Arria10 socfpgaDalon Westergreen2-4/+174
2020-10-09arm: socfpga: soc64: Disable CONFIG_PSCI_RESETChee Hong Ang2-0/+2
2020-10-09arm: socfpga: mailbox: Add mailbox retry supportLey Foon Tan1-9/+31
2020-10-09arm: socfpga: mailbox: Update mailbox response codesLey Foon Tan1-2/+36
2020-10-09arm: socfpga: mailbox: Support sending large mailbox commandChee Hong Ang1-35/+78
2020-10-09arm: socfpga: mailbox: Always read mailbox responses before returning statusChee Hong Ang1-4/+2
2020-10-09arm: socfpga: mailbox: Refactor mailbox timeout event handlingChee Hong Ang1-4/+9
2020-10-09arm: socfpga: soc64: Document down boot_scratch_cold register usageChin Liang See1-0/+8
2020-10-09arm: socfpga: soc64: Add timeout waiting for NOC idle ACKChee Hong Ang1-9/+16
2020-10-09arm: socfpga: agilex: Enable FPGA Full Reconfiguration supportChee Hong Ang2-1/+2
2020-10-09fpga: intel_sdm_mb: Add watchdog resetChee Hong Ang1-0/+3
2020-10-09fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM MailboxChee Hong Ang7-17/+19
2020-10-09arm: socfpga: Use DM watchdog timerChee Hong Ang7-3/+13
2020-10-09arm: socfpga: soc64: Show reset state in SPLChee Hong Ang4-0/+25
2020-10-09arm: socfpga: soc64: Add SDM triggered warm reset bit maskChee Hong Ang1-2/+9
2020-10-09sysreset: socfpga: agilex: Enable sysreset supportChee Hong Ang2-2/+2
2020-10-09sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64Chee Hong Ang4-5/+5
2020-10-09configs: socfpga: soc64: Avoid SPL enter infinite loop during exceptionChin Liang See2-0/+2
2020-10-09arm: socfpga: soc64: Initialize timer in SPL onlyChee Hong Ang1-1/+2
2020-10-09arm: socfpga: soc64: Remove PHY interface setup from misc arch initChee Hong Ang1-83/+2
2020-10-09clk: agilex: Additional membus writes for HPS PLLChee Hong Ang1-16/+78
2020-10-09clk: agilex: Handle clock configuration differently in SPL and U-Boot properChee Hong Ang1-0/+10
2020-10-09clk: agilex: Add clock enable supportLey Foon Tan1-0/+6
2020-10-09clk: agilex: Add NAND clock supportLey Foon Tan1-0/+3
2020-10-08qemu-arm64: Enable POSITION_INDEPENDENTAndre Przywara2-0/+2
2020-10-08qemu-arm: Drop ARCH_SUPPORT_TFABOOTAndre Przywara1-1/+0