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

index 1793e5a6f6ebcd00e76b4d05697b7c0dde2167d1..e264003475e619afa903a4075cf39e73f980350d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * doc/multiboot.texi: Add new memory type for badram.
+
 2010-09-13  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * doc/multiboot.texi: Clarify command line format.
index 176593116a08c4edd1b02040d4c284b84073d0fd..1ca087f1f293c9f2c220d6139b3e0a467c629a71 100644 (file)
@@ -238,6 +238,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;
 } __attribute__((packed));
 typedef struct multiboot_mmap_entry multiboot_memory_map_t;
index fe70fd532def06e6ca0f71dc4e292acdf9923e3b..898700735c33cf71acccc72b7f7340163ef542d9 100644 (file)
@@ -824,7 +824,7 @@ starting address. @samp{length} is the size of the memory region in bytes.
 @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.
 
 The map provided is guaranteed to list all standard @sc{ram} that should