summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
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
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt
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