Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 12 Jun 2008 02:47:01 +0000 (22:47 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 12 Jun 2008 02:47:01 +0000 (22:47 -0400)
commit276d4a916517fc8ebf05b05f0226e80787f90309
tree88c8b731377cdfb27d950b2d78b8d2a39c0e97a7
parent061d13740b3eabfbbf505e8798241f96ea76c8b1
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.

Move acpi code from rombios32.c to acpi.c.
Move all fixed memory addresses used by the code to config.h and
    consistently use a "BUILD_" prefix on the definitions.
Move some pci defs to pci.h - allows access from acpi.c and rombios32.c.
Introduce ALIGN() macro - remove old align function.
12 files changed:
Makefile
src/acpi.c [new file with mode: 0644]
src/acpi.h [new file with mode: 0644]
src/config.h
src/pci.h
src/post.c
src/rombios16.lds.S
src/rombios32.c
src/rombios32.lds.S
src/romlayout.S
src/shadow.c
src/types.h