mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
1. Common headers for fdt.h and ofw_machdep.h under x86/include
with indirections under i386/include and amd64/include.
2. New modinfo for loader provided FDT blob.
3. Common x86_init_fdt() called from hammer_time() on amd64 and
init386() on i386.
4. Split-off FDT specific low-level console functions from FDT
bus methods for the uart(4) driver. The low-level console
logic has been moved to uart_cpu_fdt.c and is used for arm,
mips & powerpc only. The FDT bus methods are shared across
all architectures.
5. Add dev/fdt/fdt_x86.c to hold the fdt_fixup_table[] and the
fdt_pic_table[] arrays. Both are empty right now.
FDT addresses are I/O ports on x86. Since the core FDT code does
not handle different address spaces, adding support for both I/O
ports and memory addresses requires some thought and discussion.
It may be better to use a compile-time option that controls this.
Obtained from: Juniper Networks, Inc.
|
||
|---|---|---|
| .. | ||
| files | ||
| files.amd64 | ||
| files.arm | ||
| files.i386 | ||
| files.ia64 | ||
| files.mips | ||
| files.pc98 | ||
| files.powerpc | ||
| files.sparc64 | ||
| kern.mk | ||
| kern.post.mk | ||
| kern.pre.mk | ||
| kmod.mk | ||
| kmod_syms.awk | ||
| ldscript.amd64 | ||
| ldscript.arm | ||
| ldscript.i386 | ||
| ldscript.ia64 | ||
| ldscript.mips | ||
| ldscript.mips.cfe | ||
| ldscript.mips.mips64 | ||
| ldscript.mips.octeon1 | ||
| ldscript.powerpc | ||
| ldscript.powerpc64 | ||
| ldscript.sparc64 | ||
| Makefile.amd64 | ||
| Makefile.arm | ||
| Makefile.i386 | ||
| Makefile.ia64 | ||
| Makefile.mips | ||
| Makefile.pc98 | ||
| Makefile.powerpc | ||
| Makefile.sparc64 | ||
| makeLINT.mk | ||
| makeLINT.sed | ||
| newvers.sh | ||
| NOTES | ||
| options | ||
| options.amd64 | ||
| options.arm | ||
| options.i386 | ||
| options.ia64 | ||
| options.mips | ||
| options.pc98 | ||
| options.powerpc | ||
| options.sparc64 | ||
| systags.sh | ||
| WITHOUT_SOURCELESS | ||
| WITHOUT_SOURCELESS_HOST | ||
| WITHOUT_SOURCELESS_UCODE | ||