-
-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LinuxBoot as a module, prep for nerf branch merge (#305)
Move board configuration into `boards/` instead of `config/` Fix mistake in building kernel module tree before kernel was done. Allow per-board initrd builds (#278) Allow per-board configurations for things (#304)
- Loading branch information
1 parent
755c9e9
commit cf8509e
Showing
8 changed files
with
259 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Configuration for emulating LinuxBoot+Heads with qemu | ||
# | ||
BOARD=qemu-linuxboot | ||
|
||
CONFIG_LINUXBOOT=y | ||
linuxboot-board := qemu | ||
|
||
#CONFIG_CRYPTSETUP=y | ||
#CONFIG_FLASHROM=y | ||
#CONFIG_GPG=y | ||
CONFIG_KEXEC=y | ||
CONFIG_UTIL_LINUX=y | ||
#CONFIG_LVM2=y | ||
#CONFIG_MBEDTLS=y | ||
CONFIG_PCIUTILS=y | ||
#CONFIG_POPT=y | ||
#CONFIG_QRENCODE=y | ||
#CONFIG_TPMTOTP=y | ||
#CONFIG_XEN=y | ||
CONFIG_DROPBEAR=y | ||
|
||
CONFIG_LINUX_USB=y | ||
#CONFIG_LINUX_IGB=y | ||
#CONFIG_LINUX_MEGARAID=y | ||
#CONFIG_LINUX_E1000E=y | ||
CONFIG_LINUX_SCSI_GDTH=y | ||
CONFIG_LINUX_ATA=y | ||
CONFIG_LINUX_AHCI=y | ||
|
||
CONFIG_BOOTSCRIPT=/bin/generic-init | ||
|
||
CONFIG_BOOT_REQ_HASH=n | ||
CONFIG_BOOT_REQ_ROLLBACK=n | ||
CONFIG_BOOT_DEV="/dev/sda1" | ||
CONFIG_USB_BOOT_DEV="/dev/sdb1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.