Add Google ChromeOS vendor support
authorStefan Reinauer <reinauer@chromium.org>
Fri, 30 Mar 2012 19:01:06 +0000 (12:01 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 2 Apr 2012 16:39:31 +0000 (18:39 +0200)
commit9aea04aa892903009e487ada7f7b911691e68630
treed2b05dcdedc59fe6a912c527f6b5ef98453e4250
parentc302d20ed3f67f863e02dce51aeef8aa90ef2742
Add Google ChromeOS vendor support

Google's ChromeOS can be booted super fast and safely
using coreboot. This adds the ChromeOS specific code that
is required by all ChromeBooks to do this.

Change-Id: Ic03ff090a569a27acbd798ce1e5f89a34897a2f2
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/817
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
12 files changed:
Makefile.inc
src/vendorcode/Makefile.inc
src/vendorcode/google/Makefile.inc [new file with mode: 0644]
src/vendorcode/google/chromeos/Kconfig
src/vendorcode/google/chromeos/Makefile.inc [new file with mode: 0644]
src/vendorcode/google/chromeos/acpi/gnvs.asl [new file with mode: 0644]
src/vendorcode/google/chromeos/chromeos.c [new file with mode: 0644]
src/vendorcode/google/chromeos/chromeos.h [new file with mode: 0644]
src/vendorcode/google/chromeos/gnvs.c [new file with mode: 0644]
src/vendorcode/google/chromeos/gnvs.h [new file with mode: 0644]
src/vendorcode/google/chromeos/vbnv.c [new file with mode: 0644]
src/vendorcode/google/chromeos/vboot.c