summaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)Author
2019-05-09RISCV: image: Add booti supportAtish Patra
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen
2019-04-08riscv: Add a SYSCON driver for Andestech's PLMTRick Chen
2019-04-08riscv: Add a SYSCON driver for Andestech's PLICRick Chen
2019-04-08riscv: boot images passed to bootm on all hartsLukas Auer
2019-04-08riscv: add support for multi-hart systemsLukas Auer
2019-04-08riscv: implement IPI platform functions using SBILukas Auer
2019-04-08riscv: add infrastructure for calling functions on other hartsLukas Auer
2019-01-15riscv: use invalidate/flush_*cache_range functions in cache.cLukas Auer
2019-01-15riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer
2019-01-15riscv: clarify error message on undefined exceptionsLukas Auer
2018-12-31riscv: bootm: Support booting VxWorksBin Meng
2018-12-18riscv: bootm: Change to use boot_hart from global dataBin Meng
2018-12-18riscv: Save boot hart id to the global dataBin Meng
2018-12-18riscv: Adjust the _exit_trap() position to come before handle_trap()Bin Meng
2018-12-18riscv: Implement riscv_get_time() API using rdtime instructionAnup Patel
2018-12-18riscv: Add a SYSCON driver for SiFive's Core Local InterruptorBin Meng
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel
2018-12-02riscv: efi: Generate Microsoft PE format compliant imagesBin Meng
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer
2018-11-26riscv: implement the invalidate_icache_* functionsLukas Auer
2018-11-26riscv: hang on unhandled exceptionsLukas Auer
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer
2018-11-26riscv: complete the list of exception codesLukas Auer
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng
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: bootm: Pass mhartid CSR value to kernelBin Meng
2018-10-03riscv: bootm: Correct the 1st kernel argument to hart idBin Meng
2018-10-03riscv: Remove setup.hBin Meng
2018-07-19riscv: Remove unused _relocate argumentsIvan Gorinov
2018-05-29SPDX: Convert single license tags to Linux Kernel styleRick Chen
2018-05-29riscv: Add board_quiesce_devices stubAlexander Graf
2018-05-29riscv: Add EFI application infrastructureAlexander Graf
2018-05-29riscv: Add setjmp/longjmp codeAlexander Graf
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: 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-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen