diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-04-23 12:33:10 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-04-24 10:39:39 +0000 |
commit | 12cc97f7188849523626e8588a22326ec5326174 (patch) | |
tree | b08cbd0b0d053f1b30209c905bdd95b5d23181d9 /src/mainboard | |
parent | 3827e03ee2d9b51ccf12bdc6cf68f3c678d8759c (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asus/p2b/cmos.layout | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/mainboard/asus/p2b/cmos.layout b/src/mainboard/asus/p2b/cmos.layout index 37fe73d915..4d37eb1dad 100644 --- a/src/mainboard/asus/p2b/cmos.layout +++ b/src/mainboard/asus/p2b/cmos.layout @@ -1,27 +1,27 @@ entries # ----------------------------------------------------------------- -0 120 r 0 reserved_memory -#120 264 r 0 unused +0 120 r 0 reserved_memory +#120 264 r 0 unused # ----------------------------------------------------------------- # RTC_BOOT_BYTE (coreboot hardcoded) -384 1 e 3 boot_option -388 4 h 0 reboot_counter +384 1 e 3 boot_option +388 4 h 0 reboot_counter # ----------------------------------------------------------------- # coreboot config options: console -395 4 e 4 debug_level +395 4 e 4 debug_level # ----------------------------------------------------------------- # coreboot config options: southbridge # Non Maskable Interrupt(NMI) support, which is an interrupt that may # 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 -411 1 e 1 udma_enable +#409 2 e 5 power_on_after_fail +411 1 e 1 udma_enable # ----------------------------------------------------------------- # p2b-[ld]s config options: onboard SCSI termination @@ -37,29 +37,29 @@ entries #418 1 e 5 cas_latency enumerations -#ID value text +#ID value text # Generic on/off enum -1 0 Disable -1 1 Enable +1 0 Disable +1 1 Enable # Inverted on/off enum -2 0 Enable -2 1 Disable +2 0 Enable +2 1 Disable # boot_option -3 0 Fallback -3 1 Normal +3 0 Fallback +3 1 Normal # debug_level -4 0 Emergency -4 1 Alert -4 2 Critical -4 3 Error -4 4 Warning -4 5 Notice -4 6 Info -4 7 Debug -4 8 Spew +4 0 Emergency +4 1 Alert +4 2 Critical +4 3 Error +4 4 Warning +4 5 Notice +4 6 Info +4 7 Debug +4 8 Spew #5 0 3 #5 1 2 |