freebsd-skq/sys/arm/s3c2xx0
Ian Lepore 0c27b1d4fd It turns out a global variable is the only straightforward way to
communicate the kernel's physical load address from where it's known in
initarm() into cpu_mp_start() which is called from non-arm code and
takes no parameters.

This adds the global variable and ensures that all the various copies
of initarm() set it.  It uses the variable in cpu_mp_start(), eliminating
the last uses of KERNPHYSADDR outside of locore.S (where we can now
calculate it instead of relying on the constant).
2014-02-09 02:39:00 +00:00
..
board_ln2410sbc.c
files.s3c2xx0
s3c2xx0_space.c
s3c2xx0board.h
s3c2xx0reg.h
s3c2xx0var.h
s3c24x0_clk.c
s3c24x0_machdep.c It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
s3c24x0_rtc.c
s3c24x0.c
s3c24x0reg.h
s3c24x0var.h
s3c2410reg.h
s3c2410var.h
s3c2440reg.h
std.ln2410sbc
std.s3c2410
uart_bus_s3c2410.c
uart_cpu_s3c2410.c
uart_dev_s3c2410.c
uart_dev_s3c2410.h