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: 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
*
riscv: add Kconfig entries for the C and A ISA extensions
Lukas Auer
2018-11-26
1
-0
/
+11
*
riscv: select CONFIG_PHYS_64BIT on RV64I systems
Lukas Auer
2018-11-26
1
-0
/
+1
*
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
Lukas Auer
2018-11-26
2
-9
/
+9
*
Use _AC and UL macros from linux/const.h
Baruch Siach
2018-11-20
1
-0
/
+2
*
Kbuild: add LDFLAGS_STANDALONE
Daniel Schwierzeck
2018-11-18
1
-2
/
+2
*
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
Bin Meng
2018-11-14
1
-1
/
+10
*
riscv: allow native compilation
Heinrich Schuchardt
2018-10-03
1
-4
/
+0
*
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
4
-17
/
+18
*
riscv: Add QEMU virt board support
Bin Meng
2018-10-03
4
-0
/
+56
*
riscv: ae350: Clean up mixed tabs and spaces in the dts
Bin Meng
2018-10-03
1
-87
/
+90
*
riscv: Make start.S available for all targets
Bin Meng
2018-10-03
5
-4
/
+4
*
riscv: bootm: Pass mhartid CSR value to kernel
Bin Meng
2018-10-03
1
-2
/
+3
*
riscv: Remove CSR read/write defines in encoding.h
Bin Meng
2018-10-03
1
-46
/
+4
*
riscv: Add a helper routine to print CPU information
Bin Meng
2018-10-03
4
-0
/
+179
*
riscv: Explicitly pass -march and -mabi to the compiler
Bin Meng
2018-10-03
1
-2
/
+6
*
riscv: Fix coding style issues in the linker script
Bin Meng
2018-10-03
1
-30
/
+28
*
riscv: Move the linker script to the CPU root directory
Bin Meng
2018-10-03
1
-0
/
+0
*
riscv: Remove mach type
Bin Meng
2018-10-03
2
-30
/
+0
*
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
3
-208
/
+0
*
riscv: kconfig: Normalize architecture name spelling
Bin Meng
2018-10-03
1
-3
/
+3
*
config.mk: Remove duplicated -fno-strict-aliasing
Bin Meng
2018-09-25
1
-1
/
+1
*
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
2018-09-10
1
-31
/
+2
*
riscv: Include bss subsections in linker script
Alexander Graf
2018-08-20
1
-1
/
+1
*
efi_loader: Rename sections to allow for implicit data
Alexander Graf
2018-07-25
1
-10
/
+16
*
riscv: Remove unused _relocate arguments
Ivan Gorinov
2018-07-19
1
-2
/
+1
*
riscv: dts: Support cfi flash
Rick Chen
2018-05-29
1
-0
/
+12
*
riscv: dts: Sync DT with Linux Kernel
Rick Chen
2018-05-29
1
-38
/
+78
*
riscv: cpu: nx25: Rename as ax25
Rick Chen
2018-05-29
8
-11
/
+11
*
SPDX: Convert single license tags to Linux Kernel style
Rick Chen
2018-05-29
6
-6
/
+6
[next]