[coreboot] [PATCH] coreboot-v3: Default to qemu

Jordan Crouse jordan at cosmicpenguin.net
Tue Dec 2 19:34:49 CET 2008


Myles Watson wrote:
> On Tue, Dec 2, 2008 at 9:45 AM, Jordan Crouse <jordan at cosmicpenguin.net>wrote:
> 
>> If no .config exists, then default to qemu for defconfig targets.  As a
>> further extension, I think we should consider allowing the user to pass the
>> desired mainboard via an environment variable:
>>
>> make MAINBOARD=amd/db800 defconfig
> 
> 
> I think we already do that.  Here's the snippet from  buildrom's
> packages/coreboot-v3/coreboot-v3.mk.
> 
>     @ make -C $(CBV3_SRC_DIR) defconfig \
>         MAINBOARDDIR="$(COREBOOT_VENDOR)/$(CBV3_BOARD)" \
>         > $(CBV3_CONFIG_LOG) 2>&1
> 
> Am I misunderstanding what you want to do?  Did we used to allow that and
> it's broken since then?

No, it still works.  I guess thats fine - MAINBOARDDIR is slightly 
unintuitive but we can deal.

Jordan




More information about the coreboot mailing list