86531fae3e
This patch adds support for the HiFive Unleashed board. This includes building the firmware, kernel and rootFS for the HiFive Unleashed. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> [Thomas: - fix the directory name hifive_unleased -> hifive-unleashed - drop from readme.txt the instructions about manually flashing each partition, since we have a full SD card image - drop the custom post-image.sh script] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
CONFIG_HZ_100=y
|
|
CONFIG_CMDLINE="earlycon=sbi root=/dev/mmcblk0p2 rootwait"
|
|
CONFIG_DEVTMPFS_MOUNT=y
|
|
CONFIG_SERIAL_SIFIVE=y
|
|
CONFIG_SERIAL_SIFIVE_CONSOLE=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_SIFIVE=y
|
|
CONFIG_GPIOLIB=y
|
|
CONFIG_GPIO_SYSFS=y
|
|
CONFIG_GPIO_SIFIVE=y
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_SPI=y
|
|
CONFIG_CLK_U54_PRCI=y
|
|
CONFIG_CLK_GEMGXL_MGMT=y
|
|
CONFIG_PWM=y
|
|
CONFIG_PWM_SIFIVE=y
|