]> xenbits.xensource.com Git - seabios.git/commitdiff
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 7 Apr 2014 20:02:22 +0000 (16:02 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 7 Apr 2014 20:37:52 +0000 (16:37 -0400)
Add a note to the code that generates the pir, mptable, smbios, and
smbios tables that no new changes are expected.  Going forward, it is
expected that if any changes are needed to these bios tables that
SeaBIOS will get the tables passed in from upstream.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/fw/acpi.c
src/fw/mptable.c
src/fw/pirtable.c
src/fw/smbios.c

index 70284ab86459efb7fe8bb775efac111c92464d47..5ad2eec46ef5db33f9738ac3ebe2f15a3885e2bc 100644 (file)
@@ -1,4 +1,5 @@
 // Support for generating ACPI tables (on emulators)
+// DO NOT ADD NEW FEATURES HERE.  (See paravirt.c / biostables.c instead.)
 //
 // Copyright (C) 2008-2010  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2006 Fabrice Bellard
index 59c2a3ebca2e981d8442d3461151a251c69cdfe3..8e01e00439c7c09986d3cd67956dba502fb71972 100644 (file)
@@ -1,4 +1,5 @@
 // MPTable generation (on emulators)
+// DO NOT ADD NEW FEATURES HERE.  (See paravirt.c / biostables.c instead.)
 //
 // Copyright (C) 2008-2010  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2006 Fabrice Bellard
index 44fc71bdd34cb89eadc6c85166827b0a8222361b..a4944080892d159e6e55a22e73c08e403f163cd7 100644 (file)
@@ -1,4 +1,5 @@
 // PIR table generation (for emulators)
+// DO NOT ADD NEW FEATURES HERE.  (See paravirt.c / biostables.c instead.)
 //
 // Copyright (C) 2008  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2002  MandrakeSoft S.A.
index 6d580c2260d19557bbe7c57da21439896de1d0ce..0ac9ff5efbafe2cc150b8412e8cf56446a823703 100644 (file)
@@ -1,4 +1,5 @@
 // smbios table generation (on emulators)
+// DO NOT ADD NEW FEATURES HERE.  (See paravirt.c / biostables.c instead.)
 //
 // Copyright (C) 2008,2009  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2006 Fabrice Bellard