diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-05-22 15:28:20 -0500 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-11-25 23:37:30 +0100 |
commit | 619eca0685ef2c7777ff0d741730a29af5db05a0 (patch) | |
tree | 3e468de130d26ac3804dcc6176d2b8e044e2aa79 /src/mainboard/google/falco/acpi/chromeos.asl | |
parent | 7fab00c8976bae54ed32617dd1e4c9b0ace249ab (diff) |
lynxpoint: fix mem corruption during ssdt2 gen
The ssdt2 generation code was calling acpigen_patch_len().
However, none of the entries had AML object lengths that
needed patching. That resulted in the following message:
ASSERTION FAILED: file 'src/arch/x86/boot/acpigen.c', line 52
Additionally, this caused an errant write to a memory address
whose value was in the variable ltop. This was the 0 address.
Change-Id: I44abf5a4e4225220575aee6b5c9bb6b0be093a28
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/56299
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/4182
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google/falco/acpi/chromeos.asl')
0 files changed, 0 insertions, 0 deletions