coreboot-kgpe-d16/src/southbridge/intel/i3100
Myles Watson 29cc9eda20 Move the v3 resource allocator to v2.
Major changes:
1. Separate resource allocation into:
	A. Read Resources
	B. Avoid fixed resources (constrain limits)
	C. Allocate resources
	D. Set resources

Usage notes:
Resources which have IORESOURCE_FIXED set in the flags constrain the placement
of other resources.  All fixed resources will end up outside (above or below) 
the allocated resources.

Domains usually start with base = 0 and limit = 2^address_bits - 1.

I've added an IOAPIC to all platforms so that the old limit of 0xfec00000 is
still there for resources.  Some platforms may want to change that, but I didn't
want to break anyone's board.

Resources are allocated in a single block for memory and another for I/O.
Currently the resource allocator doesn't support holes.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4394 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-07-02 18:56:24 +00:00
..
chip.h Here is an updated patch addressing most of Uwe's and Peter's 2008-03-16 23:34:10 +00:00
cmos_failover.c Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
Config.lb Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
i3100.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
i3100.h Here is an updated patch addressing most of Uwe's and Peter's 2008-03-16 23:34:10 +00:00
i3100_early_lpc.c By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 2008-04-30 18:29:35 +00:00
i3100_early_smbus.c The early init code of several Intel southbridge chipsets calls 2008-04-01 02:36:59 +00:00
i3100_ehci.c This patch modifies the Intel 3100 southbridge code to recognize the 2008-08-25 14:45:00 +00:00
i3100_lpc.c Move the v3 resource allocator to v2. 2009-07-02 18:56:24 +00:00
i3100_pci.c Here is an updated patch addressing most of Uwe's and Peter's 2008-03-16 23:34:10 +00:00
i3100_pciexp_portb.c Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
i3100_reset.c Here is an updated patch addressing most of Uwe's and Peter's 2008-03-16 23:34:10 +00:00
i3100_sata.c Add support for the Intel Eagle Heights development board. 2009-07-01 17:01:17 +00:00
i3100_smbus.c coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
i3100_smbus.h Here is an updated patch addressing most of Uwe's and Peter's 2008-03-16 23:34:10 +00:00
i3100_uhci.c This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, 2008-08-25 17:02:09 +00:00