[SeaBIOS] [PATCH v4 5/5] acpi: add an option to disable builtin tables

Kevin O'Connor kevin at koconnor.net
Wed Sep 25 01:45:11 CEST 2013


On Mon, Sep 23, 2013 at 09:20:37PM +0300, Michael S. Tsirkin wrote:
> Serves to save a bit of memory, and is helpful
> for debugging (making sure tables come from qemu).
> 
> Memory stats:
> Enabled:
> Total size: 128776  Fixed: 59100  Free: 2296 (used 98.2% of 128KiB rom)
> Disabled:
> Total size: 119836  Fixed: 58996  Free: 11236 (used 91.4% of 128KiB rom)

I don't think this is necessary - CONFIG_ACPI can be used to disable
local ACPI table generation.  (If QEMU has a "romfile loader" file
then SeaBIOS should use it irrespective of CONFIG_ACPI.)

-Kevin



More information about the SeaBIOS mailing list