summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2023-06-12include: Enable video related global data variable and splash at SPLNikhil M Jain
2023-04-12dm: Add support for handling old u-boot,dm- tagsSimon Glass
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut
2023-01-04efi_loader: defines for PE-COFF section flagsHeinrich Schuchardt
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-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard
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-06-06common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-04-09dm: add tag supportAKASHI Takahiro
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-03-10event: Add basic support for eventsSimon Glass
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23fdt: Record where the devicetree came fromSimon Glass
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass
2021-10-05gpio: Factor out DT flag translationSamuel Holland
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon 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-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas
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-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
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-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon 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