the following patch was just integrated into master: commit dcee908921444282c82c4cdde455c8819e3965af Author: Aaron Durbin adurbin@chromium.org Date: Tue Apr 19 16:11:22 2016 -0500
arch/x86: remove low coreboot table support
In addition to being consistent with all other architectures, all chipsets support cbmem so the low coreboot table path is stale and never taken. Also it's important to note the memory written in to that low area of memory wasn't automatically reserved unless that path was taken. To that end remove low coreboot table support for x86.
Change-Id: Ib96338cf3024e3aa34931c53a7318f40185be34c Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/14432 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/14432 for details.
-gerrit