summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-6/+32
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+53
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* add password frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+315
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-202-0/+78
* move barebox_default_env.h to include/generated/Jean-Christophe PLAGNIOL-VILLARD2010-09-172-4/+4
* move utsrelease.h to include/generated/ instead of include/linuxJean-Christophe PLAGNIOL-VILLARD2010-09-171-1/+1
* menu: simplify usage for clientsSascha Hauer2010-08-301-8/+100
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-12/+7
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-16/+5
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-10/+10
* menu: simplify menu_free with list_for_each_entry_safeSascha Hauer2010-08-301-9/+3
* menu: initialize entries list in menu_allocSascha Hauer2010-08-301-4/+0
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+7
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-303-0/+323
* Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886Jean-Christophe PLAGNIOL-VILLARD2010-08-221-0/+13
* barebox_default_env: fix out of tree buildJean-Christophe PLAGNIOL-VILLARD2010-07-221-3/+5
* Allow to merge default environment from more than one directorySascha Hauer2010-06-222-4/+5
* errno: add strings for network related error messagesSascha Hauer2010-06-171-3/+4
* rework device parametersSascha Hauer2010-06-171-19/+21
* fix error return value while loading environmentLuotao Fu2010-05-031-1/+5
* clock: fix possible error on overflow in is_timeoutUwe Kleine-König2010-04-221-2/+1
* introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-301-0/+3
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-1/+1
* hush: allow fancy promptsSascha Hauer2010-03-302-4/+17
* hush: only remove backslashes introduced from globSascha Hauer2010-03-301-2/+3
* hush: Fix return code when calling 'exit' inside loopsSascha Hauer2010-03-301-11/+3
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-014-19/+19
* remove unused file common/flash.cSascha Hauer2010-02-011-73/+0
* Remove/adjust erroneous references to CONFIG_MODULE.Robert P. J. Day2009-12-211-1/+0
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1510-59/+59
* Re-format the fileJuergen Beisert2009-12-101-912/+781
* Combine memory initialization with the main memory functions.Juergen Beisert2009-12-102-106/+60
* Use the global string functionsJuergen Beisert2009-12-101-108/+6
* Remove win32 supportJuergen Beisert2009-12-101-186/+0
* Remove debug codeJuergen Beisert2009-12-101-179/+0
* Use nowadays function prototypesJuergen Beisert2009-12-101-87/+1
* After moving all declarations to the C source, do the same with the docJuergen Beisert2009-12-101-0/+217
* Remove confusing macros that hide the real functions namesJuergen Beisert2009-12-101-31/+33
* Use the native 'void' instead of 'Void_t'Juergen Beisert2009-12-101-29/+29
* Move private settings and configuration into the C sourceJuergen Beisert2009-12-101-1/+458
* Move variables to bssJuergen Beisert2009-12-101-4/+4
* introduce GENERIC_GPIO labelSascha Hauer2009-12-101-0/+3
* clock.c: use USECOND and MSECONDMarc Kleine-Budde2009-12-031-2/+2
* Remove deadlock messageJuergen Beisert2009-11-191-0/+4
* ENV_HANDLING requires CRC32Juergen Beisert2009-11-191-0/+1
* list: remove duplicated list.hSascha Hauer2009-11-034-4/+4
* hush: remove include/hush.hSascha Hauer2009-10-221-1/+4
* uboot_default_env: fix out of tree buildJean-Christophe PLAGNIOL-VILLARD2009-10-201-2/+2
* commands: remove maxargsSascha Hauer2009-10-192-8/+0