summaryrefslogtreecommitdiff
path: root/common/exports.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait1-1/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-02-06exports: Add the malloc.h headerSimon Glass1-0/+1
2015-07-20board/ls2085rdb: Export functions for standalone AQ FW load appsPrabhakar Kushwaha1-0/+7
2015-01-30Export redesignMartin Dorwig1-26/+3
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-1/+2
2014-10-22dm: spi: Add a uclass for SPISimon Glass1-1/+3
2011-12-07Fix SPI build errors in exports.cSimon Glass1-0/+1
2011-04-13x86: Rename i386 to x86Graeme Russ1-1/+1
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk1-3/+0
2010-07-05exports.c: fix warning: 'dummy' defined but not usedWolfgang Denk1-1/+1
2009-12-03exports: rewrite jump table initMike Frysinger1-31/+27
2009-08-10export SPI functions to standalone appsMike Frysinger1-0/+8
2007-08-06Add functions to list of exported functionsMartin Krause1-0/+2
2007-07-09common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: 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-2/+5
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-1/+2
2003-09-12* Patch by Martin Krause, 11 Sep 2003:wdenk1-1/+5
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-0/+31