blob: 18c0a6f51e0b209e9fec119b4220246980d631ab [file] [log] [blame]
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2008 Advanced Micro Devices, Inc.
5## Copyright (C) 2010 Siemens AG, Inc.
6## (Written by Josef Kellermann <joseph.kellermann@heitec.de> for Siemens AG, Inc.)
7##
8## This program is free software; you can redistribute it and/or modify
9## it under the terms of the GNU General Public License as published by
10## the Free Software Foundation; version 2 of the License.
11##
12## This program is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
16##
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000017##
18##
19
20entries
21
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000022# =======================================================
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000023# =======================================================
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000024# ========================================================
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000250 384 r 0 reserved_memory
26# ========================================================
Vladimir Serbinenko3572f5c2014-01-26 21:57:43 +010027#384 1 r 0 unused
Vladimir Serbinenkoa60a3022014-01-27 04:07:32 +010028# -----------------------------------------------------------------
29# RTC_BOOT_BYTE (coreboot hardcoded)
30384 1 e 4 boot_option
Vladimir Serbinenko3572f5c2014-01-26 21:57:43 +010031#386 2 r 1 unused
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000032388 4 r 0 reboot_bits
33392 3 e 5 baud_rate
34#395 1 r 1 unused
35#396 1 r 1 unused
36#397 2 r 8 unused
37399 1 e 2 multi_core
38#400 8 r 18 reserved
39408 4 e 6 debug_level
40412 1 e 1 power_on_after_fail
41#413 1 r 1 unused
42414 1 e 17 sata_mode
43415 1 e 1 nmi
44416 1 e 1 cpu_fan_control
45417 1 e 1 chassis_fan_control
46418 1 e 13 cpu_fan_polarity
47419 1 e 13 chassis_fan_polarity
48420 4 e 14 cpu_t_min
49424 4 e 14 cpu_t_max
50428 4 e 15 cpu_dutycycle_min
51432 4 e 15 cpu_dutycycle_max
Timothy Pearsonc0ae6842015-02-15 16:45:19 -060052
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000053436 4 e 14 chassis_t_min
54440 4 e 14 chassis_t_max
Timothy Pearsonc0ae6842015-02-15 16:45:19 -060055
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000056444 4 e 15 chassis_dutycycle_min
Timothy Pearsonc0ae6842015-02-15 16:45:19 -060057
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000058448 4 e 15 chassis_dutycycle_max
Timothy Pearsonc0ae6842015-02-15 16:45:19 -060059
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000060#452 4 r 9 unused
Timothy Pearsonc0ae6842015-02-15 16:45:19 -060061
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000062456 4 e 10 boot_delay
63460 4 e 11 lcd_panel_id
64#===========================================================
65464 512 s 0 boot_devices
66976 8 h 0 boot_default
67984 16 h 0 check_sum
68# Reserve the extended AMD configuration registers
691000 24 r 0 amd_reserved
70
71
72
73enumerations
74
75#ID value text
761 0 Disable
771 1 Enable
782 0 Enable
792 1 Disable
804 0 Fallback
814 1 Normal
825 0 115200
835 1 57600
845 2 38400
855 3 19200
865 4 9600
875 5 4800
885 6 2400
895 7 1200
906 4 Warning
916 5 Notice
926 6 Info
936 7 Debug
946 8 Spew
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000958 0 DDR400
968 1 DDR333
978 2 DDR266
988 3 DDR200
99# boot delay
10010 0 off
10110 1 1s
10210 2 2s
10310 3 3s
10410 4 4s
10510 5 5s
10610 6 6s
10710 7 7s
10810 8 8s
10910 9 9s
11010 10 10s
111# LCD Panel ID
11211 0 no_panel
11311 1 1024x768_65MHz_Dual
11411 2 1920x1200_162MHz
11511 3 1600x1200_162MHz
11611 4 1024x768_65MHz
11711 5 1400x1050_108MHz
11811 6 1680x1050_119MHz
11911 7 2048x1536_164MHz
12011 8 1280x1024_108MHz
12111 9 1366x768_86MHz_chimei_V32B1L01
122# TV Standard
123#12 0 NTSC
124#12 1 PAL
125#12 2 PALM
126#12 3 PAL60
127#12 4 NTSCJ
128#12 5 PALCN
129#12 6 PALN
130#12 9 SCART-RGB
131#12 15 no_tv
132# CPU/Chassis FAN Control: polarity
13313 0 Active_high
13413 1 Active_low
135# Temperature °C
13614 0 30
13714 1 35
13814 2 40
13914 3 45
14014 4 50
14114 5 55
14214 6 60
14314 7 65
14414 8 70
14514 9 75
14614 10 80
14714 11 85
14814 12 90
14914 13 95
15014 14 100
151# Dutycycle %
15215 0 25%
15315 1 30%
15415 2 35%
15515 3 40%
15615 4 45%
15715 5 50%
15815 6 55%
15915 7 60%
16015 8 65%
16115 9 70%
16215 10 75%
16315 11 80%
16415 12 85%
16515 13 90%
16615 14 95%
16715 15 100%
Josef Kellermannbfa7ee52011-05-11 07:47:43 +0000168# sata_mode
16917 0 AHCI
17017 1 IDE
171# reserved
17218 32 2000
173# ==============================
174checksums
175
176checksum 392 983 984