[coreboot] PATCH: Add code to initialize PIIX4 ACPI/PM/SMBus device

2010-03-28 Thread Keith Hui
The attached patch adds code required for initializing the ACPI/power management/SMBus subdevice of PIIX4. This is required for properly placing the I/O ports for power management functionalities, which in turn will be required for future ACPI work. Speaking of which, I based these ports at 0xe400

Re: [coreboot] PATCH: Add code to initialize PIIX4 ACPI/PM/SMBus device

2010-04-04 Thread Keith Hui
ping... On Sun, Mar 28, 2010 at 10:43 PM, Keith Hui wrote: > The attached patch adds code required for initializing the ACPI/power > management/SMBus subdevice of PIIX4. > > This is required for properly placing the I/O ports for power > management functionalities, which in turn will be required

Re: [coreboot] PATCH: Add code to initialize PIIX4 ACPI/PM/SMBus device

2010-04-05 Thread Stefan Reinauer
On 3/29/10 4:43 AM, Keith Hui wrote: > This is required for properly placing the I/O ports for power > management functionalities, which in turn will be required for future > ACPI work. Speaking of which, I based these ports at 0xe400, after my > P2B-LS board. > That is problematic. Can you put

Re: [coreboot] PATCH: Add code to initialize PIIX4 ACPI/PM/SMBus device

2010-04-05 Thread Myles Watson
> On 3/29/10 4:43 AM, Keith Hui wrote: > > This is required for properly placing the I/O ports for power > > management functionalities, which in turn will be required for future > > ACPI work. Speaking of which, I based these ports at 0xe400, after my > > P2B-LS board. > > > That is problematic.