See patch
-----Original Message----- From: coreboot-bounces+mylesgw=gmail.com@coreboot.org [mailto:coreboot- bounces+mylesgw=gmail.com@coreboot.org] On Behalf Of Stefan Reinauer Sent: Tuesday, May 26, 2009 6:48 AM To: Coreboot Subject: [coreboot] [PATCH] simplify table generation code
See patch
This is very similar to the patch I submitted,
http://www.coreboot.org/pipermail/coreboot/2009-May/048303.html
but it gets rid of the second copy of the mptable and pirq table. My understanding was that we wanted to keep that until all payloads understood how to find the high tables.
I still think it's a major improvement, so if I misunderstood:
Acked-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On 26.05.2009 15:29 Uhr, Myles Watson wrote:
-----Original Message----- From: coreboot-bounces+mylesgw=gmail.com@coreboot.org [mailto:coreboot- bounces+mylesgw=gmail.com@coreboot.org] On Behalf Of Stefan Reinauer Sent: Tuesday, May 26, 2009 6:48 AM To: Coreboot Subject: [coreboot] [PATCH] simplify table generation code
See patch
This is very similar to the patch I submitted,
http://www.coreboot.org/pipermail/coreboot/2009-May/048303.html
but it gets rid of the second copy of the mptable and pirq table. My understanding was that we wanted to keep that until all payloads understood how to find the high tables.
I still think it's a major improvement, so if I misunderstood:
Acked-by: Myles Watson mylesgw@gmail.com
There were two copies of PIRQ, but indeed the second copy of the mp table was missing.
I fixed this to the right behavior (always 2 copies) and committed as r4306
Stefan