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: qemu: define standalone load address
Lukas Auer
2019-01-15
1
-1
/
+1
*
riscv: remove RISC-V standalone linker script
Lukas Auer
2019-01-15
1
-1
/
+0
*
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
2
-6
/
+26
*
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: Remove ae350.dts
Bin Meng
2018-12-18
1
-229
/
+0
*
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
3
-0
/
+24
*
riscv: Adjust the _exit_trap() position to come before handle_trap()
Bin Meng
2018-12-18
1
-32
/
+30
*
riscv: Return to previous privilege level after trap handling
Bin Meng
2018-12-18
1
-8
/
+0
*
riscv: Fix context restore before returning from trap handler
Bin Meng
2018-12-18
1
-1
/
+1
*
riscv: Move trap handler codes to mtrap.S
Bin Meng
2018-12-18
3
-90
/
+112
*
riscv: Do some basic architecture level cpu initialization
Bin Meng
2018-12-18
1
-1
/
+26
*
riscv: Add indirect stringification to csr_xxx ops
Bin Meng
2018-12-18
1
-7
/
+9
*
riscv: Update supports_extension() to use desc from cpu driver
Bin Meng
2018-12-18
1
-0
/
+26
*
riscv: Add exception codes for xcause register
Bin Meng
2018-12-18
1
-0
/
+15
*
riscv: Add CSR numbers
Bin Meng
2018-12-18
1
-0
/
+221
*
riscv: Remove non-DM version of print_cpuinfo()
Bin Meng
2018-12-18
1
-37
/
+0
*
riscv: Probe cpus during boot
Bin Meng
2018-12-18
2
-0
/
+27
*
riscv: Enlarge the default SYS_MALLOC_F_LEN
Bin Meng
2018-12-18
1
-0
/
+3
*
riscv: qemu: Add platform-specific Kconfig options
Bin Meng
2018-12-18
2
-0
/
+12
*
riscv: Implement riscv_get_time() API using rdtime instruction
Anup Patel
2018-12-18
3
-0
/
+47
*
riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
Bin Meng
2018-12-18
5
-0
/
+116
*
riscv: Introduce a Kconfig option for machine mode
Anup Patel
2018-12-18
1
-5
/
+16
*
riscv: ax25: Hide the ax25-specific Kconfig option
Bin Meng
2018-12-18
2
-11
/
+18
*
riscv: qemu: Create a simple-bus driver for the soc node
Bin Meng
2018-12-18
1
-0
/
+14
*
riscv: add Kconfig entries for the code model
Lukas Auer
2018-12-18
2
-1
/
+26
*
riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
Rick Chen
2018-12-05
1
-2
/
+0
*
riscv: Add kconfig option to run U-Boot in S-mode
Anup Patel
2018-12-05
4
-17
/
+48
*
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
9
-10
/
+146
*
riscv: dts: Add ae350_32.dts for RV32I
Rick Chen
2018-11-26
3
-1
/
+458
*
riscv: dts: Sync to Linux Kernel ae350 dts.
Rick Chen
2018-11-26
1
-15
/
+92
*
riscv: align bootm implementation with that of other architectures
Lukas Auer
2018-11-26
1
-27
/
+70
*
riscv: save hart ID and device tree passed by prior boot stage
Lukas Auer
2018-11-26
2
-2
/
+16
*
riscv: do not blindly modify the mstatus CSR
Lukas Auer
2018-11-26
1
-4
/
+4
*
riscv: remove unused labels in start.S
Lukas Auer
2018-11-26
1
-9
/
+0
*
Drop CONFIG_INIT_CRITICAL
Bin Meng
2018-11-26
1
-13
/
+0
*
riscv: align mtvec on a 4-byte boundary
Lukas Auer
2018-11-26
1
-1
/
+1
*
riscv: fix inconsistent use of spaces and tabs in start.S
Lukas Auer
2018-11-26
1
-161
/
+161
*
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: do not reimplement generic io functions
Lukas Auer
2018-11-26
1
-28
/
+3
*
riscv: make use of the barrier functions from Linux
Lukas Auer
2018-11-26
2
-7
/
+71
*
riscv: fix use of incorrectly sized variables
Lukas Auer
2018-11-26
4
-11
/
+15
*
riscv: enable -fdata-sections
Lukas Auer
2018-11-26
1
-1
/
+2
*
riscv: set -march and -mabi based on the Kconfig configuration
Lukas Auer
2018-11-26
2
-4
/
+20
[next]