]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
smm: Use a C struct to define the layout of the SMM area.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 28 May 2014 17:33:50 +0000 (13:33 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 4 Jun 2014 15:06:58 +0000 (11:06 -0400)
commit31bcda20eff45de7fdd2aad30d42f28165ccd69a
tree7a5737412a82419ea676bbac43a7cd72f7b089ed
parentf4c511cd7a5a475d542389341a320cb1c946fe25
smm: Use a C struct to define the layout of the SMM area.

Describe the memory layout using a struct instead of hard coded
offsets.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/config.h
src/fw/smm.c
src/romlayout.S