freebsd-dev/sys/arm/econa
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
..
cfi_bus_econa.c
econa_machdep.c It turns out a global variable is the only straightforward way to 2014-02-09 02:39:00 +00:00
econa_reg.h
econa_var.h
econa.c A few last BUS_PROBE_NOWILDCARDs are in order. 2013-10-29 14:32:33 +00:00
ehci_ebus.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
files.econa s/standard/optional/ for ohci and echi, since these files are optional 2014-02-04 05:21:57 +00:00
if_ece.c Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
if_ecereg.h
if_ecevar.h
ohci_ec.c Implement better support for USB controller suspend and resume. 2011-12-14 00:28:54 +00:00
std.econa Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with 2014-01-28 09:12:04 +00:00
timer.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00
uart_bus_ec.c Remove an incorrectly copied and pasted clause from these license 2013-11-15 16:16:55 +00:00
uart_cpu_ec.c Remove an incorrectly copied and pasted clause from these license 2013-11-15 16:16:55 +00:00