From: Vadim Bendebury Date: Mon, 3 Oct 2011 21:58:57 +0000 (-0700) Subject: Refactor publishing CBMEM addresses through coreboot table. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=22c0468d3927a370b9723e9e78714c2731d33a81;hp=22c0468d3927a370b9723e9e78714c2731d33a81;p=coreboot.git Refactor publishing CBMEM addresses through coreboot table. We need to provide u-boot access to several different CBMEM sections. To do that, a common coreboot table structure is used, just different tags match different coreboot table sections. Also, the code is added to export CBMEM console and MRC cache addresses through the same mechanism. Change-Id: I63adb67093b8b50ee61b0deb0b56ebb2c4856895 Signed-off-by: Vadim Bendebury Reviewed-on: http://review.coreboot.org/724 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich ---