summaryrefslogtreecommitdiff
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* riscv: import the supervisor binary interface header fileLukas Auer2019-04-081-0/+94
* riscv: add infrastructure for calling functions on other hartsLukas Auer2019-04-082-0/+59
* riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrdAnup Patel2019-02-271-0/+1
* riscv: Add place-holder asm/arch/clk.h for driver compilationAnup Patel2019-02-271-0/+14
* riscv: Add asm/dma-mapping.h for DMA mappingsAnup Patel2019-02-271-0/+38
* riscv: Save boot hart id to the global dataBin Meng2018-12-181-0/+1
* riscv: Add indirect stringification to csr_xxx opsBin Meng2018-12-181-7/+9
* riscv: Add exception codes for xcause registerBin Meng2018-12-181-0/+15
* riscv: Add CSR numbersBin Meng2018-12-181-0/+221
* riscv: Add a SYSCON driver for SiFive's Core Local InterruptorBin Meng2018-12-182-0/+22
* riscv: Add kconfig option to run U-Boot in S-modeAnup Patel2018-12-051-0/+6
* riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen2018-11-261-0/+3
* riscv: do not reimplement generic io functionsLukas Auer2018-11-261-28/+3
* riscv: make use of the barrier functions from LinuxLukas Auer2018-11-262-7/+71
* riscv: fix use of incorrectly sized variablesLukas Auer2018-11-263-6/+10
* Use _AC and UL macros from linux/const.hBaruch Siach2018-11-201-0/+2
* riscv: Remove CSR read/write defines in encoding.hBin Meng2018-10-031-46/+4
* riscv: Add a helper routine to print CPU informationBin Meng2018-10-031-0/+124
* riscv: Remove mach typeBin Meng2018-10-032-30/+0
* riscv: Remove setup.hBin Meng2018-10-032-207/+0
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* riscv: cpu: nx25: Rename as ax25Rick Chen2018-05-291-5/+5
* SPDX: Convert single license tags to Linux Kernel styleRick Chen2018-05-291-2/+1
* riscv: Add board_quiesce_devices stubAlexander Graf2018-05-291-0/+1
* riscv: Add setjmp/longjmp codeAlexander Graf2018-05-291-0/+26
* riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue2018-05-151-0/+2
* riscv: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue2018-05-151-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0713-27/+13
* riscv: bootm: Remove ATAGSRick Chen2018-03-301-49/+0
* riscv: checkpatch: Fix alignment should match open parenthesisRick Chen2018-03-302-19/+13
* riscv: checkpatch: Fix use of volatileRick Chen2018-03-301-1/+1
* riscv: checkpatch: Fix Macro argument reuseRick Chen2018-03-304-15/+35
* riscv: nx25: include: Add header files to support RISC-VRick Chen2018-01-1221-0/+1669