Use defconfig to generate .config

Use minimal set of config selections and let coreboot generate the
default values for the rest of them.

The only differences are the following models selecting
CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS instead of *_EXTERNAL_BINS:

- darp5
- darp6
- galp3-c
- galp4
- lemp9
This commit is contained in:
Tim Crawford
2020-12-04 12:33:06 -07:00
committed by Jeremy Soller
parent 3df8580f37
commit ff0a27ad9c
16 changed files with 221 additions and 12440 deletions

View File

@ -16,7 +16,7 @@ pushd coreboot >/dev/null
make CPUS="$(nproc)" crossgcc-i386
fi
make distclean
cp -v "${CONFIG}" .config
make defconfig KBUILD_DEFCONFIG="${CONFIG}"
make --jobs="$(nproc)"
cp -v "build/coreboot.rom" "${COREBOOT}"
popd >/dev/null