summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-113-23/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3117-68/+0
* RISCV: modify arch_prog_run to handle payloads correctly.Ronald G. Minnich2015-09-231-3/+11
* riscv-virtual-memory: move page tables into virtual address spaceThaminda Edirisooriya2015-09-161-1/+1
* riscv-memlayout: fix existing memlayout issues, add sbi interfaceThaminda Edirisooriya2015-09-163-15/+97
* riscv-trap-handling: Add functionality, prevent stack corruptionThaminda Edirisooriya2015-09-153-2/+31
* riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya2015-09-106-1/+301
* riscv-virtual-memory: Add virtual memory setupThaminda Edirisooriya2015-09-102-0/+216
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-3/+3
* riscv-trap-handling: Add preliminary trap handling for riscvThaminda Edirisooriya2015-08-262-0/+193
* riscv-spike: support for Spike emulation of riscvThaminda Edirisooriya2015-08-095-618/+925
* riscv: Link in libgccPatrick Georgi2015-07-221-3/+3
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-121-1/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-085-6/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-65/+2
* coreboot: introduce boot_deviceAaron Durbin2015-05-261-32/+34
* Remove address from GPLv2 headersPatrick Georgi2015-05-2113-16/+13
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-3/+3
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-21/+0
* riscv: use new-style CBFS header lookupPatrick Georgi2015-04-182-25/+6
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-1/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+1
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-0/+4
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-067-259/+44
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-064-21/+14
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-1/+1
* program loading: unify on struct progAaron Durbin2015-04-031-5/+0
* program loading: add prog_run() functionAaron Durbin2015-04-032-4/+12
* program loading: introduce struct progAaron Durbin2015-04-031-4/+1
* build system: normalize linker script file namesPatrick Georgi2015-03-281-0/+0
* bootblocks: use run_romstage()Aaron Durbin2015-03-201-9/+2
* qemu-riscv: add preram_cbmem_consoleAaron Durbin2015-03-201-1/+1
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-0/+1
* src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc2015-02-021-0/+3
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-5/+0
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-1/+1
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-0/+1
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-271-8/+0
* vboot2: add verstageStefan Reinauer2015-01-271-0/+4
* UCB RISCV: Switch to DYNAMIC_CBMEMKyösti Mälkki2014-12-091-20/+0
* RISCV: one last little nit to make it build and runRonald G. Minnich2014-12-051-1/+3
* RISCV: get RISCV to build againRonald G. Minnich2014-12-042-11/+1
* Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich2014-12-0125-0/+2016
OpenPOWER on IntegriCloud