summaryrefslogtreecommitdiff
path: root/src/arch/riscv/boot.c
AgeCommit message (Expand)Author
2021-03-17cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner
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-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-08-03riscv: add support for OpenSBIXiang Wang
2019-06-23riscv: workaround selfboot putting the coreboot table into prog_entry_argXiang Wang
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-02-02riscv: Simplify payload handlingXiang Wang
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-05riscv: add support to block smp in each stageXiang Wang
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-02-20arch/riscv: Pass the bootrom-provided FDT to the payloadJonathan Neuschäfer
2018-02-20arch/riscv: Don't set up virtual memoryJonathan Neuschäfer
2017-12-02riscv: Remove config string supportJonathan Neuschäfer
2016-11-12riscv: start to use the configstring functionsRonald G. Minnich
2016-10-24RISCV: Clean up the common architectural codeRonald G. Minnich
2016-07-14arch/riscv: Unconditionally start payloads in machine modeJonathan Neuschäfer
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2015-12-10lib: remove assets infrastructureAaron Durbin
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-05-21Remove address from GPLv2 headersPatrick 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-20loaders: add program_loading.h header fileAaron Durbin
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich