aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
AgeCommit message (Expand)Author
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes
2024-01-07smbios: Correct gd_smbios_start()Simon Glass
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel
2023-10-06bloblist: Support initing from multiple placesSimon Glass
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-09-22Record the position of the SMBIOS tablesSimon Glass
2023-09-22dm: core: Allow marking driver model as deadSimon Glass
2023-09-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass
2023-04-24include: Enable video related global data variable and splash at SPLNikhil M Jain
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass
2022-11-22watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese
2022-11-16doc: fix documentation of enum gd_flagsHeinrich Schuchardt
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass
2022-09-29test: Detect a change in the device treeSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes
2022-04-09dm: add tag supportAKASHI Takahiro
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-03-10event: Add basic support for eventsSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2021-12-23fdt: Record where the devicetree came fromSimon Glass
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
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