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
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: dts: hifive-unleashed-a00: Make memory node available to SPL
Bin Meng
2020-07-24
1
-0
/
+4
*
riscv: Fix linking error when building u-boot-spl with no SMP support
Leo Yu-Chi Liang
2020-07-24
1
-0
/
+2
*
Revert "riscv: Allow use of reset drivers"
Bin Meng
2020-07-24
1
-2
/
+0
*
env: Enable SPI flash env for SiFive FU540
Jagan Teki
2020-07-24
1
-0
/
+13
*
sifive: fu540: Add Booting from SPI
Jagan Teki
2020-07-24
1
-0
/
+12
*
riscv: Make SiFive HiFive Unleashed board boot again
Bin Meng
2020-07-24
2
-5
/
+13
*
Merge branch 'next'
Tom Rini
2020-07-06
16
-103
/
+801
|
\
|
*
riscv: dts: hifive-unleashed-a00: add cpu aliases
Sagar Shrikant Kadam
2020-07-01
1
-0
/
+4
|
*
riscv: Add Sipeed Maix support
Sean Anderson
2020-07-01
1
-0
/
+4
|
*
riscv: Add device tree for K210 and Sipeed Maix BitM
Sean Anderson
2020-07-01
3
-0
/
+642
|
*
riscv: Allow use of reset drivers
Sean Anderson
2020-07-01
1
-0
/
+2
|
*
riscv: Add option to support RISC-V privileged spec 1.9
Sean Anderson
2020-07-01
3
-0
/
+59
|
*
riscv: Clean up IPI initialization code
Sean Anderson
2020-07-01
6
-86
/
+84
|
*
riscv: Clear pending interrupts before enabling IPIs
Sean Anderson
2020-07-01
1
-0
/
+2
|
*
riscv: Add headers for asm/global_data.h
Sean Anderson
2020-07-01
1
-0
/
+2
|
*
bdinfo: riscv: Use generic bd_info
Simon Glass
2020-06-25
1
-17
/
+2
*
|
riscv: use log functions in fdt_fixup
Heinrich Schuchardt
2020-07-03
1
-6
/
+8
*
|
riscv: sifive: fu540: enable all cache ways from U-Boot proper
Pragnesh Patel
2020-07-03
4
-0
/
+72
*
|
riscv: Use optimized version of fdtdec_get_addr_size_no_parent
Atish Patra
2020-07-03
1
-3
/
+3
*
|
riscv: Do not return error if reserved node already exists
Atish Patra
2020-07-03
1
-1
/
+1
*
|
riscv: Do not build reset.c if SYSRESET is on
Bin Meng
2020-07-03
1
-0
/
+2
*
|
riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE
Bin Meng
2020-07-02
1
-0
/
+3
*
|
riscv: Expand the DT size before copy reserved memory node
Bin Meng
2020-07-02
1
-0
/
+12
*
|
riscv: Avoid the reserved memory fixup if src and dst point to the same place
Bin Meng
2020-07-02
1
-4
/
+8
*
|
riscv: fu540: dts: Correct reg size of otp and dmc nodes
Bin Meng
2020-07-02
1
-2
/
+2
*
|
riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc node
Bin Meng
2020-07-02
1
-1
/
+1
|
/
*
riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01
Bin Meng
2020-06-04
1
-18
/
+19
*
riscv: sbi: Remove sbi_spec_version
Bin Meng
2020-06-04
2
-5
/
+0
*
riscv: sifive: fu540: add SPL configuration
Pragnesh Patel
2020-06-04
4
-0
/
+46
*
riscv: cpu: fu540: Add support for cpu fu540
Pragnesh Patel
2020-06-04
7
-0
/
+135
*
riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
Pragnesh Patel
2020-06-04
2
-1
/
+45
*
riscv: sifive: dts: fu540: set ethernet clock rate
Pragnesh Patel
2020-06-04
1
-0
/
+5
*
riscv: sifive: dts: fu540: add U-Boot dmc node
Pragnesh Patel
2020-06-04
1
-0
/
+9
*
sifive: dts: fu540: Add DDR controller and phy register settings
Pragnesh Patel
2020-06-04
1
-0
/
+1489
*
riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
Pragnesh Patel
2020-06-04
2
-0
/
+76
*
riscv: Add _image_binary_end for SPL
Pragnesh Patel
2020-06-04
1
-0
/
+1
*
riscv: sifive: fu540: Use OTP DM driver for serial environment variable
Pragnesh Patel
2020-06-04
2
-0
/
+16
*
riscv: Move all SMP related SBI calls to SBI_v01
Atish Patra
2020-05-26
2
-22
/
+20
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+4
*
common: Drop log.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
3
-4
/
+4
*
common: Drop init.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
sifive: fu540: Enable spi-nor flash support
Jagan Teki
2020-04-30
1
-0
/
+1
*
riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsi
Jagan Teki
2020-04-30
1
-0
/
+10
*
riscv: Move all fdt fixups together
Atish Patra
2020-04-23
2
-33
/
+33
*
riscv: Copy the reserved-memory nodes to final DT
Atish Patra
2020-04-23
1
-1
/
+7
*
riscv: Setup reserved-memory node for FU540
Atish Patra
2020-04-23
1
-0
/
+15
[next]