coreboot-kgpe-d16/payloads
Stefan Reinauer 94534b3132 libpayload: recreate config files
Add all the default options with:

  for i in configs/*
  do
    cp $i .config
    make savedefconfig
    mv defconfig $i
  done

This also switches to minimal config files instead of the full
configuration files that were previously checked in.

Change-Id: If18a32eca4df9e1dfeb0e212b652d972cea8e4b8
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14077
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
2016-03-16 17:56:32 +01:00
..
bayou codebase: Change makefile $(shell pwd) commands to $(CURDIR) 2016-03-11 18:48:06 +01:00
coreinfo coreinfo: Rename libpayload variables 2016-03-16 17:55:59 +01:00
external payloads: Enable building depthcharge as part of the coreboot build 2016-03-15 21:18:22 +01:00
libpayload libpayload: recreate config files 2016-03-16 17:56:32 +01:00
nvramcui nvramcui: Add distclean target 2016-03-11 17:56:47 +01:00
Kconfig payloads: Move secondary payloads inside of a submenu 2016-03-09 17:03:21 +01:00
Makefile.inc payloads: Enable building depthcharge as part of the coreboot build 2016-03-15 21:18:22 +01:00