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