coreboot/src
Julius Werner 1f5487a7c0 coreboot_tables: reduce redundant data structures
There are three coreboot table tags that all define some kind of memory
region, and each has their own homologous struct. I'm about to add a
fourth so I'll just clean this up and turn it into a generic struct
lb_range instead.

Change-Id: Id148b2737d442e0636d2c05e74efa1fdf844a0d3
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/167154
(cherry picked from commit 22d82ffa3f)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6456
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2014-08-10 22:23:19 +02:00
..
arch armv7: Support stack dump after exceptions 2014-08-10 22:18:50 +02:00
console src/console/Kconfig: Fix choice for showing POST codes on console 2014-07-30 20:34:08 +02:00
cpu exynos5420: Tighten up displayport timing loops 2014-08-10 22:19:16 +02:00
device device/oprom/realmode: Sanitize header inclusion 2014-08-08 03:32:13 +02:00
drivers x230: Deploy VBT 2014-07-29 01:34:09 +02:00
ec chromeec: Implement full battery workaround at 6% 2014-08-08 18:11:52 +02:00
include coreboot_tables: reduce redundant data structures 2014-08-10 22:23:19 +02:00
lib coreboot_tables: reduce redundant data structures 2014-08-10 22:23:19 +02:00
mainboard bolt: Set GPIO29 as input in S0, output+high in S3/S5 2014-08-10 22:19:58 +02:00
northbridge Falco/Slippy: Patch to remove redundant graphics initializations 2014-08-10 13:00:12 +02:00
soc tegra124: Add a stub implementation of the tegra124 SOC. 2014-08-05 18:44:53 +02:00
southbridge lynxpoint: Add interrupt for GPIO controller in ACPI device 2014-08-10 22:20:56 +02:00
superio superio/smsc/sio1036: Clean up RAMstage superio.c component 2014-08-09 10:06:13 +02:00
vendorcode chromeos: Add code to read FMAP on ARM 2014-08-08 19:29:51 +02:00
Kconfig src/.../Kconfig: various small fixes to texts 2014-07-23 09:07:47 +02:00