summaryrefslogtreecommitdiffstats
path: root/include/exports.h
Commit message (Expand)AuthorAgeFilesLines
* Make export interface support CONFIG_SYS_MALLOC_SIMPLESimon Glass2015-03-041-0/+2
* Export redesignMartin Dorwig2015-01-291-10/+12
* vsprintf: add ustrtoll functionPiotr Wilczek2013-02-191-0/+1
* vsprintf:fix: Change type returned by ustrtoulLukasz Majewski2012-12-131-1/+1
* Standalone Apps: Standalone apps should need only exports.h.Mike Partington2011-12-061-4/+1
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-2/+2
* lib, vsprintf: introduce strict_strtoulHeiko Schocher2011-05-121-0/+1
* x86: Rename i386 to x86Graeme Russ2011-04-131-1/+1
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+0
* Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk2010-09-191-3/+0
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-041-2/+2
* Generic udelay() with watchdog supportIngo van Lil2009-12-051-1/+1
* ppc: Remove reloc_off field from global_data structurePeter Tyser2009-10-031-1/+1
* export SPI functions to standalone appsMike Frysinger2009-08-091-1/+2
* UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park2008-11-191-0/+1
* Make setenv() return statusSteven A. Falco2008-07-011-1/+1
* [ARM] TI DaVinci support, hopefully finalSergey Kubushyn2007-08-101-0/+3
* Add functions to list of exported functionsMartin Krause2007-08-061-1/+3
* cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-1/+1
* include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel2006-09-011-1/+4
* Add a common get_ram_size() function and modify the thewdenk2004-01-061-3/+3
* Move TRAB burn-in tests to TRAB board directorywdenk2003-09-121-0/+2
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-111-1/+5
* * Allow crc32 to be used at address 0x000wdenk2003-07-261-0/+4
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-0/+36
OpenPOWER on IntegriCloud