mainboard: Clean up boot_option/reboot_bits in cmos.layout
Since commit3bfd7cc(drivers/pc80: Rework normal / fallback selector code) the reboot counter stored in `reboot_bits` isn't reset on a reboot with `boot_option = 1` any more. Hence, with SKIP_MAX_REBOOT_CNT_CLEAR enabled, later stages (e.g. payload, OS) have to clear the counter too, when they want to switch to normal boot. So change the bits to (h)ex instead of (r)eserved. To clarify their meaning, rename `reboot_bits` to `reboot_counter`. Also remove all occurences of the obsolete `last_boot` bit that have sneaked in again since24391321(mainboard: Remove last_boot NVRAM option). Change-Id: Ib3fc38115ce951b75374e0d1347798b23db7243c Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/16157 Tested-by: build bot (Jenkins) Reviewed-by: Timothy Pearson <tpearson@raptorengineering.com> Reviewed-by: York Yang <york.yang@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
		@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
386          1       e       1        ECC_memory
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          5       e       10       ecc_scrub_rate
 | 
			
		||||
401          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       h       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
    0 384 r 0 reserved_memory
 | 
			
		||||
    384 1 e 4 boot_option
 | 
			
		||||
    386 1 e 1 ECC_memory
 | 
			
		||||
    388 4 r 0 reboot_bits
 | 
			
		||||
    388 4 h 0 reboot_counter
 | 
			
		||||
    392 3 e 5 baud_rate
 | 
			
		||||
    395 1 e 1 hw_scrubber
 | 
			
		||||
    396 1 e 1 interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          5       e       10       ecc_scrub_rate
 | 
			
		||||
401          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          5       e       10       ecc_scrub_rate
 | 
			
		||||
401          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          1       e       1        hw_scrubber
 | 
			
		||||
397          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          5       e       10       ecc_scrub_rate
 | 
			
		||||
401          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# coreboot config options: console
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
386          1       e       1        ECC_memory
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
412          4       e       6        debug_level
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,8 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
385          1       e       4        last_boot
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -64,8 +64,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
385          1       e       4        last_boot
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -64,7 +64,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -64,8 +64,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
385          1       e       4        last_boot
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -64,8 +64,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
385          1       e       4        last_boot
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -64,8 +64,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
385          1       e       4        last_boot
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
393          3       e       5        baud_rate
 | 
			
		||||
396          5       e       10       ecc_scrub_rate
 | 
			
		||||
401          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ entries
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
 | 
			
		||||
# southbridge/amd/agesa/hudson should use this but it doesn't
 | 
			
		||||
400          1       e       1        power_on_after_fail
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@ entries
 | 
			
		||||
 | 
			
		||||
0          384       r       0        reserved_memory
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
392          3       e       5        baud_rate
 | 
			
		||||
395          1       e       1        hw_scrubber
 | 
			
		||||
396          1       e       1        interleave_chip_selects
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ entries
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
# RTC_BOOT_BYTE (coreboot hardcoded)
 | 
			
		||||
384          1       e       4        boot_option
 | 
			
		||||
388          4       r       0        reboot_bits
 | 
			
		||||
388          4       h       0        reboot_counter
 | 
			
		||||
#390          2       r       0        unused?
 | 
			
		||||
 | 
			
		||||
# -----------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user