summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2018-10-03riscv: allow native compilationHeinrich Schuchardt
2018-10-03riscv: cosmetic: Reword do_reset() printf message.Rick Chen
2018-10-03riscv: Move do_reset() to a common placeBin Meng
2018-10-03riscv: Add QEMU virt board supportBin Meng
2018-10-03riscv: ae350: Clean up mixed tabs and spaces in the dtsBin Meng
2018-10-03riscv: Make start.S available for all targetsBin Meng
2018-10-03riscv: bootm: Pass mhartid CSR value to kernelBin Meng
2018-10-03riscv: Remove CSR read/write defines in encoding.hBin Meng
2018-10-03riscv: Add a helper routine to print CPU informationBin Meng
2018-10-03riscv: Explicitly pass -march and -mabi to the compilerBin Meng
2018-10-03riscv: Fix coding style issues in the linker scriptBin Meng
2018-10-03riscv: Move the linker script to the CPU root directoryBin Meng
2018-10-03riscv: Remove mach typeBin Meng
2018-10-03riscv: bootm: Correct the 1st kernel argument to hart idBin Meng
2018-10-03riscv: Remove setup.hBin Meng
2018-10-03riscv: kconfig: Normalize architecture name spellingBin Meng
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-08-20riscv: Include bss subsections in linker scriptAlexander Graf
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-07-19riscv: Remove unused _relocate argumentsIvan Gorinov
2018-05-29riscv: dts: Support cfi flashRick Chen
2018-05-29riscv: dts: Sync DT with Linux KernelRick Chen
2018-05-29riscv: cpu: nx25: Rename as ax25Rick Chen
2018-05-29SPDX: Convert single license tags to Linux Kernel styleRick Chen
2018-05-29efi_loader: Enable RISC-V supportRick Chen
2018-05-29riscv: Add board_quiesce_devices stubAlexander Graf
2018-05-29riscv: Add EFI application infrastructureAlexander Graf
2018-05-29riscv: Enable function sectionsAlexander Graf
2018-05-29riscv: Add setjmp/longjmp codeAlexander Graf
2018-05-15riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue
2018-05-15riscv: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-30riscv: ae250: Support DT provided by the board at runtimeRick Chen
2018-03-30riscv: dts: AE250 support sd High-Speed modeRick Chen
2018-03-30riscv: bootm: Remove ATAGSRick Chen
2018-03-30riscv: bootm: Support to boot riscv-linuxRick Chen
2018-03-30riscv: checkpatch: Fix static const char * array declarationsRick Chen
2018-03-30riscv: checkpatch: Fix missing a blank line after declarationsRick Chen
2018-03-30riscv: checkpatch: Fix alignment should match open parenthesisRick Chen
2018-03-30riscv: checkpatch: Fix use of volatileRick Chen
2018-03-30riscv: checkpatch: Fix Macro argument reuseRick Chen
2018-01-12riscv: Add Kconfig to support RISC-VRick Chen
2018-01-12riscv: nx25: include: Add header files to support RISC-VRick Chen
2018-01-12riscv: nx25: dts: Add AE250 dts to support RISC-VRick Chen
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen
2018-01-12riscv: cpu: Add nx25 to support RISC-VRick Chen