Re: [coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-18 Thread Marc Jones
On Sun, Apr 17, 2011 at 7:50 PM, Hamo hamo...@gmail.com wrote: This patch added a new architecture option in general setup menu, and after we choice the ARM architecture, we can define the cross-compiler-prefix. Since coreboot now depends on X86 architecture, we couldn't build an ARM coreboot

Re: [coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-18 Thread Peter Stuge
Agree with Marc - well done everyone who is sending patches already! Please continue sending small patches like this, they are easy to review and comment on. Hamo wrote: +choice + prompt Architecture + default ARCH_X86 + help + This option is used to set the architecture

Re: [coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-18 Thread Marc Jones
On Mon, Apr 18, 2011 at 5:15 PM, Peter Stuge pe...@stuge.se wrote: Agree with Marc - well done everyone who is sending patches already! Please continue sending small patches like this, they are easy to review and comment on. Hamo wrote: +choice +     prompt Architecture +     default

Re: [coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-18 Thread Stefan Reinauer
* Peter Stuge pe...@stuge.se [110419 01:15]: Going forward the question is if a new step should be added to configuration, where the user can choose the architecture they are interested in, and that will limit the list of mainboards that can be selected. The advantage of this would be that a

[coreboot] [RFC][PATCH]Added architecture ARM and option for cross-compile

2011-04-17 Thread Hamo
This patch added a new architecture option in general setup menu, and after we choice the ARM architecture, we can define the cross-compiler-prefix. Since coreboot now depends on X86 architecture, we couldn't build an ARM coreboot now. Signed-off-by: Yang Bai hamo...@gmail.com diff --git