]> Joshua Wise's Git repositories - netwatch.git/commit
SMRAM interface changes, and a few misc. header changes.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sat, 13 Sep 2008 03:20:12 +0000 (23:20 -0400)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sat, 13 Sep 2008 03:20:12 +0000 (23:20 -0400)
commit81148fa15713ee68be49610206526d0725a5868f
treed7f94ab7ebfe0b0ac149c79034683d5d9084419b
parentc43bc43891ee5fad288ca72f101878bd84164845
SMRAM interface changes, and a few misc. header changes.

  * Created a header file that currently hard points to ich2.h.
  * Allows for saving and restoring of SMRAM state.
  * Moved PCI to include.
  * Moved conflicting includes to include/raw, which is only included on
    non-Linux build targets.
  * Fixed some messages here and there.
13 files changed:
aseg/Makefile
grubload/Makefile
grubload/multiboot_c.c
ich2/smram-ich2.c
ich2/smram-ich2.h [new file with mode: 0644]
include/pci.h [moved from pci/pci.h with 96% similarity]
include/raw/io.h [moved from include/io.h with 100% similarity]
include/raw/stdint.h [moved from include/stdint.h with 100% similarity]
include/smram.h [new file with mode: 0644]
pci/pci-linux.c
pci/pci-raw.c
tools/Makefile
tools/smram-linux-tool.c
This page took 0.028054 seconds and 4 git commands to generate.