aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
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-08-17arm: Use builtins for ffs/flsSean Anderson
2023-08-14gpio: Use separate bitfield array to indicate GPIO is claimedMarek Vasut
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-05-31asm-generic: simplify unaligned.hJens Wiklander
2023-05-31include: Remove unused header filesTom Rini
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-03-30gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes
2023-02-14dm: 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