summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2022-11-22watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese1-6/+2
2022-11-16doc: fix documentation of enum gd_flagsHeinrich Schuchardt1-1/+1
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes1-2/+2
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes1-0/+4
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-2/+2
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-1/+1
2022-09-29test: Detect a change in the device treeSimon Glass1-0/+4
2022-09-19Merge branch 'master' into nextTom Rini1-4/+8
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard1-0/+1
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese1-0/+7
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes1-4/+8
2022-06-07common/board_r.c: drop legacy and unused bi_enetaddrRasmus Villemoes1-1/+0
2022-04-10Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+4
2022-04-09dm: add tag supportAKASHI Takahiro1-0/+4
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery1-0/+19
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+1
2022-03-10event: Add basic support for eventsSimon Glass1-0/+13
2022-03-04powerpc: Remove unused MPC8540/60ADS codeTom Rini1-6/+0
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-0/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-28/+28
2021-12-23fdt: Record where the devicetree came fromSimon Glass1-0/+4
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass1-0/+8
2021-10-05gpio: Factor out DT flag translationSamuel Holland1-0/+8
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini1-0/+5
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-2/+0
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-0/+5
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-2/+0
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes1-6/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini1-1/+1
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas1-0/+2
2021-07-01global-data.h: add build-time sanity check of sizeof(struct global_data)Rasmus Villemoes1-0/+5
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-6/+10
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-24/+0
2021-04-13gpio: Drop dm_gpio_set_dir()Simon Glass1-11/+0
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass2-0/+13
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass1-2/+14
2021-03-13log: Handle line continuationSimon Glass1-0/+6
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass1-0/+40
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-1/+25
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-6/+25
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-3/+3
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass1-5/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-6/+22
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass1-0/+6
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng1-1/+1
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt1-0/+2
2021-01-25dm: core: describe uclass_root_sHeinrich Schuchardt1-4/+12
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait1-2/+2
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-0/+24