summaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)Author
2017-06-05bootstage: Support relocating boostage dataSimon Glass
2017-06-05bootstage: Convert to use malloc()Simon Glass
2017-06-01dm: core: Add livetree definitionsSimon Glass
2017-05-12asm-generic: global_data: change timebase_l/h to unsigned intPeng Fan
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass
2017-03-16spl: Add spl_early_init()Eddie Cai
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass
2016-09-07global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-01-21dm: common: Add memory reservation for the video uclassSimon Glass
2015-12-15Reserve secure memoryYork Sun
2015-11-20console: Add a console bufferSimon Glass
2015-10-22dm: implement a Timer uclassThomas Chou
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass
2015-08-14Align global_data to a 16-byte boundarySimon Glass
2015-08-05Add a way to skip relocationSimon Glass
2015-08-05Reserve the top 16 flag bits for architecture-specific useSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-01-30Export redesignMartin Dorwig
2015-01-13pci: Make pci apis usable before relocationBin Meng
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun
2014-03-04dm: Add base driver model supportSimon Glass
2013-11-04Introduce common timer functionsRob Herring
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher
2013-06-26Add trace support to generic boardSimon Glass
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-02-04Add generic global_dataSimon Glass