Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb
/
arch
/
riscv
dcad9b8
riscv: Remove ae350.dts
by Bin Meng
· 6 years ago
3c85099
riscv: bootm: Change to use boot_hart from global data
by Bin Meng
· 6 years ago
51ab457
riscv: Save boot hart id to the global data
by Bin Meng
· 6 years ago
7f5d35a
riscv: Adjust the _exit_trap() position to come before handle_trap()
by Bin Meng
· 6 years ago
10753ef
riscv: Return to previous privilege level after trap handling
by Bin Meng
· 6 years ago
496262c
riscv: Fix context restore before returning from trap handler
by Bin Meng
· 6 years ago
4b3f5ed
riscv: Move trap handler codes to mtrap.S
by Bin Meng
· 6 years ago
485e822
riscv: Do some basic architecture level cpu initialization
by Bin Meng
· 6 years ago
57fe5c6
riscv: Add indirect stringification to csr_xxx ops
by Bin Meng
· 6 years ago
aef59e5
riscv: Update supports_extension() to use desc from cpu driver
by Bin Meng
· 6 years ago
3967156
riscv: Add exception codes for xcause register
by Bin Meng
· 6 years ago
ea53f1c
riscv: Add CSR numbers
by Bin Meng
· 6 years ago
3c276b2
riscv: Remove non-DM version of print_cpuinfo()
by Bin Meng
· 6 years ago
39cad5b
riscv: Probe cpus during boot
by Bin Meng
· 6 years ago
92b64fe
riscv: Enlarge the default SYS_MALLOC_F_LEN
by Bin Meng
· 6 years ago
84304d4
riscv: qemu: Add platform-specific Kconfig options
by Bin Meng
· 6 years ago
511107d
riscv: Implement riscv_get_time() API using rdtime instruction
by Anup Patel
· 6 years ago
644a3cd
riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
by Bin Meng
· 6 years ago
3cfc825
riscv: Introduce a Kconfig option for machine mode
by Anup Patel
· 6 years ago
44fe795
riscv: ax25: Hide the ax25-specific Kconfig option
by Bin Meng
· 6 years ago
27dc2c1
riscv: qemu: Create a simple-bus driver for the soc node
by Bin Meng
· 6 years ago
8176ea4
riscv: add Kconfig entries for the code model
by Lukas Auer
· 6 years ago
48cbf62
riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
by Rick Chen
· 6 years ago
d2db2a8
riscv: Add kconfig option to run U-Boot in S-mode
by Anup Patel
· 6 years ago
a33a4ef
riscv: efi: Generate Microsoft PE format compliant images
by Bin Meng
· 6 years ago
52923c6
riscv: cache: Implement i/dcache [status, enable, disable]
by Rick Chen
· 6 years ago
bae2d72
riscv: dts: Add ae350_32.dts for RV32I
by Rick Chen
· 6 years ago
7424e95
riscv: dts: Sync to Linux Kernel ae350 dts.
by Rick Chen
· 6 years ago
c3b1a99
riscv: align bootm implementation with that of other architectures
by Lukas Auer
· 6 years ago
5d8b2e7
riscv: save hart ID and device tree passed by prior boot stage
by Lukas Auer
· 6 years ago
31f9058
riscv: do not blindly modify the mstatus CSR
by Lukas Auer
· 6 years ago
8bfa231
riscv: remove unused labels in start.S
by Lukas Auer
· 6 years ago
c95cafd
Drop CONFIG_INIT_CRITICAL
by Bin Meng
· 6 years ago
2a23ac6
riscv: align mtvec on a 4-byte boundary
by Lukas Auer
· 6 years ago
c55309c
riscv: fix inconsistent use of spaces and tabs in start.S
by Lukas Auer
· 6 years ago
62a09ad
riscv: implement the invalidate_icache_* functions
by Lukas Auer
· 6 years ago
c93a1c8
riscv: hang on unhandled exceptions
by Lukas Auer
· 6 years ago
e8b522b
riscv: treat undefined exception codes as reserved
by Lukas Auer
· 6 years ago
5a44173
riscv: complete the list of exception codes
by Lukas Auer
· 6 years ago
f105d2e
riscv: do not reimplement generic io functions
by Lukas Auer
· 6 years ago
fc8c76f
riscv: make use of the barrier functions from Linux
by Lukas Auer
· 6 years ago
b2c860c
riscv: fix use of incorrectly sized variables
by Lukas Auer
· 6 years ago
776e633
riscv: enable -fdata-sections
by Lukas Auer
· 6 years ago
0c07484
riscv: set -march and -mabi based on the Kconfig configuration
by Lukas Auer
· 6 years ago
d57ffa6
riscv: add Kconfig entries for the C and A ISA extensions
by Lukas Auer
· 6 years ago
7115856
riscv: select CONFIG_PHYS_64BIT on RV64I systems
by Lukas Auer
· 6 years ago
862e2e7
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
by Lukas Auer
· 6 years ago
5c8fd32
Use _AC and UL macros from linux/const.h
by Baruch Siach
· 6 years ago
1d3b97c
Kbuild: add LDFLAGS_STANDALONE
by Daniel Schwierzeck
· 6 years ago
b1893a9
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
by Bin Meng
· 6 years ago
5845f66
riscv: allow native compilation
by Heinrich Schuchardt
· 6 years ago
9d9b3dc
riscv: cosmetic: Reword do_reset() printf message.
by Rick Chen
· 6 years ago
b984ddc
riscv: Move do_reset() to a common place
by Bin Meng
· 6 years ago
510e379
riscv: Add QEMU virt board support
by Bin Meng
· 6 years ago
4694c93
riscv: ae350: Clean up mixed tabs and spaces in the dts
by Bin Meng
· 6 years ago
b5369c5
riscv: Make start.S available for all targets
by Bin Meng
· 6 years ago
ed49ba4
riscv: bootm: Pass mhartid CSR value to kernel
by Bin Meng
· 6 years ago
e5ea1e5
riscv: Remove CSR read/write defines in encoding.h
by Bin Meng
· 6 years ago
2fab2e9
riscv: Add a helper routine to print CPU information
by Bin Meng
· 6 years ago
ce7a8e0
riscv: Explicitly pass -march and -mabi to the compiler
by Bin Meng
· 6 years ago
3d60156
riscv: Fix coding style issues in the linker script
by Bin Meng
· 6 years ago
dfb828e
riscv: Move the linker script to the CPU root directory
by Bin Meng
· 6 years ago
8cdc6b5
riscv: Remove mach type
by Bin Meng
· 6 years ago
4afeedf
riscv: bootm: Correct the 1st kernel argument to hart id
by Bin Meng
· 6 years ago
3ad4866
riscv: Remove setup.h
by Bin Meng
· 6 years ago
117a433
riscv: kconfig: Normalize architecture name spelling
by Bin Meng
· 6 years ago
d8d81d4
config.mk: Remove duplicated -fno-strict-aliasing
by Bin Meng
· 6 years ago
3747bdb
arch: types.h: factor out fixed width typedefs to int-ll64.h
by Masahiro Yamada
· 6 years ago
122347f
riscv: Include bss subsections in linker script
by Alexander Graf
· 6 years ago
7e21fbc
efi_loader: Rename sections to allow for implicit data
by Alexander Graf
· 6 years ago
b71bb87
riscv: Remove unused _relocate arguments
by Ivan Gorinov
· 6 years ago
7286e46
riscv: dts: Support cfi flash
by Rick Chen
· 6 years ago
c14e90e
riscv: dts: Sync DT with Linux Kernel
by Rick Chen
· 6 years ago
6f4dd62
riscv: cpu: nx25: Rename as ax25
by Rick Chen
· 6 years ago
7215787
SPDX: Convert single license tags to Linux Kernel style
by Rick Chen
· 6 years ago
6836adb
efi_loader: Enable RISC-V support
by Rick Chen
· 6 years ago
b66babd
riscv: Add board_quiesce_devices stub
by Alexander Graf
· 7 years ago
493d1e8
riscv: Add EFI application infrastructure
by Alexander Graf
· 7 years ago
6cc1a2a
riscv: Enable function sections
by Alexander Graf
· 7 years ago
a7f99e5
riscv: Add setjmp/longjmp code
by Alexander Graf
· 7 years ago
accdce5
riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
by Bryan O'Donoghue
· 7 years ago
820cba2
riscv: Define PLATFORM__SET_BIT for generic_set_bit()
by Bryan O'Donoghue
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
d58717e
riscv: ae250: Support DT provided by the board at runtime
by Rick Chen
· 7 years ago
177c16c
riscv: dts: AE250 support sd High-Speed mode
by Rick Chen
· 7 years ago
22b7e6f
riscv: bootm: Remove ATAGS
by Rick Chen
· 7 years ago
0462358
riscv: bootm: Support to boot riscv-linux
by Rick Chen
· 7 years ago
22e8c0f
riscv: checkpatch: Fix static const char * array declarations
by Rick Chen
· 7 years ago
b907649
riscv: checkpatch: Fix missing a blank line after declarations
by Rick Chen
· 7 years ago
45fc937
riscv: checkpatch: Fix alignment should match open parenthesis
by Rick Chen
· 7 years ago
40717eb
riscv: checkpatch: Fix use of volatile
by Rick Chen
· 7 years ago
bc0818a
riscv: checkpatch: Fix Macro argument reuse
by Rick Chen
· 7 years ago
f94c44e
riscv: Add Kconfig to support RISC-V
by Rick Chen
· 7 years ago
6020faf
riscv: nx25: include: Add header files to support RISC-V
by Rick Chen
· 7 years ago
039ed7c
riscv: nx25: dts: Add AE250 dts to support RISC-V
by Rick Chen
· 7 years ago
8bbb290
riscv: nx25: lib: Add relative lib funcs to support RISC-V
by Rick Chen
· 7 years ago
e8e3959
riscv: cpu: Add nx25 to support RISC-V
by Rick Chen
· 7 years ago