mainboard/asus/kgpe-d16: Add sata_alpm CMOS option
Change-Id: I2f2658eb8b3142c86fef4ee50792f51954686cca Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12409 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
ef62eacb3b
commit
795ee1a6cd
|
@ -18,6 +18,7 @@ interleave_memory_channels = Enable
|
|||
cpu_c_states = Enable
|
||||
cpu_cc6_state = Enable
|
||||
sata_ahci_mode = Enable
|
||||
sata_alpm = Disable
|
||||
maximum_p_state_limit = 0xf
|
||||
ieee1394_controller = Enable
|
||||
power_on_after_fail = On
|
||||
|
|
|
@ -41,9 +41,10 @@ entries
|
|||
465 1 e 1 cpu_c_states
|
||||
466 1 e 1 cpu_cc6_state
|
||||
467 1 e 1 sata_ahci_mode
|
||||
468 4 h 0 maximum_p_state_limit
|
||||
472 2 e 13 dimm_spd_checksum
|
||||
474 1 r 0 allow_spd_nvram_cache_restore
|
||||
468 1 e 1 sata_alpm
|
||||
469 4 h 0 maximum_p_state_limit
|
||||
473 2 e 13 dimm_spd_checksum
|
||||
475 1 r 0 allow_spd_nvram_cache_restore
|
||||
477 1 e 1 ieee1394_controller
|
||||
728 256 h 0 user_data
|
||||
984 16 h 0 check_sum
|
||||
|
|
Loading…
Reference in New Issue