summaryrefslogtreecommitdiff
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra2020-04-232-0/+3
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-231-1/+1
* riscv: Implement new SBI v0.2 extensionsBin Meng2020-03-171-0/+24
* riscv: Introduce a new config for SBI v0.1Bin Meng2020-03-171-0/+4
* riscv: Add SBI v0.2 extension definitionsBin Meng2020-03-171-0/+17
* riscv: Add basic support for SBI v0.2Bin Meng2020-03-171-79/+56
* riscv: Mark existing SBI as v0.1 SBIBin Meng2020-03-171-19/+21
* riscv: Fix sbi_remote_sfence_vma{,_asid}Bin Meng2020-03-171-7/+12
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-26/+0
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+1
* dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-191-2/+3
* asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra2020-01-251-2/+21
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+2
* gpio: sifive: add support for DM based gpio driver for FU540-SoCSagar Shrikant Kadam2019-10-182-0/+41
* riscv: add SPL supportLukas Auer2019-08-261-0/+31
* riscv: add run mode configuration for SPLLukas Auer2019-08-261-1/+1
* riscv: Access CSRs using CSR numbersBin Meng2019-08-152-236/+14
* riscv: Sync csr.h with Linux kernel v5.2Bin Meng2019-08-152-16/+114
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* riscv: Introduce CONFIG_XIP to support booting from flashRick Chen2019-05-091-0/+2
* riscv: Add a SYSCON driver for Andestech's PLMTRick Chen2019-04-082-0/+4
* riscv: Add a SYSCON driver for Andestech's PLICRick Chen2019-04-082-2/+4
* riscv: add support for multi-hart systemsLukas Auer2019-04-081-0/+1
* 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