coreboot-kgpe-d16/src
Aaron Durbin 6a452eff90 prog_loading: add region_device representing memory
One can remove the struct buffer_area and use the region_device
embedded in the struct prog to represent the in-memory loaded
program. Do this by introducing a addrspace_32bit mem_region_device
that can have region_device operations performed on it. The
addrspace_32bit name was chosen to make it explicit that 32-bits
of address space is supported at the max.

Change-Id: Ifffa0ef301141de940e54581b5a7b6cd81311ead
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/10261
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
2015-06-02 14:09:57 +02:00
..
arch cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu x86: fix mirror_payload() 2015-06-02 14:09:47 +02:00
device cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
drivers cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
ec lenovo: Move pc_keyboard_init to h8 init. 2015-05-29 07:45:55 +02:00
include prog_loading: add region_device representing memory 2015-06-02 14:09:57 +02:00
lib prog_loading: add region_device representing memory 2015-06-02 14:09:57 +02:00
mainboard cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
northbridge cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
soc Revert "pistashio: bump up romstage size" 2015-06-02 14:09:39 +02:00
southbridge bd82x6x: Move calling of finalize() on resume to southbridge code 2015-05-29 11:26:06 +02:00
superio Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
vendorcode cbfs: new API and better program loading 2015-06-02 14:09:31 +02:00
Kconfig fmap: new API using region_device 2015-05-26 22:33:53 +02:00