Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add next generation default environment template | Sascha Hauer | 2012-05-18 | 1 | -0/+7 |
* | booting: more flexible Linux bootargs generation | Sascha Hauer | 2012-05-14 | 1 | -0/+1 |
* | add 'global' command | Sascha Hauer | 2012-05-14 | 1 | -0/+1 |
* | Introduce binfmt support | Jean-Christophe PLAGNIOL-VILLARD | 2012-04-18 | 1 | -0/+1 |
* | Makefile: fix build timestamps | Sascha Hauer | 2012-04-15 | 1 | -0/+17 |
* | filetype: add config to disable it | Jean-Christophe PLAGNIOL-VILLARD | 2012-01-11 | 1 | -1/+1 |
* | banner: add config to disable it | Jean-Christophe PLAGNIOL-VILLARD | 2012-01-11 | 1 | -1/+1 |
* | defaultenv: use a compressed version when embedded in barebox | Jean-Christophe PLAGNIOL-VILLARD | 2012-01-02 | 1 | -1/+26 |
* | add tlsf-based malloc implementation | Antony Pavlov | 2011-12-23 | 1 | -0/+2 |
* | reimplement uImage code | Sascha Hauer | 2011-12-15 | 1 | -0/+1 |
* | remove old ft_build support | Sascha Hauer | 2011-12-14 | 1 | -1/+0 |
* | add resource management functions | Sascha Hauer | 2011-12-03 | 1 | -0/+1 |
* | add file detection support | Sascha Hauer | 2011-11-29 | 1 | -0/+1 |
* | DISK: Add common partition handling for disk like media | Juergen Beisert | 2011-11-28 | 1 | -0/+2 |
* | initial oftree command support | Sascha Hauer | 2011-10-19 | 1 | -0/+1 |
* | commands/loads.c: make it compile again | Antony Pavlov | 2011-08-23 | 1 | -0/+1 |
* | drivers: move resource generic management to driver/base/resource.c | Jean-Christophe PLAGNIOL-VILLARD | 2011-07-21 | 1 | -1/+0 |
* | add a add_mem_device function | Sascha Hauer | 2011-07-18 | 1 | -0/+1 |
* | add dummy_malloc functions | Sascha Hauer | 2011-04-11 | 1 | -1/+2 |
* | malloc: put common memory functions to seperate file | Sascha Hauer | 2011-04-11 | 1 | -0/+1 |
* | make command support optional | Sascha Hauer | 2011-04-11 | 1 | -1/+1 |
* | env: Make environment variable support optional | Sascha Hauer | 2011-04-11 | 1 | -1/+1 |
* | add block support | Sascha Hauer | 2011-04-11 | 1 | -0/+1 |
* | move version_string to seperate file | Sascha Hauer | 2011-04-11 | 1 | -0/+1 |
* | defaultenv: fix empty CONFIG_DEFAULT_ENVIRONMENT_PATH | Jon Ringle | 2011-03-23 | 1 | -1/+3 |
* | Add generic poll infrastructure | Marc Kleine-Budde | 2010-12-20 | 1 | -0/+1 |
* | defaultenv: introduce CONFIG_DEFAULT_ENVIRONMENT_GENERIC to enable it | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-12 | 1 | -2/+8 |
* | image: factorise image printing contents | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-08 | 1 | -1/+1 |
* | image: factorise string helper | Jean-Christophe PLAGNIOL-VILLARD | 2010-10-08 | 1 | -0/+1 |
* | Revert "image: factorise string helper" | Sascha Hauer | 2010-10-07 | 1 | -1/+0 |
* | Revert "image: factorise image printing contents" | Sascha Hauer | 2010-10-07 | 1 | -1/+1 |
* | image: factorise image printing contents | Jean-Christophe PLAGNIOL-VILLARD | 2010-09-24 | 1 | -1/+1 |
* | image: factorise string helper | Jean-Christophe PLAGNIOL-VILLARD | 2010-09-23 | 1 | -0/+1 |
* | add password framework | Jean-Christophe PLAGNIOL-VILLARD | 2010-09-20 | 1 | -0/+1 |
* | add digest framework | Jean-Christophe PLAGNIOL-VILLARD | 2010-09-20 | 1 | -0/+1 |
* | move barebox_default_env.h to include/generated/ | Jean-Christophe PLAGNIOL-VILLARD | 2010-09-17 | 1 | -3/+3 |
* | Add Menu Framework | Jean-Christophe PLAGNIOL-VILLARD | 2010-08-30 | 1 | -0/+1 |
* | barebox_default_env: fix out of tree build | Jean-Christophe PLAGNIOL-VILLARD | 2010-07-22 | 1 | -3/+5 |
* | Allow to merge default environment from more than one directory | Sascha Hauer | 2010-06-22 | 1 | -2/+3 |
* | Remove/adjust erroneous references to CONFIG_MODULE. | Robert P. J. Day | 2009-12-21 | 1 | -1/+0 |
* | rename U-Boot-v2 project to barebox | Sascha Hauer | 2009-12-15 | 1 | -5/+5 |
* | uboot_default_env: fix out of tree build | Jean-Christophe PLAGNIOL-VILLARD | 2009-10-20 | 1 | -2/+2 |
* | introduce cdev | Sascha Hauer | 2009-07-21 | 1 | -1/+0 |
* | console: add a simple console for saving space | Sascha Hauer | 2008-08-01 | 1 | -1/+2 |
* | 007-partitions | Nishanth Menon | 2008-06-05 | 1 | -1/+1 |
* | implement TAB completion | Sascha Hauer | 2008-03-01 | 1 | -0/+1 |
* | Revert "separating memory commands" | Marc Kleine-Budde | 2007-11-27 | 1 | -1/+0 |
* | [makesystem] fix default environment handling | Marc Kleine-Budde | 2007-11-26 | 1 | -2/+2 |
* | [makesystem] reworked default environment handling | Marc Kleine-Budde | 2007-11-19 | 1 | -9/+8 |
* | separating environment commands, part 2 | Juergen Beisert | 2007-11-12 | 1 | -0/+1 |