Re: [U-Boot] [RFC PATCH 01/20] sandbox: Add architecture header files

2011-09-17 Thread Mike Frysinger
On Saturday, September 17, 2011 12:48:40 Simon Glass wrote: > --- /dev/null > +++ b/arch/sandbox/include/asm/arch-sandbox/clock.h > > +enum periph_id { > + PERIPH_COUNT > +}; is this needed by anything ? > --- /dev/null > +++ b/arch/sandbox/include/asm/arch-sandbox/gpio.h > > +enum { > +

[U-Boot] [RFC PATCH 01/20] sandbox: Add architecture header files

2011-09-17 Thread Simon Glass
Signed-off-by: Simon Glass --- arch/sandbox/include/asm/arch-sandbox/clock.h | 25 arch/sandbox/include/asm/arch-sandbox/gpio.h | 29 + arch/sandbox/include/asm/bitops.h | 162 + arch/sandbox/include/asm/byteorder.h | 40 ++ arch/s