summaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+4
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese1-0/+4
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot1-0/+4
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-0/+3
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+4
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini1-1/+1
2018-07-09fdt: Add device tree memory bindingsMichael Pratt1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-16env: Fix env_load_locationYork Sun1-0/+1
2018-02-03log: Add control over log formattingSimon Glass1-0/+1
2018-01-27env: Initialise all the environmentsMaxime Ripard1-0/+1
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+5
2017-12-07Drop the log bufferSimon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+1
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-1/+1
2017-06-05bootstage: Support relocating boostage dataSimon Glass1-0/+1
2017-06-05bootstage: Convert to use malloc()Simon Glass1-0/+3
2017-06-01dm: core: Add livetree definitionsSimon Glass1-0/+3
2017-05-12asm-generic: global_data: change timebase_l/h to unsigned intPeng Fan1-2/+2
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-0/+6
2017-03-17spl: Add spl_early_init()Eddie Cai1-0/+1
2016-10-24Convert 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-21dm: common: Add memory reservation for the video uclassSimon Glass1-0/+4
2015-12-15Reserve secure memoryYork Sun1-0/+14
2015-11-20console: Add a console bufferSimon Glass1-0/+6
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+3
2015-08-18Revert "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-22dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-0/+1
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+1
2015-01-30Export redesignMartin Dorwig1-1/+1
2015-01-13pci: 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