aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)AuthorFilesLines
2021-03-23arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabledSiew Chin Lim1-1/+2
2021-03-08arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim2-0/+35
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim6-4/+308
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim3-4/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass16-0/+16
2021-01-15arm: socfpga: soc64: Enable FIT image generation using binmanSiew Chin Lim1-0/+2
2021-01-15arm: socfpga: soc64: Skip handoff data access in SSBLChee Hong Ang1-1/+2
2021-01-15arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()Chee Hong Ang1-0/+5
2021-01-15arm: socfpga: soc64: Add ATF support for Reset Manager driverChee Hong Ang1-0/+13
2021-01-15arm: socfpga: Add secure register access helper functions for SoC 64bitsSiew Chin Lim3-0/+109
2021-01-15arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits)Chee Hong Ang3-0/+71
2021-01-15arm: socfpga: Disable "spin-table" method for booting LinuxChee Hong Ang1-2/+0
2021-01-15arm: socfpga: soc64: Override 'lowlevel_init' to support ATFChee Hong Ang2-0/+78
2021-01-15arm: socfpga: Add function for checking description from FIT imageChee Hong Ang1-1/+11
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-10-21arm: socfpga: fix Gen5 enable of EMAC via FPGARalph Siemsen1-2/+2
2020-10-09arm: socfpga: arria10: Add qts-filter for Arria10 socfpgaDalon Westergreen1-0/+141
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 Ang1-0/+1
2020-10-09fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM MailboxChee Hong Ang2-2/+2
2020-10-09arm: socfpga: Use DM watchdog timerChee Hong Ang2-2/+2
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-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-09-03arm: socfpga: soc64: Check FPGA Config status register before bridge resetChee Hong Ang3-9/+20
2020-07-01socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini1-1/+1
2020-06-26arm: socfpga: misc_s10: Fix EMAC register address calculationLey Foon Tan1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass14-0/+19
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass4-6/+6
2020-05-18common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass6-0/+6
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-2/+6
2020-05-18common: Drop init.h from common headerSimon Glass12-0/+12
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-27arm: socfpga: stratix10: Fix incorrect CLKMGR_S10_PERPLL_BYPASS offsetLey Foon Tan1-1/+1
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler4-4/+4
2020-04-13arm: socfpga: arria10: Enable cache driver in SPLLey Foon Tan1-0/+1
2020-03-31arm: socfpga: arria10: Add save_boot_params()Ley Foon Tan1-0/+32
2020-03-31arm: socfpga: Add onchip RAM size macroLey Foon Tan2-0/+4
2020-03-03ARM: socfpga: Add initial support for the ABB SECU boardHolger Brunck1-0/+10
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2-0/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-05ddr: altera: Add DDR2 support to Gen5 driverMarek Vasut3-32/+80