rambi: Enable SATA port
Enable first SATA port in Rambi device tree. BUG=chrome-os-partner:23643 TEST=TEST=Manual, in dev mode. Verify on rambi that SATA disk is detected, and kernel is found + booted. Change-Id: Ic0cb5f9ff17ca0f6cc7941f203b9338df200811d Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174916 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4c34415bb7
commit
aaa3f1c908
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,10 @@
|
|||
chip soc/intel/baytrail
|
||||
|
||||
# SATA port enable mask (2 ports)
|
||||
register "sata_port_map" = "0x1"
|
||||
register "sata_ahci" = "0x1"
|
||||
register "ide_legacy_combined" = "0x0"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
device lapic 0 on end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue