coreboot/src/include
Ronald G. Minnich 5965cba3dc RISCV: Clean up the common architectural code
This version of coreboot successfully starts a Harvey (Plan 9) kernel as a payload,
entering main() with no supporting assembly code for startup. The Harvey port
is not complete so it just panics but ... it gets started.

We provide a standard payload function that takes a pointer argument
and makes the jump from machine to supervisor mode;
the days of kernels running in machine mode are over.

We do some small tweaks to the virtual memory code. We temporarily
disable two functions that won't work on some targets as register
numbers changed between 1.7 and 1.9. Once lowrisc catches up
we'll reenable them.

We add the PAGETABLES to the memlayout.ld and use _pagetables in the virtual
memory setup code.

We now use the _stack and _estack from memlayout so we know where things are.
As time goes on maybe we can kill all the magic numbers.

Change-Id: I6caadfa9627fa35e31580492be01d4af908d31d9
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: https://review.coreboot.org/17058
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
2016-10-24 20:25:04 +02:00
..
boot
console
cpu
device
pc80
smp
superio
sys
tpm_lite
antirollback.h
assert.h
b64_decode.h
base3.h
bcd.h
boardid.h
boot_device.h
bootblock_common.h
bootmem.h
bootmode.h
bootstate.h
cbfs.h
cbmem.h
delay.h
edid.h
elog.h
endian.h
fallback.h
fmap.h
gic.h
gpio.h
halt.h
imd.h
inttypes.h
ip_checksum.h
kconfig.h
lib.h
main_decl.h
memlayout.h
memory_info.h
memrange.h
nhlt.h
option.h
program_loading.h
reg_script.h
reset.h
rmodule.h
romstage_handoff.h
rtc.h
rules.h
sdram_mode.h
smbios.h
spd.h
spd_cache.h
spd_ddr2.h
spi-generic.h
spi_flash.h
stage_cache.h
stddef.h
stdlib.h
string.h
swab.h
symbols.h RISCV: Clean up the common architectural code 2016-10-24 20:25:04 +02:00
thread.h
timer.h
timestamp.h
tpm.h
trace.h
types.h
vbe.h
version.h
watchdog.h
wrdd.h