summaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)Author
2021-07-01global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng
2021-01-25dm: core: describe uclass_root_sHeinrich Schuchardt
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2020-12-02global_data: Fix comment for dm_driver_rtSimon Glass
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-27log: allow for message continuationHeinrich Schuchardt
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass
2020-04-30board: Add a gd flag for chain loadingSimon Glass
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach
2019-08-18global_data: Remove comment of reserved arch-specific GD flagsStefan Roese
2019-07-30global_data: enable fb_base for DM_VIDEOHeiko Schocher
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini
2018-07-09fdt: Add device tree memory bindingsMichael Pratt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-16env: Fix env_load_locationYork Sun
2018-02-03log: Add control over log formattingSimon Glass
2018-01-27env: Initialise all the environmentsMaxime Ripard
2017-12-07log: Plumb logging into the init sequenceSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass
2017-12-07Drop the log bufferSimon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
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