aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-04-07 16:02:22 -0400
committerKevin O'Connor <kevin@koconnor.net>2014-04-07 16:37:52 -0400
commit8996ad2cd9cdca1977dc75f262dca7f6e549be15 (patch)
tree4c6fe72be3d28592f805751911f61b3912f77b17
parent3bd2dc6d5c2a3cec5a28e660b0ece699a0e94c0b (diff)
downloadseabios-8996ad2cd9cdca1977dc75f262dca7f6e549be15.zip
seabios-8996ad2cd9cdca1977dc75f262dca7f6e549be15.tar.gz
seabios-8996ad2cd9cdca1977dc75f262dca7f6e549be15.tar.bz2
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
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>
-rw-r--r--src/fw/acpi.c1
-rw-r--r--src/fw/mptable.c1
-rw-r--r--src/fw/pirtable.c1
-rw-r--r--src/fw/smbios.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/fw/acpi.c b/src/fw/acpi.c
index 70284ab..5ad2eec 100644
--- a/src/fw/acpi.c
+++ b/src/fw/acpi.c
@@ -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
diff --git a/src/fw/mptable.c b/src/fw/mptable.c
index 59c2a3e..8e01e00 100644
--- a/src/fw/mptable.c
+++ b/src/fw/mptable.c
@@ -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
diff --git a/src/fw/pirtable.c b/src/fw/pirtable.c
index 44fc71b..a494408 100644
--- a/src/fw/pirtable.c
+++ b/src/fw/pirtable.c
@@ -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.
diff --git a/src/fw/smbios.c b/src/fw/smbios.c
index 6d580c2..0ac9ff5 100644
--- a/src/fw/smbios.c
+++ b/src/fw/smbios.c
@@ -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