From d4bee5d0fb8b8775af2a0da356fce9d3bf8104bb Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 4 May 2015 14:58:54 +0100 Subject: Update coreboot + merge GM45 hybrid GPU patches Also add power_on_after_fail to X200 and others (prevents the bug where the system would boot when connecting the AC adapter) (option in menuconfig to use CMOS/nvram settings is now enabled) Also NetDCDC is now the default USB debug dongle used (compatible with the BBB rev C). Add two new methods for managing coreboot configs: ./build config corebootreplace ./build config corebootmodify --- docs/git/index.html | 47 ++++--- docs/hcl/r400.html | 3 +- docs/hcl/t400.html | 3 +- docs/hcl/t500.html | 3 +- docs/install/r400_external.html | 12 +- docs/install/t400_external.html | 12 +- docs/install/t500_external.html | 12 +- docs/maintain/index.html | 3 +- docs/tasks.html | 31 ++--- resources/libreboot/config/macbook21/config | 26 +++- .../libreboot/config/qemu_i440fx_piix4/config | 23 +++- resources/libreboot/config/qemu_q35_ich9/config | 26 +++- resources/libreboot/config/r400_4mb/config | 31 +++-- resources/libreboot/config/r400_8mb/config | 31 +++-- resources/libreboot/config/t400_4mb/config | 33 +++-- resources/libreboot/config/t400_8mb/config | 33 +++-- resources/libreboot/config/t500_4mb/config | 33 +++-- resources/libreboot/config/t500_8mb/config | 33 +++-- resources/libreboot/config/t60/config | 27 +++- resources/libreboot/config/x200_4mb/config | 43 +++---- resources/libreboot/config/x200_8mb/config | 43 +++---- resources/libreboot/config/x60/config | 26 +++- .../scripts/helpers/build/config/corebootmodify | 46 +++++++ .../scripts/helpers/build/config/corebootreplace | 45 +++++++ .../scripts/helpers/build/config/corebootupdate | 9 +- resources/scripts/helpers/download/coreboot | 36 +++++- resources/utilities/coreboot-libre/deblob-check | 143 ++++++++++++++++++++- resources/utilities/coreboot-libre/nonblobs | 17 ++- 28 files changed, 609 insertions(+), 221 deletions(-) create mode 100755 resources/scripts/helpers/build/config/corebootmodify create mode 100755 resources/scripts/helpers/build/config/corebootreplace mode change 100755 => 100644 resources/utilities/coreboot-libre/deblob-check diff --git a/docs/git/index.html b/docs/git/index.html index a9d995a3..88a547c7 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -323,6 +323,8 @@ -
  • Generic Drivers / Digitizer = Autodetect
  • Generic Drivers / USB 2.0 EHCI debug dongle support = Enable
  • Generic Drivers / Enable early (pre-RAM) usbdebug = Enable
  • -
  • Generic Drivers / Type of dongle = BeagleBone Black
  • +
  • Generic Drivers / Type of dongle = Net20DC or compatible
  • Generic Drivers / Digitizer = Present
  • -
  • Console / Send console output to a CBMEM buffer = enable
  • +
  • Console / USB dongle log output = enable
  • Payload / Add a payload = An ELF executable payload
  • Payload / Payload path and filename = grub.elf
  • @@ -368,6 +369,8 @@