index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-socfpga
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
2021-05-24
1
-1
/
+1
*
arm: socfpga: smc: Add function to get usercode
Siew Chin Lim
2021-04-08
2
-0
/
+18
*
arm: socfpga: Changed to store QSPI reference clock in kHz
Siew Chin Lim
2021-04-08
4
-11
/
+58
*
arm: socfpga: Move Stratix10 and Agilex clock manager common code
Siew Chin Lim
2021-04-08
7
-19
/
+13
*
arm: socfpga: Restructure Stratix10 and Agilex handoff code
Siew Chin Lim
2021-04-08
6
-82
/
+126
*
arm: socfpga: Rearrange sequence of macros in handoff_soc64.h
Siew Chin Lim
2021-04-08
1
-10
/
+12
*
arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.c
Siew Chin Lim
2021-04-08
2
-2
/
+2
*
arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.c
Siew Chin Lim
2021-04-08
2
-2
/
+2
*
arm: socfpga: Rename Stratix10 and Agilex handoff common macros
Siew Chin Lim
2021-04-08
5
-57
/
+57
*
arm: socfpga: Move Stratix10 and Agilex SPL common code
Siew Chin Lim
2021-04-08
4
-33
/
+27
*
Merge tag 'v2021.04-rc5' into next
Tom Rini
2021-03-29
1
-1
/
+2
|
\
|
*
arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabled
Siew Chin Lim
2021-03-23
1
-1
/
+2
*
|
Merge tag 'v2021.04-rc4' into next
Tom Rini
2021-03-15
9
-8
/
+350
|
\
|
|
*
arm: socfpga: cmd: Support 'vab' command
Siew Chin Lim
2021-03-08
2
-0
/
+35
|
*
arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
Siew Chin Lim
2021-03-08
6
-4
/
+308
|
*
arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64
Siew Chin Lim
2021-03-08
3
-4
/
+7
*
|
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2021-03-02
1
-1
/
+1
|
/
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
16
-0
/
+16
*
arm: socfpga: soc64: Enable FIT image generation using binman
Siew Chin Lim
2021-01-15
1
-0
/
+2
*
arm: socfpga: soc64: Skip handoff data access in SSBL
Chee Hong Ang
2021-01-15
1
-1
/
+2
*
arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()
Chee Hong Ang
2021-01-15
1
-0
/
+5
*
arm: socfpga: soc64: Add ATF support for Reset Manager driver
Chee Hong Ang
2021-01-15
1
-0
/
+13
*
arm: socfpga: Add secure register access helper functions for SoC 64bits
Siew Chin Lim
2021-01-15
3
-0
/
+109
*
arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits)
Chee Hong Ang
2021-01-15
3
-0
/
+71
*
arm: socfpga: Disable "spin-table" method for booting Linux
Chee Hong Ang
2021-01-15
1
-2
/
+0
*
arm: socfpga: soc64: Override 'lowlevel_init' to support ATF
Chee Hong Ang
2021-01-15
2
-0
/
+78
*
arm: socfpga: Add function for checking description from FIT image
Chee Hong Ang
2021-01-15
1
-1
/
+11
*
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
1
-1
/
+1
*
arm: socfpga: fix Gen5 enable of EMAC via FPGA
Ralph Siemsen
2020-10-21
1
-2
/
+2
*
arm: socfpga: arria10: Add qts-filter for Arria10 socfpga
Dalon Westergreen
2020-10-09
1
-0
/
+141
*
arm: socfpga: mailbox: Add mailbox retry support
Ley Foon Tan
2020-10-09
1
-9
/
+31
*
arm: socfpga: mailbox: Update mailbox response codes
Ley Foon Tan
2020-10-09
1
-2
/
+36
*
arm: socfpga: mailbox: Support sending large mailbox command
Chee Hong Ang
2020-10-09
1
-35
/
+78
*
arm: socfpga: mailbox: Always read mailbox responses before returning status
Chee Hong Ang
2020-10-09
1
-4
/
+2
*
arm: socfpga: mailbox: Refactor mailbox timeout event handling
Chee Hong Ang
2020-10-09
1
-4
/
+9
*
arm: socfpga: soc64: Document down boot_scratch_cold register usage
Chin Liang See
2020-10-09
1
-0
/
+8
*
arm: socfpga: soc64: Add timeout waiting for NOC idle ACK
Chee Hong Ang
2020-10-09
1
-9
/
+16
*
arm: socfpga: agilex: Enable FPGA Full Reconfiguration support
Chee Hong Ang
2020-10-09
1
-0
/
+1
*
fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox
Chee Hong Ang
2020-10-09
2
-2
/
+2
*
arm: socfpga: Use DM watchdog timer
Chee Hong Ang
2020-10-09
2
-2
/
+2
*
arm: socfpga: soc64: Show reset state in SPL
Chee Hong Ang
2020-10-09
4
-0
/
+25
*
arm: socfpga: soc64: Add SDM triggered warm reset bit mask
Chee Hong Ang
2020-10-09
1
-2
/
+9
*
arm: socfpga: soc64: Initialize timer in SPL only
Chee Hong Ang
2020-10-09
1
-1
/
+2
*
arm: socfpga: soc64: Remove PHY interface setup from misc arch init
Chee Hong Ang
2020-10-09
1
-83
/
+2
*
arm: socfpga: soc64: Check FPGA Config status register before bridge reset
Chee Hong Ang
2020-09-03
3
-9
/
+20
*
socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case
Tom Rini
2020-07-01
1
-1
/
+1
*
arm: socfpga: misc_s10: Fix EMAC register address calculation
Ley Foon Tan
2020-06-26
1
-1
/
+1
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
14
-0
/
+19
*
Use __ASSEMBLY__ as the assembly macros
Simon Glass
2020-05-18
4
-6
/
+6
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
[next]