[coreboot] patch: more generic mainboard name

Myles Watson mylesgw at gmail.com
Wed Feb 18 19:55:08 CET 2009


On Wed, Feb 18, 2009 at 9:03 AM, ron minnich <rminnich at gmail.com> wrote:
> since there's only one mainboard part:
>
> This will break every target in the tree. Be careful what you wish
> for. It might come true.

With this patch from Carl-Daniel:

http://www.coreboot.org/pipermail/coreboot/2009-February/044903.html

It passes abuild.  I think they should be committed together.

> Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>

Both patches
Acked-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles

>
> Index: util/newconfig/config.g
> ===================================================================
> --- util/newconfig/config.g     (revision 3944)
> +++ util/newconfig/config.g     (working copy)
> @@ -1353,7 +1353,7 @@
>        fulldir = os.path.join(srcdir, partdir)
>        type_name = flatten_name(partdir)
>        newpart = partobj(curimage, fulldir, partstack.tos(), 'mainboard', \
> -               type_name, 0, 'chip')
> +               'mainboard', 0, 'chip')
>        #print "Configuring PART %s" % (type)
>        partstack.push(newpart)
>        #print "  new PART tos is now %s\n" %partstack.tos().info()
>
> --
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot
>




More information about the coreboot mailing list