aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv
AgeCommit message (Expand)Author
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-02build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-23RISCV: modify arch_prog_run to handle payloads correctly.Ronald G. Minnich
2015-09-16riscv-virtual-memory: move page tables into virtual address spaceThaminda Edirisooriya
2015-09-16riscv-memlayout: fix existing memlayout issues, add sbi interfaceThaminda Edirisooriya
2015-09-15riscv-trap-handling: Add functionality, prevent stack corruptionThaminda Edirisooriya
2015-09-10riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya
2015-09-10riscv-virtual-memory: Add virtual memory setupThaminda Edirisooriya
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-08-26riscv-trap-handling: Add preliminary trap handling for riscvThaminda Edirisooriya
2015-08-09riscv-spike: support for Spike emulation of riscvThaminda Edirisooriya
2015-07-22riscv: Link in libgccPatrick Georgi
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19Remove Kconfig variable that has no effectPatrick Georgi
2015-05-19Remove Kconfig variable that has no effectPatrick Georgi
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-18riscv: use new-style CBFS header lookupPatrick Georgi
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-03-28build system: normalize linker script file namesPatrick Georgi
2015-03-20bootblocks: use run_romstage()Aaron Durbin
2015-03-20qemu-riscv: add preram_cbmem_consoleAaron Durbin
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27vboot2: add verstageStefan Reinauer
2014-12-09UCB RISCV: Switch to DYNAMIC_CBMEMKyösti Mälkki
2014-12-05RISCV: one last little nit to make it build and runRonald G. Minnich
2014-12-04RISCV: get RISCV to build againRonald G. Minnich
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich