summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* call getopt_reset only onceSascha Hauer2009-10-191-0/+3
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-8/+4
* commands: add defines for command errors/successSascha Hauer2009-10-191-1/+7
* consolidate command calling in execute_commandSascha Hauer2009-10-193-35/+21
* console: partly revert 84688dfdb4aecc8296b4fef9bc657335d7b9ade5Sascha Hauer2009-09-251-1/+0
* hush: pass return code from exit commandSascha Hauer2009-09-251-0/+1
* hush: Only run list if it's not emptySascha Hauer2009-09-251-1/+6
* console: make locally used function staticSascha Hauer2009-09-251-2/+3
* Add MMU supportSascha Hauer2009-08-191-0/+11
* console: Fix line endingsSascha Hauer2009-08-131-2/+2
* Improve or fix various parameter documentationJuergen Beisert2009-07-311-0/+4
* get rid of device idsSascha Hauer2009-07-212-3/+7
* move some init work into initcallsSascha Hauer2009-07-211-10/+12
* introduce cdevSascha Hauer2009-07-213-361/+6
* Change return type of function part_remove to void, otherwise the compilerJuergen Beisert2009-07-011-3/+1
* add strerror functionSascha Hauer2009-05-251-4/+11
* simple console: implement console_flushSascha Hauer2009-05-181-0/+16
* console: buffer characters before console is initializedSascha Hauer2009-05-131-10/+21
* console: rename console_buffer to console_input_bufferSascha Hauer2009-05-131-5/+11
* fix errno_str without text error messagesSascha Hauer2009-04-061-0/+2