summaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
Commit message (Expand)AuthorAgeFilesLines
* watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-311-6/+0
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-301-1/+1
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-1/+1
* global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes2021-07-011-0/+5
* console: Report an error when output buffer is exhaustedSimon Glass2021-06-081-6/+10
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-24/+0
* dm: core: Allow storing priv/plat data separatelySimon Glass2021-03-261-0/+10
* dm: core: Create a struct for device runtime infoSimon Glass2021-03-261-2/+14
* log: Handle line continuationSimon Glass2021-03-121-0/+6
* smbios: Add more options for the BIOS version stringSimon Glass2021-02-061-0/+6
* global_data.h: Change ram_top type to phys_addr_tBin Meng2021-02-031-1/+1
* dm: core: describe uclass_root_sHeinrich Schuchardt2021-01-251-4/+12
* global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait2021-01-151-2/+2
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-0/+24
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-051-1/+7
|\
| * dm: core: Allow the uclass list to moveSimon Glass2021-01-051-1/+7
* | global_data: Fix comment for dm_driver_rtSimon Glass2020-12-021-1/+1
|/
* x86: acpi: Store the ACPI context in global_dataSimon Glass2020-11-051-0/+13
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-1/+26
|\
| * dm: Use an allocated array for run-time device infoSimon Glass2020-10-291-0/+14
| * dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-1/+12
* | log: typo logl_pref in documentationHeinrich Schuchardt2020-10-301-1/+1
|/
* log: allow for message continuationHeinrich Schuchardt2020-10-271-0/+12
* log: move processing_msg to global dataHeinrich Schuchardt2020-10-271-0/+8
* global_data.h: add Sphinx documentationHeinrich Schuchardt2020-10-141-55/+317
* global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt2020-10-141-22/+84
* global_data: Add a generic global_data flag for SMP stateSimon Glass2020-07-201-0/+1
* 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