aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass1-1/+1
2016-09-07global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day1-18/+17
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun1-14/+0
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek1-0/+1
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-4/+0
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass1-0/+4
2015-12-15Reserve secure memoryYork Sun1-0/+14
2015-11-19console: Add a console bufferSimon Glass1-0/+6
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+3
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass1-2/+1
2015-08-14Align global_data to a 16-byte boundarySimon Glass1-1/+2
2015-08-05Add a way to skip relocationSimon Glass1-0/+1
2015-08-05Reserve the top 16 flag bits for architecture-specific useSimon Glass1-1/+1
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-0/+1
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+1
2015-01-29Export redesignMartin Dorwig1-1/+1
2015-01-12pci: Make pci apis usable before relocationBin Meng1-0/+6
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass1-0/+1
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass1-0/+1
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23dm: Support driver model prior to relocationSimon Glass1-1/+2
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+5
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-1/+1
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun1-0/+3
2014-03-04dm: Add base driver model supportSimon Glass1-0/+8
2013-11-04Introduce common timer functionsRob Herring1-0/+2
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher1-0/+3
2013-06-26Add trace support to generic boardSimon Glass1-0/+3
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada1-3/+0
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass1-1/+1
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass1-0/+2
2013-02-04Add generic global_dataSimon Glass1-0/+102