summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/global_data.h
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] move include/asm-arm to arch/arm/include/asmJean-Christophe PLAGNIOL-VILLARD2009-10-221-30/+0
| | | | | | | Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/proc* alone. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* svn_rev_189Sascha Hauer2007-07-051-0/+1
| | | | add typedef for gd_t to make compiler happy
* svn_rev_153Sascha Hauer2007-07-051-2/+0
| | | | remove global data #2
* svn_rev_152Sascha Hauer2007-07-051-31/+2
| | | | remove global data gd_t and board info bd_t entirely for arm
* svn_rev_003Sascha Hauer2007-07-051-6/+0
| | | | remove all #if 0 and #if 1
* Cleanup (get rid of debug code that sneaked in)Wolfgang Denk2006-03-071-6/+1
|
* Changed gcc-4.0 global data pointer fix to conform with the fix for this onMarkus Klotzbücher2006-02-101-1/+1
| | | | other platforms (see c75eba3b4140187cd0d9bd8049f5df4c49b6889b)
* Changes:Markus Klotzbücher2006-02-081-1/+6
| | | | | | | * lots of bugfixes in the assembler code * reverted hardware.h back to original * enabled hardware DRAM calibration * GCC-4 fix: modified GLOBAL_DATA_POINTER macro
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-101-0/+1
| | | | for more information
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-1/+2
| | | | | | | | applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details * Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS)
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-151-1/+1
| | | | | | | | | | | | | * Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add Intel PXA support for video - Add Intel PXA support for MMC ---- - Enable MMC and FAT for lubbock board - Other misc changes for lubbock board
* * Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk2003-03-141-1/+0
| | | | | | | | | | | | | | | | | | | the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100 boards, version 153 for Rev. 200 boards). * Patch by Vladimir Gurevich, 12 Mar 2003: Fix relocation problem of statically initialized string pointers in common/cmd_pci.c * Patch by Kai-Uwe Blöm, 12 Mar 2003: Cleanup & bug fixes for JFFS2 code: - the memory mangement was broken. It caused havoc on malloc by writing beyond the block boundaries. - the length calculation for files was wrong, sometimes resulting in short file reads. - data copying now optionally takes fragment version numbers into account, to avoid copying from older data. See doc/README.JFFS2 for details.
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-0/+2
| | | | | | | | | | | | | | | | | * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM * Start adding MIPS support files
* Initial revisionwdenk2002-10-211-0/+63