coreboot table: use memrange library
commit56075eaefcd7ef51464206166b24a0a47a59147f
authorAaron Durbin <adurbin@chromium.org>
Sat, 23 Mar 2013 05:06:36 +0000 (23 00:06 -0500)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 26 Mar 2013 17:06:04 +0000 (26 18:06 +0100)
treea79d163eac8ddb6a64186372b9d82837c6eb82b7
parent0175587c5ea1db0ef76b3000db027e353b383de9
coreboot table: use memrange library

Use the memrange library for keeping track of the address
space region types. The memrange library is built to do just
that for both the MTRR code and the coreboot memtable code.

Change-Id: Ic667df444586c2b5b5f2ee531370bb790d683a42
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2896
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/lib/coreboot_table.c