aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass1-0/+10
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-2/+14
2021-03-12log: Handle line continuationSimon Glass1-0/+6
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass1-0/+6
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng1-1/+1
2021-01-25dm: core: describe uclass_root_sHeinrich Schuchardt1-4/+12
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait1-2/+2
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+24
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+7
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-1/+7
2020-12-02global_data: Fix comment for dm_driver_rtSimon Glass1-1/+1
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass1-0/+13
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+26
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt1-1/+1
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass1-0/+14
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass1-1/+12
2020-10-27log: allow for message continuationHeinrich Schuchardt1-0/+12
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt1-0/+8
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt1-55/+317
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt1-22/+84
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