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