]> Git Repo - u-boot.git/commitdiff
arm: juno: Enable SATA controller
authorAndre Przywara <[email protected]>
Thu, 11 Jun 2020 11:03:21 +0000 (12:03 +0100)
committerTom Rini <[email protected]>
Tue, 7 Jul 2020 22:23:48 +0000 (18:23 -0400)
The ARM Juno boards (-r1 and -r2) feature a Silicon Image 3132 PCIe
SATA controller soldered on the board, providing two SATA ports.

Enable the driver and the sata command in the defconfig, to be able to
load images from SATA disks.

Tested by loading kernels and Grub/EFI from an SSD and successfully
booting a Linux system (with and without using UEFI).

Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
configs/vexpress_aemv8a_juno_defconfig

index 4866a0e9d55ea8debb8bb18a14294c0b52840dad..4654c529e8dc567bee554b82326b249dfe372f04 100644 (file)
@@ -29,14 +29,15 @@ CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 # CONFIG_CMD_MISC is not set
 CONFIG_CMD_UBI=y
-# CONFIG_ISO_PARTITION is not set
-# CONFIG_EFI_PARTITION is not set
 CONFIG_OF_BOARD=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
 CONFIG_PCIE_ECAM_GENERIC=y
 CONFIG_DM_PCI_COMPAT=y
 CONFIG_CMD_PCI=y
+CONFIG_LIBATA=y
+CONFIG_SATA_SIL=y
+CONFIG_CMD_SATA=y
 CONFIG_ENV_IS_IN_FLASH=y
 CONFIG_ENV_ADDR=0xBFC0000
 # CONFIG_MMC is not set
This page took 0.037939 seconds and 4 git commands to generate.