coreboot/src/mainboard/intel
Aaron Durbin 3148928957 baytrail: fix uninitialized acpi structures
The callers of the following functions assume the storage
area provided by the pointers is initialized. That's not the
case as these were just place holders.
- void acpi_create_intel_hpet(acpi_hpet_t * hpet);
- void acpi_create_serialio_ssdt(acpi_header_t *ssdt);

To fix this properly initialize the hpet entry, and just remove
the serialio_ssdt function entirely.

BUG=chrome-os-partner:23505
BRANCH=None
TEST=Built and booted through depthcharge on rambi. Noted no more
     ACPI errors relating to invalid length.

Change-Id: If56ab033562ef2d755e9c9de42f507c95d291aba
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/174716
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
2013-10-31 18:43:22 +00:00
..
baskingridge lynxpoint me: add support for mbp clear wait in finalize step 2013-07-22 15:29:00 -07:00
bayleybay baytrail: fix uninitialized acpi structures 2013-10-31 18:43:22 +00:00
d810e2cb GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
d945gclf x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
eagleheights x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
emeraldlake2 Timestamp implementation for ARMv7 2013-08-02 12:16:42 -07:00
jarrell x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
mtarvon x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
truxton x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
wtm2 wtm2: disable SDcard USB port 2013-08-12 18:20:03 -07:00
xe7501devkit x86: Unify arch/io.h and arch/romcc_io.h 2013-03-22 00:00:09 +01:00
Kconfig bayleybay: add initial Bayley Bay board support 2013-09-20 18:40:52 +00:00