aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2024-03-29arm: fix __efi_runtime_start/end definitionsIlias Apalodimas1-0/+1
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas1-0/+2
2024-02-28efi_loader: set IMAGE_DLLCHARACTERISTICS_NX_COMPATHeinrich Schuchardt1-0/+3
2024-01-07smbios: Correct gd_smbios_start()Simon Glass1-1/+1
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel1-0/+4
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel1-0/+4
2023-11-28asm-generic: Import functions from LinuxIgor Prusov1-0/+348
2023-10-06bloblist: Support initing from multiple placesSimon Glass1-0/+4
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass1-0/+6
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-1/+1
2023-09-22Record the position of the SMBIOS tablesSimon Glass1-0/+8
2023-09-22dm: core: Allow marking driver model as deadSimon Glass1-0/+5
2023-09-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky1-0/+7
2023-08-17arm: Use builtins for ffs/flsSean Anderson4-0/+64
2023-08-14gpio: Use separate bitfield array to indicate GPIO is claimedWIP/2023-08-14-assorted-general-uupdatesMarek Vasut1-0/+2
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang1-28/+6
2023-07-17bdinfo: Show the malloc base with the bdinfo commandSimon Glass1-0/+13
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-2/+2
2023-05-31asm-generic: simplify unaligned.hWIP/2023-05-31-cleanup-unaligned-access-macrosJens Wiklander1-16/+73
2023-05-31include: Remove unused header filesTom Rini1-9/+0
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass1-2/+2
2023-04-24include: Enable video related global data variable and splash at SPLNikhil M Jain1-2/+2
2023-03-30gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes1-1/+2
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-0/+4
2023-01-12gpio: Get rid of gpio_hog_probe_all()Marek Vasut1-8/+0
2023-01-04efi_loader: defines for PE-COFF section flagsHeinrich Schuchardt1-0/+13
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-06common/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...WIP/10Apr2022Tom 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-03powerpc: 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/...WIP/27Sep2021-nextTom Rini1-0/+5