Add support for Google's Chromebook Pixel
commit49428d840323210433c96740545246296d65b3f2
authorStefan Reinauer <reinauer@chromium.org>
Thu, 21 Feb 2013 23:48:37 +0000 (21 15:48 -0800)
committerRonald G. Minnich <rminnich@gmail.com>
Sat, 23 Feb 2013 03:27:08 +0000 (23 04:27 +0100)
tree8df16295185d676adb3baae767f230f58cfceb0c
parent940095fe5e4181f1708ff2298f17f7056b8e18ff
Add support for Google's Chromebook Pixel

Ladies and gentlemen, I'm very happy to announce coreboot support for
the latest and greatest Google Chromebook: The Chromebook Pixel.

See the link below for more information on the Chromebook Pixel, and
its exciting specs:
http://www.google.com/intl/en/chrome/devices/chromebooks.html#pixel

The device is running coreboot and open source firmware on the EC
(see ChromeEC commit for more information on that exciting topic)

Change-Id: I03d00cf391bbb1a32f330793fe9058493e088571
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2482
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
34 files changed:
src/mainboard/google/Kconfig
src/mainboard/google/link/Kconfig [new file with mode: 0644]
src/mainboard/google/link/Makefile.inc [new file with mode: 0644]
src/mainboard/google/link/acpi/chromeos.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/ec.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/ivybridge_pci_irqs.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/mainboard.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/platform.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/sandybridge_pci_irqs.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/superio.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/thermal.asl [new file with mode: 0644]
src/mainboard/google/link/acpi/video.asl [new file with mode: 0644]
src/mainboard/google/link/acpi_tables.c [new file with mode: 0644]
src/mainboard/google/link/chromeos.c [new file with mode: 0644]
src/mainboard/google/link/cmos.layout [new file with mode: 0644]
src/mainboard/google/link/devicetree.cb [new file with mode: 0644]
src/mainboard/google/link/dsdt.asl [new file with mode: 0644]
src/mainboard/google/link/ec.c [new file with mode: 0644]
src/mainboard/google/link/ec.h [new file with mode: 0644]
src/mainboard/google/link/elpida_4Gb_1600_x16.spd.hex [new file with mode: 0644]
src/mainboard/google/link/fadt.c [new file with mode: 0644]
src/mainboard/google/link/gpio.h [new file with mode: 0644]
src/mainboard/google/link/hda_verb.h [new file with mode: 0644]
src/mainboard/google/link/i915.c [new file with mode: 0644]
src/mainboard/google/link/i915_reg.h [new file with mode: 0644]
src/mainboard/google/link/i915io.c [new file with mode: 0644]
src/mainboard/google/link/i915io.h [new file with mode: 0644]
src/mainboard/google/link/mainboard.c [new file with mode: 0644]
src/mainboard/google/link/mainboard_smi.c [new file with mode: 0644]
src/mainboard/google/link/micron_4Gb_1600_1.35v_x16.spd.hex [new file with mode: 0644]
src/mainboard/google/link/onboard.h [new file with mode: 0644]
src/mainboard/google/link/romstage.c [new file with mode: 0644]
src/mainboard/google/link/samsung_4Gb_1600_1.35v_x16.spd.hex [new file with mode: 0644]
src/mainboard/google/link/thermal.h [new file with mode: 0644]