This patch simplifies supporting v2 boards in buildrom. I like it pretty well, but I'm open to ways to simplify it even more. Mostly what I did was take the common operations out of the *.mk files and put them in coreboot.inc.
I'll follow the patch with:
svn rm packages/coreboot-v2/m57sli.mk svn rm packages/coreboot-v2/tyan-generic.mk svn rm packages/coreboot-v2/tyan-s2881.mk svn rm packages/coreboot-v2/tyan-s2891.mk svn rm packages/coreboot-v2/tyan-s2882.mk svn rm packages/coreboot-v2/asus_a8v-e_se.mk svn rm packages/coreboot-v2/qemu.mk svn rm packages/coreboot-v2/supermicro-h8dmr.mk
They're no longer needed.
Thanks, Myles
Signed-off-by: Myles Watson mylesgw@gmail.com
On Thu, Apr 24, 2008 at 12:52:39PM -0600, Myles Watson wrote:
Mostly what I did was take the common operations out of the *.mk files and put them in coreboot.inc.
Wonderful concept. I don't think I know buildrom well enough to ack or I would.
//Peter
Ping.
Thanks, Myles
-----Original Message----- From: Myles Watson [mailto:mylesgw@gmail.com] Sent: Thursday, April 24, 2008 12:53 PM To: Coreboot Subject: Simplify buildrom's handling of coreboot-v2
This patch simplifies supporting v2 boards in buildrom. I like it pretty well, but I'm open to ways to simplify it even more. Mostly what I did was take the common operations out of the *.mk files and put them in coreboot.inc.
I'll follow the patch with:
svn rm packages/coreboot-v2/m57sli.mk svn rm packages/coreboot-v2/tyan-generic.mk svn rm packages/coreboot-v2/tyan-s2881.mk svn rm packages/coreboot-v2/tyan-s2891.mk svn rm packages/coreboot-v2/tyan-s2882.mk svn rm packages/coreboot-v2/asus_a8v-e_se.mk svn rm packages/coreboot-v2/qemu.mk svn rm packages/coreboot-v2/supermicro-h8dmr.mk
They're no longer needed.
Thanks, Myles
Signed-off-by: Myles Watson mylesgw@gmail.com
On Mon, Apr 28, 2008 at 12:26:22PM -0600, Myles Watson wrote:
Ping.
Great stuff, and even still applies after all the recent buildrom changes.
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.
On Mon, Apr 28, 2008 at 12:51 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
On Mon, Apr 28, 2008 at 12:26:22PM -0600, Myles Watson wrote:
Ping.
Great stuff, and even still applies after all the recent buildrom changes.
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Rev 170.
Thanks, Myles