summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
...
* | sandbox: remove duplicate barebox.lds.SJean-Christophe PLAGNIOL-VILLARD2011-10-232-233/+0
* | sandbox: move __SANDBOX__ to MakefileJean-Christophe PLAGNIOL-VILLARD2011-10-232-3/+1
* | move digest to crypto/Jean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+1
* | sandbox: make asm/io.h nonemptySascha Hauer2011-09-231-0/+1
|/
* Merge branch 'pu-remove-gd_t' into nextSascha Hauer2011-08-031-30/+0
|\
| * remove unused global_data.hSascha Hauer2011-08-011-30/+0
* | sandbox: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-304-15/+5
|/
* Merge branch 'next'Sascha Hauer2011-06-061-0/+1
|\
| * sandbox: allow lseek on host filesPeter Korsgaard2011-05-171-0/+1
* | sandbox: make asm/swab.h nonemptySascha Hauer2011-04-251-0/+6
* | sandbox: Fix another uninitialized dev->id caseSascha Hauer2011-04-251-0/+1
|/
* sandbox: remove non used functions linux_getc/putcJean-Christophe PLAGNIOL-VILLARD2011-02-032-22/+0
* add sections.h header fileSascha Hauer2011-01-171-0/+1
* import swab.h arch implementation form linux v2.3.37Jean-Christophe PLAGNIOL-VILLARD2011-01-171-0/+0
* clocksource: switch mask to CLOCKSOURCE_MASKJean-Christophe PLAGNIOL-VILLARD2010-11-291-1/+1
* sandbox: use devfs functions only if definedRobert Schwebel2010-11-011-0/+2
* reset_cpu: unify declarationRobert Schwebel2010-10-221-1/+1
* remove strange flush_cache functionsSascha Hauer2010-10-211-5/+0
* Merge branch 'for-mainline' of git://git.pengutronix.de/git/rsc/barebox into ...Sascha Hauer2010-09-221-14/+32
|\
| * sandbox: add longopts and fix segfaultRobert Schwebel2010-09-211-14/+32
* | driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* | types.h: move __kernel_dev_t to include/linux/types.hJean-Christophe PLAGNIOL-VILLARD2010-09-171-1/+0
* | configs: use new savedefconfig format as in linuxJean-Christophe PLAGNIOL-VILLARD2010-09-171-137/+0
|/
* move boards to arch/<architecure>/boardsJean-Christophe PLAGNIOL-VILLARD2010-07-2312-5/+523
* make reset_cpu a __noreturn functionSascha Hauer2010-03-301-1/+1
* sandbox: update defconfigSascha Hauer2009-12-181-7/+2
* sandbox: common: fix device names for environment files (-e)Peter Korsgaard2009-12-161-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-158-53/+53
* [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-225-22/+58
* [SANDBOX] move include/asm-sandbox to arch/arm/include/sandboxJean-Christophe PLAGNIOL-VILLARD2009-10-2211-0/+231
* sandbox: update defconfigSascha Hauer2009-10-121-23/+55
* sandbox: use libc ioctl for os partSascha Hauer2009-10-121-1/+2
* get rid of device idsSascha Hauer2009-07-211-4/+10
* sandbox: Fix generation of linker scriptSascha Hauer2009-01-211-2/+2
* Sandbox: Fix make systemSascha Hauer2008-09-305-11/+9
* Bitops:Remove generic_funcsNishanth Menon2008-08-151-0/+1
* Fix typo introduced with commit 9e6ee5e79516f5af5366bd95fab801a692728373Sascha Hauer2008-06-241-1/+1
* [sandbox] export ELF_CLASS for sandboxSascha Hauer2008-06-031-1/+5
* [kbuild] move -pipe from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] remove -Wall from architecture Makefiles. It's alreadySascha Hauer2008-06-031-1/+1
* [kbuild] move -nostdinc from architecture Makefiles to toplevelSascha Hauer2008-06-031-2/+1
* [kbuild] move -ffreestanding from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] move -fno-builtin from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] move -Os flag from architecture Makefiles to toplevelSascha Hauer2008-06-031-1/+1
* [kbuild] change architecture Makefiles not to overwriteSascha Hauer2008-06-031-1/+1
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-076-249/+1
* Doxygen cleanupsSascha Hauer2008-04-041-9/+9
* do not sleep if read gets EAGAIN. Must be some testing leftoverSascha Hauer2008-03-111-2/+2
* Add the possibility to have an architecture specific ctrlc() function.Sascha Hauer2008-03-111-3/+10
* add globbing supportSascha Hauer2008-03-091-1/+2