summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-02-19vsprintf: add ustrtoll functionPiotr Wilczek2-0/+24
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski2-2/+2
2011-12-06Standalone Apps: Standalone apps should need only exports.h.Mike Partington3-4/+3
2011-07-29Constify getenv(), setenv() and hash code functionsWolfgang Denk5-16/+17
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher4-0/+54
2011-04-13x86: Rename i386 to x86Graeme Russ74-28/+27
2010-11-28do_reset: unify duplicate prototypesMike Frysinger38-67/+21
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk7-25/+0
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk295-670/+671
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk4-12/+18
2009-12-05Generic udelay() with watchdog supportIngo van Lil47-62/+98
2009-10-03ppc: Remove reloc_off field from global_data structurePeter Tyser2-2/+2
2009-08-09export SPI functions to standalone appsMike Frysinger3-5/+20
2008-11-19UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park7-0/+381
2008-07-01Make setenv() return statusSteven A. Falco4-7/+7
2007-08-10[ARM] TI DaVinci support, hopefully finalSergey Kubushyn43-2/+5464
2007-08-05Add functions to list of exported functionsMartin Krause4-2/+7
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger34-39/+35
2007-07-09include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger34-71/+43
2007-07-03include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger7-11/+10
2006-09-01Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel3-3/+12
2004-01-06Add a common get_ram_size() function and modify the thewdenk54-3471/+1945
2003-09-12Move TRAB burn-in tests to TRAB board directorywdenk10-25/+1376
2003-09-11* Patch by Martin Krause, 11 Sep 2003:wdenk15-7/+1878
2003-07-26* Allow crc32 to be used at address 0x000wdenk10-202/+251
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk72-1092/+950