aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-22board: ti: j721e: Select SOC_K3_J721E_J7200 for J7200evmNishanth Menon1-0/+1
2023-11-22arm: mach-k3: Kconfig: Introduce a symbol to indicate J7200Nishanth Menon1-0/+5
2023-11-22configs: j721e_evm_a72_defconfig: Switch to bootstdNishanth Menon1-2/+3
2023-11-22board: ti: j721e: j721e.env: Add explicit boot_targetsNishanth Menon1-0/+1
2023-11-22board: ti: j721e: evm: Switch to using IS_ENABLEDNishanth Menon1-41/+42
2023-11-22board: ti: j721e: evm: Drop board check for ESMNishanth Menon1-8/+2
2023-11-22board: ti: j721e: evm: Drop unused headersNishanth Menon1-8/+0
2023-11-22arm: mach-k3: Move TI dummy keys out of board folderNishanth Menon5-5/+1
2023-11-22arm: mach-k3: Move K3 degenerate keys out of board folderNishanth Menon3-5/+1
2023-11-22arm: mach-k3: Move sysfw-loader into R5 directoryAndrew Davis5-49/+54
2023-11-22arm: mach-k3: Remove incorrect checks for SPL buildAndrew Davis1-3/+3
2023-11-22arm: mach-k3: Move R5 specific code into new r5/ directoryAndrew Davis20-6/+16
2023-11-22arm: mach-k3: j721s2: Move board selection to mach-k3Andrew Davis3-28/+37
2023-11-22arm: mach-k3: am62ax: Move board selection to mach-k3Andrew Davis3-28/+37
2023-11-22arm: mach-k3: am62x: Move board selection to mach-k3Andrew Davis4-48/+51
2023-11-22arm: mach-k3: am64x: Move board selection to mach-k3Andrew Davis3-28/+37
2023-11-22arm: mach-k3: am65x: Move board selection to mach-k3Andrew Davis4-37/+46
2023-11-22arm: mach-k3: j721e: Move board selection to mach-k3Andrew Davis3-48/+57
2023-11-22board: ti: Add dependency from TARGET selection to SOCAndrew Davis8-1/+8
2023-11-22Merge tag 'tpm-next-22112023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-3/+0
2023-11-22tpm: remove superfluous check in tpm_tis_send()Heinrich Schuchardt1-3/+0
2023-11-21usb: udc: Try to clarify an error messageMiquel Raynal1-1/+12
2023-11-21cmd: bind: Try to improve the (un)bind helpMiquel Raynal2-0/+5
2023-11-21cmd: Change the dependencies between CMD_BIND and USB_GADGETMiquel Raynal2-1/+1
2023-11-21usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI commandMarek Vasut1-0/+7
2023-11-21dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung2-0/+14
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini595-1415/+4655
2023-11-20Prepare v2024.01-rc3v2024.01-rc3Tom Rini2-2/+2
2023-11-20configs: Resync with savedefconfigTom Rini29-29/+4
2023-11-20scsi: set dma direction to NONE for TEST UNIT READYNikita Yushchenko1-0/+2
2023-11-18Merge tag 'efi-next-18112023' of https://source.denx.de/u-boot/custodians/u-b...WIP/18Nov2023-nextTom Rini21-62/+908
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+10
2023-11-18doc: uefi: add HTTP Boot supportMasahisa Kojima1-0/+34
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima3-0/+157
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima2-0/+395
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima4-0/+20
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima3-4/+4
2023-11-18efi_loader: Boot var automatic managementRaymond Mao7-35/+78
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima4-16/+84
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima2-0/+63
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima1-7/+73
2023-11-17Merge branch '2023-11-17-assorted-important-fixes'Tom Rini9-53/+25
2023-11-17Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"WIP/2023-11-17-assorted-important-fixesChris Packham3-26/+5
2023-11-17Revert "arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is pre...Chris Packham2-11/+4
2023-11-17Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"Chris Packham2-13/+3
2023-11-17imx: spl_imx_romapi: fix emmc fast boot mode caseMarcel Ziswiler1-1/+1
2023-11-17imx: spl_imx_romapi: fix comment about stream(usb) download failureMarcel Ziswiler1-2/+2
2023-11-17spl: fix TPL_SYS_MALLOC_F descriptionJohn Keeping1-1/+1
2023-11-17virtio: rng: gracefully handle 0 byte returnsAndre Przywara1-2/+7
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass3-2/+7