aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-22doc: board: beagle: Add BeagleBone AI-64 documentationWIP/2023-11-22-TI-K3-cleanupsNishanth Menon3-0/+329
2023-11-22configs: Add j721e_beagleboneai64_* configsNishanth Menon2-0/+302
2023-11-22board: beagle: Add BeagleBone AI-64 supportNishanth Menon9-0/+3721
2023-11-22arm: dts: Add k3-j721e-beagleboneai64Robert Nelson6-1/+3746
2023-11-22board: Move omap3 beagle under beagle vendor folderNishanth Menon7-3/+3
2023-11-22doc: board: Move am62x_beagleplay to it's own vendorNishanth Menon5-12/+26
2023-11-22board: Move beagleplay under beagle vendor folderNishanth Menon13-11/+1622
2023-11-22configs: Add am62x_beagleplay_*_defconfigNishanth Menon5-72/+232
2023-11-22arm: dts: k3-am625-beagleplay-u-boot/r5: Just depend on k3-binman.dtsiNishanth Menon2-15/+184
2023-11-22doc: board: ti: j721e_evm: Use board relative path for include directivesNishanth Menon1-9/+9
2023-11-22configs: j7200_evm_a72_defconfig: Switch to bootstdNishanth Menon1-2/+3
2023-11-22configs: j7200: Remove HBMC_AM654 configNishanth Menon2-2/+0
2023-11-22arm: mach-k3: j721e: Improve support for UDA FSNishanth Menon1-1/+8
2023-11-22arm: mach-k3: arm64-mmu: Refactor to be independent of boardNishanth Menon1-25/+25
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-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