coreboot-kgpe-d16/src
Evgeny Zinoviev 58eef23dcf mb/lenovo: Add ThinkPad W530 support
Tested and working:
  - Wi-Fi
  - Ethernet
  - WWAN ? (interface is created in linux, didn't actually test it, should work)
  - Bluetooth
  - Speakers
  - Internal mic
  - SD card reader
  - Suspend and resume
  - Keyboard, touchpad, trackpoint
  - Fan
  - Webcam
  - 4 RAM slots
  - All USB ports
  - mSATA
  - VGA ROM (FIXME: black screen after resume from s3)
  - Native graphics initialization (FIXME: probably incorrect panel frequency, etc. in GRUB; in linux everything's fine incl. resume from s3)
  - libgfxinit
  - GRUB payload
  - SeaBIOS payload
  - Internal flashing using flashrom

Not tested yet:
  - Fingerprint reader
  - Colorimeter
  - Smart card reader
  - Docking station
  - VGA output
  - Optical disc drive
  - Discrete graphics

TODO:
  - Test BDC detection

Change-Id: Ic7918ea18712221cc62c5564caede340f71ce400
Signed-off-by: Evgeny Zinoviev <me@ch1p.com>
Reviewed-on: https://review.coreboot.org/26136
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
2018-06-06 10:37:06 +00:00
..
acpi
arch arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGE 2018-06-06 10:36:04 +00:00
commonlib src/commonlib/storage: Move include <console.h> to sd_mmc.h 2018-06-04 02:40:08 +00:00
console src/console: Fix coding style 2018-06-04 08:48:33 +00:00
cpu arch/x86: Drop leftover ROMCC support 2018-06-06 10:28:00 +00:00
device device: Only expose VGA_ROM_RUN on supported architectures 2018-06-04 08:24:33 +00:00
drivers src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb 2018-06-06 10:27:24 +00:00
ec src/ec: Remove whitespace before tab 2018-06-04 09:15:51 +00:00
include amd/geode_lx: Fix .c includes 2018-06-05 12:44:43 +00:00
lib src/lib: Remove unneeded 'console.h' include 2018-06-04 08:41:45 +00:00
mainboard mb/lenovo: Add ThinkPad W530 support 2018-06-06 10:37:06 +00:00
northbridge arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE 2018-06-06 10:36:37 +00:00
security security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
soc arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE 2018-06-06 10:36:37 +00:00
southbridge sb/intel/i82801gx: Add the option to lock the platform 2018-06-04 09:35:58 +00:00
superio src/superio/{ite,smsc}: Remove space before tab 2018-06-04 09:11:32 +00:00
vendorcode security/tpm: Unify the coreboot TPM software stack 2018-06-04 20:33:07 +00:00
Kconfig arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE 2018-06-06 10:36:37 +00:00