aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv
AgeCommit message (Expand)Author
2024-02-18arch/riscv/Makefile.mk: Fix OpenSBI compilationMaximilian Brune
2024-02-18arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth
2024-02-10arch/riscv/boot.c: Comment OpenSBI Supervisor mode switchMaximilian Brune
2024-02-07arch/riscv: Add OPENSBI_FW_DYNAMIC_BOOT_HART optionMaximilian Brune
2024-01-24acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth
2024-01-18include/memlayout.h: Add OPENSBI linker macroMaximilian Brune
2023-12-20arch/riscv: Use same indent levels for switch/caseFelix Singer
2023-12-09arch/riscv/payload: Remove old RISC-V CSR namesLennart Eichhorn
2023-11-23arch/riscv/romstage: Start from assemblyArthur Heymans
2023-11-13arch/x86/riscv: Use 'all' target to include files in all stagesArthur Heymans
2023-11-13arch/riscv/ramstage.S: Add comments for passed argumentsMaximilian Brune
2023-06-11arch/riscv: Add clang as supported architectureArthur Heymans
2023-06-11arch/riscv: Always build opensbi with GCCArthur Heymans
2023-06-11arch/risc/mcall.h: Make the stack pointer globalArthur Heymans
2023-05-26treewide: Remove 'extern' from functions declarationElyes Haouas
2023-04-21arch/riscv/trap_handler.c: Use new names for CSRArthur Heymans
2023-04-21arch/riscv: Fix compiler argument for clangArthur Heymans
2023-02-09treewide: Remove repeated wordsElyes Haouas
2022-12-25arch/riscv: Use 'enum cb_err'Elyes Haouas
2022-11-22src/arch: Remove unnecessary space after castsElyes Haouas
2022-11-17arch/{arm64,riscv}: Remove "CRIT: " from log messagesElyes Haouas
2022-09-17riscv: Enable the newfangled way of selecting instruction setsPatrick Georgi
2022-09-143rdparty/opensbi: Update to latest ToTPatrick Georgi
2022-09-06src: remove force-included header rules.h from individual filesMartin Roth
2022-07-14commonlib: Substitude macro "__unused" in compiler.hBill XIE
2022-06-07commonlib: Clean up compiler.hJulius Werner
2022-06-01cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner
2022-05-11*.h: Fix up typos in guardingArthur Heymans
2022-01-19arch/riscv: Fix some SMP related headersKyösti Mälkki
2021-11-25arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-19arch/riscv: Avoid gcc11 replacing memset implementation with memset callPatrick Georgi
2021-09-17arch/riscv/trap_handler: add missing types.h includeFelix Held
2021-07-26arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel
2021-03-17cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner
2021-02-07src: Remove redundant include <rules.h>Elyes HAOUAS
2020-08-27symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-08-18src: Remove unused 'include <stddef.h>Elyes HAOUAS
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-06-02src: Remove unused '#include <cbfs.h>'Elyes HAOUAS
2020-05-18src: Remove unused 'include <lib.h>'Elyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/riscv: Convert to SPDX license headerPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-11-30arch/*/*/early_variables.h: drop unused filesArthur Heymans
2019-11-25Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans
2019-11-10lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans
2019-11-10arch/riscv: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-11-06arch/riscv: Use FDT from calling argument when using FITArthur Heymans
2019-11-06arch/riscv: Rename `stages.c` to `romstage.c`Nico Huber
2019-11-05arch/riscv: Don't link `stages.c` into ramstageNico Huber
2019-10-20src: Remove unused 'include <string.h>'Elyes HAOUAS
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-08-26arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-08arch/riscv: Enable FIT supportJonathan Neuschäfer
2019-08-03riscv: add support for OpenSBIXiang Wang
2019-07-28riscv: Remove unused headersPatrick Rudolph
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-07-02arch/riscv: Make RISCV specific options depend on ARCH_RISCVArthur Heymans
2019-06-28arch/riscv/mcall: Drop debug codePatrick Rudolph
2019-06-23riscv: workaround selfboot putting the coreboot table into prog_entry_argXiang Wang
2019-06-23riscv: use mret to invoke M-mode payload and disable interruptsXiang Wang
2019-06-23riscv: Fix MENTRY_FRAME_SIZE to fit different machine lengthsXiang Wang
2019-06-04arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_MSubrata Banik
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-02-13riscv: Add initial support for 32bit boardsPhilipp Hug
2019-02-09riscv: Use correct argument in a1 when invoking payloadPhilipp Hug
2019-02-02riscv: Show hart id in trap handlerPhilipp Hug
2019-02-02riscv: Simplify payload handlingXiang Wang
2019-01-24riscv: ARCH_RISCV_RV{32,64} selects ARCH_RISCVRonald G. Minnich
2019-01-17riscv: create Kconfig architecture features for new partsRonald G. Minnich
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-12-19arch/riscv: Don't set FPU state to "dirty"Jonathan Neuschäfer
2018-12-19arch/riscv: Define and use SBI_ENOSYSJonathan Neuschäfer
2018-12-18arch/riscv: Don't hardcode CSR numbers anymoreJonathan Neuschäfer
2018-12-07riscv: fix non-SMP supportPhilipp Hug
2018-11-19src: Add required space after "switch"Elyes HAOUAS
2018-11-05riscv: add support for supervisor binary interface (SBI)Xiang Wang
2018-11-05riscv: add support to block smp in each stageXiang Wang
2018-11-05riscv: add support smp_pause / smp_resumeXiang Wang
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-30riscv: simplify timer interrupt handlingPhilipp Hug
2018-10-30src/arch/riscv/misaligned.c: Fix an off-by-one error when loading the opcodePhilipp Hug
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-10-11riscv: add physical memory protection (PMP) supportXiang Wang
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-06arch/riscv: Update comment about mstatus initializationJonathan Neuschäfer
2018-10-04arch/riscv: Adjust compiler flags for scan-buildJonathan Neuschäfer
2018-09-26arch/riscv: Advance the PC after handling misaligned load/storeJonathan Neuschäfer
2018-09-21arch/riscv/include/arch: Don't use device_tElyes HAOUAS