From de4ee2227f2d04b465ec659851b5b0f9f9f98848 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 23 Nov 2014 02:01:29 -0500 Subject: Update coreboot Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards. --- (limited to 'docs/git') diff --git a/docs/git/index.html b/docs/git/index.html index a2596c3..d91edb0 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -243,10 +243,10 @@
  • Mainboard / Mainboard vendor = Lenovo
  • Mainboard / Mainboard model = ThinkPad X60 / X60s / X60t
  • Mainboard / ROM chip size = 2048 KB (2 MB)
  • -
  • Mainboard / SMBIOS Serial Number = L3BH242
  • -
  • Mainboard / SMBIOS Version Number = ThinkPad X60s
  • -
  • Mainboard / SMBIOS Manufacturer = LENOVO
  • -
  • Mainboard / SMBIOS Product name = 1702L8G
  • +
  • System tables / SMBIOS Serial Number = L3BH242
  • +
  • System tables / SMBIOS Version Number = ThinkPad X60s
  • +
  • System tables / SMBIOS Manufacturer = LENOVO
  • +
  • System tables / SMBIOS Product name = 1702L8G
  • Chipset / Include CPU microcode in CBFS = Do not include microcode updates
  • Devices / Use native graphics initialization = enable
  • @@ -257,6 +257,9 @@
  • 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
  • Console / Send console output to a CBMEM buffer = enable
  • Payload / Add a payload = An ELF executable payload
  • Payload / Payload path and filename = grub.elf
  • @@ -289,10 +292,10 @@
  • Mainboard / Mainboard vendor = Lenovo
  • Mainboard / Mainboard model = ThinkPad X60 / X60s / X60t
  • Mainboard / ROM chip size = 2048 KB (2 MB)
  • -
  • Mainboard / SMBIOS Serial Number = L3B8281
  • -
  • Mainboard / SMBIOS Version Number = ThinkPad X60 Tablet
  • -
  • Mainboard / SMBIOS Manufacturer = LENOVO
  • -
  • Mainboard / SMBIOS Product name = 6364WJ1
  • +
  • System tables / SMBIOS Serial Number = L3B8281
  • +
  • System tables / SMBIOS Version Number = ThinkPad X60 Tablet
  • +
  • System tables / SMBIOS Manufacturer = LENOVO
  • +
  • System tables / SMBIOS Product name = 6364WJ1
  • Chipset / Include CPU microcode in CBFS = Do not include microcode updates
  • Devices / Use native graphics initialization = enable
  • @@ -303,6 +306,9 @@
  • Generic Drivers / Digitizer = Present
  • +
  • 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
  • Console / Send console output to a CBMEM buffer = enable
  • Payload / Add a payload = An ELF executable payload
  • Payload / Payload path and filename = grub.elf
  • @@ -331,10 +337,10 @@
  • Mainboard / Mainboard vendor = Lenovo
  • Mainboard / Mainboard model = ThinkPad T60 / T60p
  • Mainboard / ROM chip size = 2048 KB (2 MB)
  • -
  • Mainboard / SMBIOS Serial Number = L3DKE06
  • -
  • Mainboard / SMBIOS Version Number = ThinkPad T60
  • -
  • Mainboard / SMBIOS Manufacturer = LENOVO
  • -
  • Mainboard / SMBIOS Product name = 1951FEG
  • +
  • System tables / SMBIOS Serial Number = L3DKE06
  • +
  • System tables / SMBIOS Version Number = ThinkPad T60
  • +
  • System tables / SMBIOS Manufacturer = LENOVO
  • +
  • System tables / SMBIOS Product name = 1951FEG
  • Chipset / Include CPU microcode in CBFS = Do not include microcode updates
  • Devices / Use native graphics initialization = enable
  • @@ -344,6 +350,9 @@ to enable coreboot framebuffer for a separate set of ROM images, in each machine.
  • +
  • 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
  • Console / Send console output to a CBMEM buffer = enable
  • Payload / Add a payload = An ELF executable payload
  • Payload / Payload path and filename = grub.elf
  • @@ -373,10 +382,10 @@
  • Mainboard / Mainboard vendor = Apple
  • Mainboard / Mainboard model = Macbook2,1 ICH7 TESTING
  • Mainboard / ROM chip size = 2048 KB (2 MB)
  • -
  • Mainboard / SMBIOS Serial Number = W8724XXXXXX
  • -
  • Mainboard / SMBIOS Version Number = 1.0
  • -
  • Mainboard / SMBIOS Manufacturer = Apple Inc.
  • -
  • Mainboard / SMBIOS Product Name = MacBook2,1
  • +
  • System tables / SMBIOS Serial Number = W8724XXXXXX
  • +
  • System tables / SMBIOS Version Number = 1.0
  • +
  • System tables / SMBIOS Manufacturer = Apple Inc.
  • +
  • System tables / SMBIOS Product Name = MacBook2,1
  • Chipset / Include CPU microcode in CBFS = Do not include microcode updates
  • Devices / Use native graphics initialization = enable
  • @@ -386,6 +395,9 @@ to enable coreboot framebuffer for a separate set of ROM images, in each machine.
  • +
  • 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
  • Console / Send console output to a CBMEM buffer = enable
  • Payload / Add a payload = An ELF executable payload
  • Payload / Payload path and filename = grub.elf
  • -- cgit v0.9.1