aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-15mmc: Add generic tuning flagMarek Vasut1-0/+1
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut1-1/+1
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut1-1/+1
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman1-2/+2
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-0/+17
2024-04-14mtd: spinand: Add support for XTX SPINANDBruce Suen1-0/+1
2024-04-14mtd: nand: raw: Port another option flag from LinuxAlexander Dahl1-0/+7
2024-04-13Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/13Apr2024Tom Rini2-8/+3
2024-04-13efi_loader: sanitize efi_tcg2_final_events_table definitionHeinrich Schuchardt1-5/+3
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt1-3/+0
2024-04-12Merge patch series "mcheck implementation for U-Boot"Tom Rini1-0/+51
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev1-1/+1
2024-04-12mcheck: add pedantic mode supportEugene Uriev1-0/+9
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev1-0/+42
2024-04-12Merge patch series "zlib: Address CVE-2016-9841"Tom Rini1-10/+6
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek1-10/+6
2024-04-12usb: Add environment based device ignorelistJanne Grunau1-0/+11
2024-04-11Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini1-1/+1
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini3-5/+5
2024-04-10bootm: Make cmdline optional with bootm_boot_start()Simon Glass1-1/+1
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass2-4/+4
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini1-6/+9
2024-04-10x86: zboot: Tidy up the comment for zboot_run()Simon Glass1-3/+6
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass1-3/+3
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt1-0/+2
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt1-1/+2
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt1-1/+1
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt1-7/+8
2024-04-05Merge tag 'u-boot-imx-master-20240405' of https://gitlab.denx.de/u-boot/custo...WIP/05Apr2024Tom Rini1-2/+2
2024-04-05Merge tag 'u-boot-amlogic-20240404' of https://source.denx.de/u-boot/custodia...Tom Rini18-1097/+8
2024-04-05arm: imx: fix signature_block_hdr struct fields orderJavier Viguera1-2/+2
2024-04-05usb: xhci: Set up endpoints for the first 2 interfacesJanne Grunau1-0/+6
2024-04-04dts: meson: Drop redundant G12A, G12B & SM1 devicetree filesNeil Armstrong8-377/+0
2024-04-04dts: meson: Drop redundant GXL, GXM & AXG devicetree filesNeil Armstrong8-718/+0
2024-04-04configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is...Neil Armstrong1-1/+7
2024-04-04board: amlogic: jethubj100: fix common config headerViacheslav Bocharov1-1/+1
2024-04-04arm: mvebu: turris_omnia: Add header containing MCU command interface and use itMarek BehĂșn1-0/+248
2024-04-02Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodi...WIP/02Apr2024Tom Rini3-3/+1
2024-04-02usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_in...Marek Vasut1-1/+0
2024-04-02usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut2-1/+1
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini1-0/+3
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-03-28Merge branch '2024-03-28-assorted-net-changes' into nextTom Rini2-0/+11
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt1-0/+27
2024-03-27acpi: remove duplicate declaration of acpi_fill_header()Heinrich Schuchardt1-10/+0
2024-03-27acpi: document HETP tableHeinrich Schuchardt1-23/+58
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt1-3/+3
2024-03-26net: phy: Factor out PHY GPIO reset codeMarek Vasut1-0/+9