Iru Cai | 8e4384d | 2017-12-13 22:54:19 +0800 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2007-2008 coresystems GmbH |
| 5 | ## Copyright (C) 2014 Vladimir Serbinenko |
| 6 | ## |
| 7 | ## This program is free software; you can redistribute it and/or modify |
| 8 | ## it under the terms of the GNU General Public License as published by |
| 9 | ## the Free Software Foundation; version 2 of the License. |
| 10 | ## |
| 11 | ## This program is distributed in the hope that it will be useful, |
| 12 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | ## GNU General Public License for more details. |
| 15 | ## |
| 16 | |
| 17 | # ----------------------------------------------------------------- |
| 18 | entries |
| 19 | |
| 20 | # ----------------------------------------------------------------- |
| 21 | # Status Register A |
| 22 | # ----------------------------------------------------------------- |
| 23 | # Status Register B |
| 24 | # ----------------------------------------------------------------- |
| 25 | # Status Register C |
| 26 | #96 4 r 0 status_c_rsvd |
| 27 | #100 1 r 0 uf_flag |
| 28 | #101 1 r 0 af_flag |
| 29 | #102 1 r 0 pf_flag |
| 30 | #103 1 r 0 irqf_flag |
| 31 | # ----------------------------------------------------------------- |
| 32 | # Status Register D |
| 33 | #104 7 r 0 status_d_rsvd |
| 34 | #111 1 r 0 valid_cmos_ram |
| 35 | # ----------------------------------------------------------------- |
| 36 | # Diagnostic Status Register |
| 37 | #112 8 r 0 diag_rsvd1 |
| 38 | |
| 39 | # ----------------------------------------------------------------- |
| 40 | 0 120 r 0 reserved_memory |
| 41 | #120 264 r 0 unused |
| 42 | |
| 43 | # ----------------------------------------------------------------- |
| 44 | # RTC_BOOT_BYTE (coreboot hardcoded) |
| 45 | 384 1 e 4 boot_option |
| 46 | 388 4 h 0 reboot_counter |
| 47 | #390 2 r 0 unused? |
| 48 | |
| 49 | # ----------------------------------------------------------------- |
| 50 | # coreboot config options: console |
| 51 | #392 3 r 0 unused |
| 52 | 395 4 e 6 debug_level |
| 53 | #399 1 r 0 unused |
| 54 | |
| 55 | #400 8 r 0 reserved for century byte |
| 56 | |
| 57 | # coreboot config options: southbridge |
| 58 | 408 1 e 1 nmi |
| 59 | 409 2 e 7 power_on_after_fail |
| 60 | |
| 61 | 421 1 e 9 sata_mode |
| 62 | |
| 63 | # coreboot config options: cpu |
| 64 | #424 8 r 0 unused |
| 65 | |
| 66 | # coreboot config options: northbridge |
| 67 | 432 3 e 11 gfx_uma_size |
| 68 | #435 5 r 0 unused |
| 69 | |
| 70 | 440 8 h 0 volume |
| 71 | |
| 72 | # SandyBridge MRC Scrambler Seed values |
| 73 | 896 32 r 0 mrc_scrambler_seed |
| 74 | 928 32 r 0 mrc_scrambler_seed_s3 |
| 75 | 960 16 r 0 mrc_scrambler_seed_chk |
| 76 | |
| 77 | # coreboot config options: check sums |
| 78 | 984 16 h 0 check_sum |
| 79 | |
| 80 | # ----------------------------------------------------------------- |
| 81 | |
| 82 | enumerations |
| 83 | |
| 84 | #ID value text |
| 85 | 1 0 Disable |
| 86 | 1 1 Enable |
| 87 | 2 0 Enable |
| 88 | 2 1 Disable |
| 89 | 4 0 Fallback |
| 90 | 4 1 Normal |
Arthur Heymans | c141323 | 2018-01-09 16:51:33 +0100 | [diff] [blame] | 91 | 6 0 Emergency |
| 92 | 6 1 Alert |
| 93 | 6 2 Critical |
| 94 | 6 3 Error |
| 95 | 6 4 Warning |
| 96 | 6 5 Notice |
| 97 | 6 6 Info |
| 98 | 6 7 Debug |
| 99 | 6 8 Spew |
Iru Cai | 8e4384d | 2017-12-13 22:54:19 +0800 | [diff] [blame] | 100 | 7 0 Disable |
| 101 | 7 1 Enable |
| 102 | 7 2 Keep |
| 103 | 9 0 AHCI |
| 104 | 9 1 Compatible |
| 105 | 11 0 32M |
| 106 | 11 1 64M |
| 107 | 11 2 96M |
| 108 | 11 3 128M |
| 109 | 11 4 160M |
| 110 | 11 5 192M |
| 111 | 11 6 224M |
| 112 | |
| 113 | # ----------------------------------------------------------------- |
| 114 | checksums |
| 115 | |
| 116 | checksum 392 447 984 |