aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-08-20riscv: Include bss subsections in linker scriptAlexander Graf1-1/+1
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-10/+16
2018-07-19riscv: Remove unused _relocate argumentsIvan Gorinov1-2/+1
2018-05-29riscv: dts: Support cfi flashRick Chen1-0/+12
2018-05-29riscv: dts: Sync DT with Linux KernelRick Chen1-38/+78
2018-05-29riscv: cpu: nx25: Rename as ax25Rick Chen8-11/+11
2018-05-29SPDX: Convert single license tags to Linux Kernel styleRick Chen6-6/+6
2018-05-29efi_loader: Enable RISC-V supportRick Chen1-0/+16
2018-05-29riscv: Add board_quiesce_devices stubAlexander Graf2-0/+5
2018-05-29riscv: Add EFI application infrastructureAlexander Graf6-0/+405
2018-05-29riscv: Enable function sectionsAlexander Graf1-1/+1
2018-05-29riscv: Add setjmp/longjmp codeAlexander Graf3-0/+93
2018-05-15riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-15riscv: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini25-54/+25
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-30riscv: ae250: Support DT provided by the board at runtimeRick Chen1-0/+2
2018-03-30riscv: dts: AE250 support sd High-Speed modeRick Chen1-0/+1
2018-03-30riscv: bootm: Remove ATAGSRick Chen2-226/+2
2018-03-30riscv: bootm: Support to boot riscv-linuxRick Chen1-4/+4
2018-03-30riscv: checkpatch: Fix static const char * array declarationsRick Chen1-1/+1
2018-03-30riscv: checkpatch: Fix missing a blank line after declarationsRick Chen1-2/+2
2018-03-30riscv: checkpatch: Fix alignment should match open parenthesisRick Chen2-19/+13
2018-03-30riscv: checkpatch: Fix use of volatileRick Chen1-1/+1
2018-03-30riscv: checkpatch: Fix Macro argument reuseRick Chen4-15/+35
2018-01-12riscv: Add Kconfig to support RISC-VRick Chen3-0/+86
2018-01-12riscv: nx25: include: Add header files to support RISC-VRick Chen21-0/+1669
2018-01-12riscv: nx25: dts: Add AE250 dts to support RISC-VRick Chen2-0/+110
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen5-0/+407
2018-01-12riscv: cpu: Add nx25 to support RISC-VRick Chen4-0/+403