summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/global_data.h
Commit message (Expand)AuthorAgeFilesLines
* board: Add a gd flag for chain loadingSimon Glass2020-04-301-0/+1
* global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada2020-03-161-1/+1
* global_data: remove unused mxc_i2c specific fieldBaruch Siach2020-01-271-3/+0
* global_data: Remove comment of reserved arch-specific GD flagsStefan Roese2019-08-181-1/+1
* global_data: enable fb_base for DM_VIDEOHeiko Schocher2019-07-301-1/+1
* watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+4
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-231-0/+4
* lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-101-0/+4
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+3
* bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+4
* u-boot: remove driver lookup loop from env_save()Nicholas Faustini2018-07-301-1/+1
* fdt: Add device tree memory bindingsMichael Pratt2018-07-091-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Fix env_load_locationYork Sun2018-02-161-0/+1
* log: Add control over log formattingSimon Glass2018-02-031-0/+1
* env: Initialise all the environmentsMaxime Ripard2018-01-271-0/+1
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+1
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+5
* Drop the log bufferSimon Glass2017-12-071-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+1
* bootstage: Support relocating boostage dataSimon Glass2017-06-051-0/+1
* bootstage: Convert to use malloc()Simon Glass2017-06-051-0/+3
* dm: core: Add livetree definitionsSimon Glass2017-06-011-0/+3
* asm-generic: global_data: change timebase_l/h to unsigned intPeng Fan2017-05-121-2/+2
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-051-0/+6
* spl: Add spl_early_init()Eddie Cai2017-03-161-0/+1
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-231-1/+1
* global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day2016-09-071-18/+17
* armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-151-14/+0
* 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