mainboard/asus/kgpe-d16: Add SATA AHCI mode CMOS option
Change-Id: If7b6062fd4df16ae2864b5d9adfdd19c4356691c Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12400 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
45de61de8b
commit
c7e4c27c3b
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ interleave_nodes = Disable
|
||||||
interleave_memory_channels = Enable
|
interleave_memory_channels = Enable
|
||||||
cpu_c_states = Enable
|
cpu_c_states = Enable
|
||||||
cpu_cc6_state = Enable
|
cpu_cc6_state = Enable
|
||||||
|
sata_ahci_mode = Enable
|
||||||
ieee1394_controller = Enable
|
ieee1394_controller = Enable
|
||||||
power_on_after_fail = On
|
power_on_after_fail = On
|
||||||
boot_option = Fallback
|
boot_option = Fallback
|
||||||
|
|
|
@ -40,7 +40,8 @@ entries
|
||||||
464 1 e 2 compute_unit_siblings
|
464 1 e 2 compute_unit_siblings
|
||||||
465 1 e 1 cpu_c_states
|
465 1 e 1 cpu_c_states
|
||||||
466 1 e 1 cpu_cc6_state
|
466 1 e 1 cpu_cc6_state
|
||||||
467 1 r 0 allow_spd_nvram_cache_restore
|
467 1 e 1 sata_ahci_mode
|
||||||
|
468 1 r 0 allow_spd_nvram_cache_restore
|
||||||
477 1 e 1 ieee1394_controller
|
477 1 e 1 ieee1394_controller
|
||||||
728 256 h 0 user_data
|
728 256 h 0 user_data
|
||||||
984 16 h 0 check_sum
|
984 16 h 0 check_sum
|
||||||
|
|
Loading…
Reference in a new issue