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
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
2021-05-24
1
-2
/
+2
*
riscv: Drop USE_SPL_FIT_GENERATOR
Bin Meng
2021-05-19
1
-100
/
+0
*
riscv: ae350: Switch to use binman to generate u-boot.itb
Bin Meng
2021-05-19
2
-0
/
+4
*
riscv: qemu: Switch to use binman to generate u-boot.itb
Bin Meng
2021-05-19
4
-0
/
+18
*
riscv: dts: Sort build targets in alphabetical order
Bin Meng
2021-05-19
1
-1
/
+1
*
riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb
Bin Meng
2021-05-19
2
-0
/
+71
*
riscv: Group assembly optimized implementation of memory routines into a submenu
Bin Meng
2021-05-17
1
-0
/
+4
*
riscv: Fix memmove and optimise memcpy when misalign
Bin Meng
2021-05-17
2
-142
/
+257
*
riscv: Fix arch_fixup_fdt always failing without /chosen
Sean Anderson
2021-05-17
1
-4
/
+7
*
riscv: Split SiFive CLINT support between SPL and U-Boot proper
Bin Meng
2021-05-17
5
-5
/
+13
*
Revert "riscv: cpu: fu740: clear feature disable CSR"
Bin Meng
2021-05-14
1
-15
/
+0
*
riscv: Don't reserve AI ram in k210 dts
Sean Anderson
2021-05-14
1
-12
/
+0
*
riscv: k210: Use AI as the parent clock of aisram, not PLL1
Sean Anderson
2021-05-14
1
-1
/
+1
*
riscv: k210: Rename airam to aisram
Sean Anderson
2021-05-14
1
-2
/
+2
*
riscv: Enable some devices pre-relocation
Sean Anderson
2021-05-14
1
-0
/
+4
*
riscv: cpu: fu740: clear feature disable CSR
Green Wan
2021-05-05
1
-0
/
+15
*
riscv: cpu: Add callback to init each core
Green Wan
2021-05-05
2
-0
/
+15
*
lmb: move CONFIG_LMB in Kconfig
Patrick Delaunay
2021-04-22
1
-1
/
+0
*
Add support for stack-protector
Joel Peshkin
2021-04-20
1
-0
/
+1
*
riscv: dts: mpfs-icicle-kit: Drop 'clock-frequency' in the uart nodes
Bin Meng
2021-04-08
1
-4
/
+0
*
riscv: assembler versions of memcpy, memmove, memset
Heinrich Schuchardt
2021-04-08
6
-21
/
+382
*
riscv: simplify longjmp
Heinrich Schuchardt
2021-04-08
1
-6
/
+2
*
riscv: sifive: Rename fu540 board to unleashed
Bin Meng
2021-04-08
2
-4
/
+4
*
riscv: Add watchdog bindings for the k210
Sean Anderson
2021-04-08
1
-1
/
+0
*
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
Simon Glass
2021-03-27
3
-3
/
+3
*
riscv: k210: Enable QSPI for spi3
Sean Anderson
2021-02-25
1
-0
/
+2
*
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-15
12
-0
/
+12
|
\
|
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
12
-0
/
+12
*
|
riscv: Change phys_addr_t and phys_size_t to 64-bit
Bin Meng
2021-02-03
1
-2
/
+2
*
|
riscv: Adjust board_get_usable_ram_top() for 32-bit
Bin Meng
2021-02-03
2
-8
/
+6
|
/
*
riscv: dts: Add device tree for Microchip Icicle Kit
Padmarao Begari
2021-01-18
3
-0
/
+436
*
riscv: Add DMA 64-bit address support
Padmarao Begari
2021-01-18
2
-0
/
+8
*
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
1
-1
/
+1
|
\
|
*
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
1
-1
/
+1
*
|
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
5
-12
/
+87
|
\
\
|
|
/
|
/
|
|
*
riscv: Add device tree bindings for SPI
Sean Anderson
2020-12-18
2
-1
/
+47
|
*
spi: dw: Add SoC-specific compatible strings
Sean Anderson
2020-12-18
1
-5
/
+8
|
*
riscv: Complete efi header for RV32/64
Leo Yu-Chi Liang
2020-12-14
1
-0
/
+10
|
*
riscv: Fix efi header size for RV32
Leo Yu-Chi Liang
2020-12-14
1
-3
/
+14
|
*
riscv: Fix efi header for RV32
Atish Patra
2020-12-14
1
-1
/
+6
|
*
riscv: reset after crash
Heinrich Schuchardt
2020-12-14
1
-4
/
+4
|
*
riscv: fix the wrong swap value register
Brad Kim
2020-12-14
1
-1
/
+1
*
|
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
2
-2
/
+2
|
/
*
riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller
Pragnesh Patel
2020-11-28
1
-0
/
+2
*
riscv: fu540: dts: Correct reg size of clint node
Pragnesh Patel
2020-10-26
1
-1
/
+1
*
riscv: Move timer portions of SiFive CLINT to drivers/timer
Sean Anderson
2020-10-26
1
-39
/
+2
*
timer: Add _TIMER suffix to Andes PLMT Kconfig
Sean Anderson
2020-10-26
1
-1
/
+1
*
riscv: Move Andes PLMT driver to drivers/timer
Sean Anderson
2020-10-26
3
-58
/
+0
*
riscv: k210: Reduce DMA block size
Sean Anderson
2020-10-26
1
-2
/
+2
*
riscv: Only enable OF_BOARD_FIXUP for S-Mode
Sean Anderson
2020-10-26
1
-1
/
+1
[next]