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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISCV: image: Add booti support
Atish Patra
2019-05-09
2
-0
/
+56
*
riscv: Introduce CONFIG_XIP to support booting from flash
Rick Chen
2019-05-09
2
-0
/
+4
*
riscv: Add a SYSCON driver for Andestech's PLMT
Rick Chen
2019-04-08
2
-0
/
+54
*
riscv: Add a SYSCON driver for Andestech's PLIC
Rick Chen
2019-04-08
2
-0
/
+114
*
riscv: boot images passed to bootm on all harts
Lukas Auer
2019-04-08
1
-1
/
+12
*
riscv: add support for multi-hart systems
Lukas Auer
2019-04-08
1
-0
/
+1
*
riscv: implement IPI platform functions using SBI
Lukas Auer
2019-04-08
2
-0
/
+26
*
riscv: add infrastructure for calling functions on other harts
Lukas Auer
2019-04-08
2
-0
/
+119
*
riscv: use invalidate/flush_*cache_range functions in cache.c
Lukas Auer
2019-01-15
1
-2
/
+2
*
riscv: move the AX25-specific implementation of flush_dcache_all
Lukas Auer
2019-01-15
1
-6
/
+4
*
riscv: clarify error message on undefined exceptions
Lukas Auer
2019-01-15
1
-1
/
+2
*
riscv: bootm: Support booting VxWorks
Bin Meng
2018-12-31
1
-1
/
+7
*
riscv: bootm: Change to use boot_hart from global data
Bin Meng
2018-12-18
1
-1
/
+1
*
riscv: Save boot hart id to the global data
Bin Meng
2018-12-18
1
-0
/
+19
*
riscv: Adjust the _exit_trap() position to come before handle_trap()
Bin Meng
2018-12-18
1
-32
/
+30
*
riscv: Implement riscv_get_time() API using rdtime instruction
Anup Patel
2018-12-18
2
-0
/
+39
*
riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
Bin Meng
2018-12-18
2
-0
/
+85
*
riscv: Add kconfig option to run U-Boot in S-mode
Anup Patel
2018-12-05
1
-9
/
+22
*
riscv: efi: Generate Microsoft PE format compliant images
Bin Meng
2018-12-02
1
-6
/
+6
*
riscv: cache: Implement i/dcache [status, enable, disable]
Rick Chen
2018-11-26
1
-9
/
+23
*
riscv: align bootm implementation with that of other architectures
Lukas Auer
2018-11-26
1
-27
/
+70
*
riscv: implement the invalidate_icache_* functions
Lukas Auer
2018-11-26
1
-0
/
+10
*
riscv: hang on unhandled exceptions
Lukas Auer
2018-11-26
1
-0
/
+2
*
riscv: treat undefined exception codes as reserved
Lukas Auer
2018-11-26
1
-2
/
+6
*
riscv: complete the list of exception codes
Lukas Auer
2018-11-26
1
-1
/
+12
*
riscv: fix use of incorrectly sized variables
Lukas Auer
2018-11-26
1
-5
/
+5
*
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
Lukas Auer
2018-11-26
1
-1
/
+1
*
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
Bin Meng
2018-11-14
1
-1
/
+10
*
riscv: cosmetic: Reword do_reset() printf message.
Rick Chen
2018-10-03
1
-1
/
+1
*
riscv: Move do_reset() to a common place
Bin Meng
2018-10-03
2
-0
/
+18
*
riscv: bootm: Pass mhartid CSR value to kernel
Bin Meng
2018-10-03
1
-2
/
+3
*
riscv: bootm: Correct the 1st kernel argument to hart id
Bin Meng
2018-10-03
1
-13
/
+5
*
riscv: Remove setup.h
Bin Meng
2018-10-03
1
-1
/
+0
*
riscv: Remove unused _relocate arguments
Ivan Gorinov
2018-07-19
1
-2
/
+1
*
SPDX: Convert single license tags to Linux Kernel style
Rick Chen
2018-05-29
5
-4
/
+5
*
riscv: Add board_quiesce_devices stub
Alexander Graf
2018-05-29
1
-0
/
+4
*
riscv: Add EFI application infrastructure
Alexander Graf
2018-05-29
5
-0
/
+400
*
riscv: Add setjmp/longjmp code
Alexander Graf
2018-05-29
2
-0
/
+67
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
5
-11
/
+5
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
riscv: bootm: Remove ATAGS
Rick Chen
2018-03-30
1
-177
/
+2
*
riscv: bootm: Support to boot riscv-linux
Rick Chen
2018-03-30
1
-4
/
+4
*
riscv: checkpatch: Fix static const char * array declarations
Rick Chen
2018-03-30
1
-1
/
+1
*
riscv: checkpatch: Fix missing a blank line after declarations
Rick Chen
2018-03-30
1
-2
/
+2
*
riscv: nx25: lib: Add relative lib funcs to support RISC-V
Rick Chen
2018-01-12
5
-0
/
+407