diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-03 00:29:39 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-11-23 09:56:20 +0000 |
commit | c85cce077cc9ded8f33b9b059ce0b165da618639 (patch) | |
tree | 6911321c436c40374f2ca7a032524e528cec7a32 /src/mainboard/pcengines/apu1 | |
parent | 2c0aa00d6e562b2e6dbe580e188e24ce5e4336e2 (diff) |
mb/**/cmos.layout: Indent everything with tabs
Time has shown that using spaces never converges into proper alignment.
Change-Id: I5338aeaf139580f9eab3e1e02cb910080a95d2c2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47147
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/pcengines/apu1')
-rw-r--r-- | src/mainboard/pcengines/apu1/cmos.layout | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/mainboard/pcengines/apu1/cmos.layout b/src/mainboard/pcengines/apu1/cmos.layout index a1165b118b..dd3cd91f30 100644 --- a/src/mainboard/pcengines/apu1/cmos.layout +++ b/src/mainboard/pcengines/apu1/cmos.layout @@ -1,34 +1,34 @@ entries # <start-bit> <bit-length> <config> <config-id> <parameter-name> -0 384 r 0 reserved_memory -384 4 r 0 reboot_bits +0 384 r 0 reserved_memory +384 4 r 0 reboot_bits # leave 3 bits to make checksummed area start byte-aligned -392 1 e 2 boot_option -393 1 e 1 multi_core -400 4 e 4 debug_level +392 1 e 2 boot_option +393 1 e 1 multi_core +400 4 e 4 debug_level # leave 7 bits to make checksummed area end byte-aligned -408 16 h 0 check_sum +408 16 h 0 check_sum enumerations #<config-id> <value> <label> ## for multi_core -1 0 Enable -1 1 Disable +1 0 Enable +1 1 Disable ## for boot_option -2 0 Fallback -2 1 Normal +2 0 Fallback +2 1 Normal ## for debug_level -4 0 Emerg -4 1 Alert -4 2 Crit -4 3 Err -4 4 Warning -4 5 Notice -4 6 Info -4 7 Debug -4 8 Spew +4 0 Emerg +4 1 Alert +4 2 Crit +4 3 Err +4 4 Warning +4 5 Notice +4 6 Info +4 7 Debug +4 8 Spew checksums |