via/epia-m700 and via/pc2500e do not have fallback/coreboot_ram in the abuild images. Instead they have image/coreboot_ram which will probably cause cbfs code to die. If my suspicion is correct, those targets need fixups similar to r4589.
Regards, Carl-Daniel
Am Donnerstag, den 27.08.2009, 05:32 +0200 schrieb Carl-Daniel Hailfinger:
via/epia-m700 and via/pc2500e do not have fallback/coreboot_ram in the abuild images. Instead they have image/coreboot_ram which will probably cause cbfs code to die. If my suspicion is correct, those targets need fixups similar to r4589.
You're right, I fixed them.
Patrick
On 27.08.2009 09:43, Patrick Georgi wrote:
Am Donnerstag, den 27.08.2009, 05:32 +0200 schrieb Carl-Daniel Hailfinger:
via/epia-m700 and via/pc2500e do not have fallback/coreboot_ram in the abuild images. Instead they have image/coreboot_ram which will probably cause cbfs code to die. If my suspicion is correct, those targets need fixups similar to r4589.
You're right, I fixed them.
Thanks!
AFAICS the whole tree now has fallback/coreboot_ram in the abuild images.
Regards, Carl-Daniel
On Thu, Aug 27, 2009 at 11:36:45AM +0200, Carl-Daniel Hailfinger wrote:
On 27.08.2009 09:43, Patrick Georgi wrote:
Am Donnerstag, den 27.08.2009, 05:32 +0200 schrieb Carl-Daniel Hailfinger:
via/epia-m700 and via/pc2500e do not have fallback/coreboot_ram in the abuild images. Instead they have image/coreboot_ram which will probably cause cbfs code to die. If my suspicion is correct, those targets need fixups similar to r4589.
You're right, I fixed them.
Thanks!
AFAICS the whole tree now has fallback/coreboot_ram in the abuild images.
Here's a bunch of additional fixes for manually builds.
Uwe.
On 27.08.2009 15:36, Uwe Hermann wrote:
Here's a bunch of additional fixes for manually builds.
Change some more image names to "fallback" (not "image").
Also, if there's only one image, it should be named "fallback", not "normal".
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Good find! Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel
On Thu, Aug 27, 2009 at 03:41:08PM +0200, Carl-Daniel Hailfinger wrote:
On 27.08.2009 15:36, Uwe Hermann wrote:
Here's a bunch of additional fixes for manually builds.
Change some more image names to "fallback" (not "image").
Also, if there's only one image, it should be named "fallback", not "normal".
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Good find! Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r4600.
Uwe.