[U-Boot] [PATCH v6 03/20] sandbox: Add architecture image support

Mike Frysinger vapier at gentoo.org
Tue Oct 18 18:07:27 CEST 2011


On Tuesday 18 October 2011 11:43:49 馬克泡 wrote:
> 2011/10/18 Mike Frysinger:
> > On Tuesday 18 October 2011 04:28:23 馬克泡 wrote:
> >> 2011/10/18 Wolfgang Denk <wd at denx.de>:
> [deleted]
> 
> >> static const table_entry_t uimage_arch[]
> >> [deleted]
> >> 
> >>         {       IH_ARCH_BLACKFIN,       "blackfin",     "Blackfin",    
> >>         }, {       IH_ARCH_AVR32,          "avr32",        "AVR32",    
> >>            }, {       -1,                     "",             "",      
> >>               },
> >> 
> >> };
> >> 
> >> Because I'm wondering about if I need to fix this if you need to add
> >> IH_ARCH_SANDBOX into this structure.
> > 
> > for now, i don't think so.  "sandbox" isn't an arch you can create
> > uimages for (atm?).
> 
> Is there no plan to run Chrome OS from flash storage?
> Sorry I'm not familiar about the hardware planning about the Chrome OS.
> Just wondering if there is planning low-price Chrome netbook, the
> uimage might be
> necessary for such kind of hardware.

"sandbox" isn't actual hardware.  it's a native application on your system 
like `ls` or `mv` or `mutt`.  it's purely for testing on your local machine.
-mike


More information about the U-Boot mailing list