]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* doc/multiboot.texi: New type for badram.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 23:52:25 +0000 (01:52 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 23:52:25 +0000 (01:52 +0200)
ChangeLog
doc/multiboot.texi
doc/multiboot2.h

index da9c9ea1cca40555e6b9b4c8e79fca321f271e8d..4f1f6a0bb336498c0e755fb034c8cc84b690bbd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * doc/multiboot.texi: New type for badram.
+
 2010-09-20  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * doc/multiboot.texi: New tags for EFI system table, DHCP ACK, SMBIOS
index a4482a90253435670f8853ff4d903b4dbd1511f8..44782c9c31ea4d70f5f1749a19276193e9019e6e 100644 (file)
@@ -903,7 +903,7 @@ u32     | reserved          |
 @samp{type} is the variety of address range represented, where a
 value of 1 indicates available @sc{ram}, value of 3 indicates usable memory
 holding ACPI information, value of 4 indicates reserved memory which needs to
-be preserved on hibernation and all other values currently
+be preserved on hibernation, value of 5 indicates a memory which is occupied by defective RAM modules and all other values currently
 indicated a reserved area.
 @samp{reserved} is set to @samp{0} by bootloader and must be ignored by the OS image.
 
index 09a640ffb271dc002f5d788a2027bbe2d35d10a3..0e26a8ec27a5bbdd76990ec682d77d8c6e83f840 100644 (file)
@@ -173,6 +173,7 @@ struct multiboot_mmap_entry
 #define MULTIBOOT_MEMORY_RESERVED              2
 #define MULTIBOOT_MEMORY_ACPI_RECLAIMABLE       3
 #define MULTIBOOT_MEMORY_NVS                    4
+#define MULTIBOOT_MEMORY_BADRAM                 5
   multiboot_uint32_t type;
   multiboot_uint32_t zero;
 } __attribute__((packed));