aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass1-0/+1
2020-04-30board: Add a gd flag for chain loadingSimon Glass1-0/+1
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada1-1/+1
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach1-3/+0
2019-08-18global_data: Remove comment of reserved arch-specific GD flagsStefan Roese1-1/+1
2019-07-30global_data: enable fb_base for DM_VIDEOHeiko Schocher1-1/+1
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut1-1/+1
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+4
2019-04-23dm: 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-16spl: Add spl_early_init()Eddie Cai1-0/+1
2016-10-23Convert 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-20dm: common: Add memory reservation for the video uclassSimon Glass1-0/+4
2015-12-15Reserve secure memoryYork Sun1-0/+14
2015-11-19console: Add a console bufferSimon Glass1-0/+6
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+3
2015-08-17Revert "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-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass1-0/+1
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+1
2015-01-29Export redesignMartin Dorwig1-1/+1
2015-01-12pci: 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