Skip to content

Commit

Permalink
remove option table
Browse files Browse the repository at this point in the history
  • Loading branch information
gompa committed Jan 29, 2021
1 parent 9426c46 commit c8acf89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 5 additions & 7 deletions boards/Parrot/Parrot.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Configuration for a x230 running Qubes and other OSes
# STATIC_OPTION_TABLE is set inside of coreboot config
# Configuration for a Parrot running Qubes and other OSes
#
# Deactivated to fit in coreboot's CONFIG_CBFS_SIZE=0x700000 :
# dropbear support(ssh client/server)
Expand Down Expand Up @@ -46,10 +45,9 @@ export CONFIG_BOOT_DEV="/dev/sda2"
export CONFIG_BOARD_NAME="Parrot"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal --ifd --image bios"

# This board has two SPI flash chips, an 8 MB that holds the IFD,
# the ME image and part of the coreboot image, and a 4 MB one that
# has the rest of the coreboot and the reset vector.
# This board has one SPI flash chip an 8 MB that holds the IFD,
# the ME image and part of the coreboot image and bios
#
#
# Only flashing to the bios region is safe to do. The easiest is to
# flash internally when the IFD is unlocked for writing, and x230-flash
# is installed first.
# flash internally when the IFD is unlocked for writing
2 changes: 0 additions & 2 deletions config/coreboot-parrot.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ CONFIG_PAYLOAD_LINUX=y
CONFIG_PAYLOAD_FILE="../../build/Parrot/bzImage"
CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet"
CONFIG_LINUX_INITRD="../../build/Parrot/initrd.cpio.xz"
CONFIG_USE_OPTION_TABLE=y
CONFIG_STATIC_OPTION_TABLE=y

0 comments on commit c8acf89

Please sign in to comment.