summaryrefslogtreecommitdiff
path: root/include/exports.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait1-2/+8
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-01-17common: Move jumptable_init() out of common.hSimon Glass1-0/+3
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+2
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-30i2c: remove i2c driver-model compatibility layerBartosz Golaszewski1-2/+1
2018-07-26phy: Break include cycleJoe Hershberger1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-09-15Export memset for standalone AQ FW load appsShaohui Xie1-1/+1
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede1-1/+1
2015-07-20board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha1-1/+12
2015-03-04Make export interface support CONFIG_SYS_MALLOC_SIMPLESimon Glass1-0/+2
2015-01-30Export redesignMartin Dorwig1-10/+12
2013-02-20vsprintf: add ustrtoll functionPiotr Wilczek1-0/+1
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski1-1/+1
2011-12-06Standalone Apps: Standalone apps should need only exports.h.Mike Partington1-4/+1
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-2/+2
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher1-0/+1
2011-04-13x86: Rename i386 to x86Graeme Russ1-1/+1
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+0
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk1-3/+0
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-07-05Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+2
2009-12-05Generic udelay() with watchdog supportIngo van Lil1-1/+1
2009-10-03ppc: Remove reloc_off field from global_data structurePeter Tyser1-1/+1
2009-08-10export SPI functions to standalone appsMike Frysinger1-1/+2
2008-11-19UBI: Add basic UBI support to U-Boot (Part 6/8)Kyungmin Park1-0/+1
2008-07-02Make setenv() return statusSteven A. Falco1-1/+1
2007-08-10[ARM] TI DaVinci support, hopefully finalSergey Kubushyn1-0/+3
2007-08-06Add functions to list of exported functionsMartin Krause1-1/+3
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-10include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-09-01Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel1-1/+4
2004-01-07Add a common get_ram_size() function and modify the thewdenk1-3/+3
2003-09-12Move TRAB burn-in tests to TRAB board directorywdenk1-0/+2
2003-09-12* Patch by Martin Krause, 11 Sep 2003:wdenk1-1/+5
2003-07-26* Allow crc32 to be used at address 0x000wdenk1-0/+4
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-0/+36