mb/asus/p2b/cmos.layout: Align contents with tabs
Replace spaces with tabs for consistency with other mainboards. Change-Id: Ib0d5bf566148cc4890d5ba010314d11b7a4f8c2b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52634 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3827e03ee2
commit
12cc97f718
|
@ -1,27 +1,27 @@
|
||||||
entries
|
entries
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
0 120 r 0 reserved_memory
|
0 120 r 0 reserved_memory
|
||||||
#120 264 r 0 unused
|
#120 264 r 0 unused
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# RTC_BOOT_BYTE (coreboot hardcoded)
|
# RTC_BOOT_BYTE (coreboot hardcoded)
|
||||||
384 1 e 3 boot_option
|
384 1 e 3 boot_option
|
||||||
388 4 h 0 reboot_counter
|
388 4 h 0 reboot_counter
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# coreboot config options: console
|
# coreboot config options: console
|
||||||
395 4 e 4 debug_level
|
395 4 e 4 debug_level
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# coreboot config options: southbridge
|
# coreboot config options: southbridge
|
||||||
|
|
||||||
# Non Maskable Interrupt(NMI) support, which is an interrupt that may
|
# Non Maskable Interrupt(NMI) support, which is an interrupt that may
|
||||||
# occur on a RAM or unrecoverable error.
|
# occur on a RAM or unrecoverable error.
|
||||||
408 1 e 1 nmi
|
408 1 e 1 nmi
|
||||||
|
|
||||||
#409 2 e 5 power_on_after_fail
|
#409 2 e 5 power_on_after_fail
|
||||||
411 1 e 1 udma_enable
|
411 1 e 1 udma_enable
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# p2b-[ld]s config options: onboard SCSI termination
|
# p2b-[ld]s config options: onboard SCSI termination
|
||||||
|
@ -37,29 +37,29 @@ entries
|
||||||
#418 1 e 5 cas_latency
|
#418 1 e 5 cas_latency
|
||||||
|
|
||||||
enumerations
|
enumerations
|
||||||
#ID value text
|
#ID value text
|
||||||
|
|
||||||
# Generic on/off enum
|
# Generic on/off enum
|
||||||
1 0 Disable
|
1 0 Disable
|
||||||
1 1 Enable
|
1 1 Enable
|
||||||
# Inverted on/off enum
|
# Inverted on/off enum
|
||||||
2 0 Enable
|
2 0 Enable
|
||||||
2 1 Disable
|
2 1 Disable
|
||||||
|
|
||||||
# boot_option
|
# boot_option
|
||||||
3 0 Fallback
|
3 0 Fallback
|
||||||
3 1 Normal
|
3 1 Normal
|
||||||
|
|
||||||
# debug_level
|
# debug_level
|
||||||
4 0 Emergency
|
4 0 Emergency
|
||||||
4 1 Alert
|
4 1 Alert
|
||||||
4 2 Critical
|
4 2 Critical
|
||||||
4 3 Error
|
4 3 Error
|
||||||
4 4 Warning
|
4 4 Warning
|
||||||
4 5 Notice
|
4 5 Notice
|
||||||
4 6 Info
|
4 6 Info
|
||||||
4 7 Debug
|
4 7 Debug
|
||||||
4 8 Spew
|
4 8 Spew
|
||||||
|
|
||||||
#5 0 3
|
#5 0 3
|
||||||
#5 1 2
|
#5 1 2
|
||||||
|
|
Loading…
Reference in New Issue