Re: [coreboot] [PATCH] Get mptable OEM/product ID from kconfig variables

2010-12-16 Thread Uwe Hermann
On Thu, Dec 16, 2010 at 03:41:51AM +0100, Stefan Reinauer wrote: > Acked-by: Stefan Reinauer Thanks, r6183. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org -- coreboot mailing list: coreboot@coreboot.org http://www.core

Re: [coreboot] [PATCH] Get mptable OEM/product ID from kconfig variables

2010-12-15 Thread Stefan Reinauer
* Uwe Hermann [101215 22:49]: > Get mptable OEM/product ID from kconfig variables. > > We currently use "COREBOOT" unconditionally as the "OEM ID" in our > mptable.c files, and hardcode the mainboard name in mptable.c like this: > > mptable_init(mc, "DK8-HTX ", LAPIC_ADDR); > > However, t

[coreboot] [PATCH] Get mptable OEM/product ID from kconfig variables

2010-12-15 Thread Uwe Hermann
See patch. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org Get mptable OEM/product ID from kconfig variables. We currently use "COREBOOT" unconditionally as the "OEM ID" in our mptable.c files, and hardcode the mainboard na