aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-01arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partitionPali Rohár2-1/+8
2023-03-01arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and BOOT_DEVICE_MMC2_2Pali Rohár1-3/+1
2023-03-01cmd: mvebu/bubt: Fix parsing SATA kwbimagePali Rohár1-7/+1
2023-03-01arm: mvebu: spl: Fix parsing SATA kwbimagePali Rohár1-11/+2
2023-03-01tools: kwboot: Fix parsing SATA kwbimagePali Rohár1-4/+1
2023-03-01tools: kwbimage: Fix generating, verifying and extracting SATA kwbimagePali Rohár1-17/+7
2023-03-01cmd: mvebu/bubt: Fix parsing SDIO kwbimagePali Rohár1-3/+0
2023-03-01arm: mvebu: spl: Fix parsing SDIO kwbimagePali Rohár1-8/+0
2023-03-01tools: kwboot: Fix parsing SDIO kwbimagePali Rohár1-4/+0
2023-03-01tools: kwbimage: Fix generating, verifying and extracting SDIO kwbimagePali Rohár1-29/+0
2023-02-28Merge tag 'tpm-next-28022023' of https://source.denx.de/u-boot/custodians/u-b...WIP/28Feb2023-nextTom Rini11-8/+191
2023-02-28Merge tag 'u-boot-nand-20230227' of https://source.denx.de/u-boot/custodians/...Tom Rini5-92/+281
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass6-12/+87
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass2-9/+55
2023-02-28test: add a test for the new tpm_auto_start() functionIlias Apalodimas1-0/+5
2023-02-28tpm: sandbox: Change the return code when device is already openIlias Apalodimas1-1/+1
2023-02-28efi_loader: use tpm_auto_start for the tpm deviceIlias Apalodimas1-1/+1
2023-02-28tpm: add a function that performs selftest + startupIlias Apalodimas4-0/+57
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini842-2664/+3635
2023-02-27Dockerfile: Add missing "chmod" of u-boot-gen-combinedTom Rini1-0/+1
2023-02-27Prepare v2023.04-rc3v2023.04-rc3Tom Rini2-2/+2
2023-02-27mtd: nand: Show reserved block in chip.eraseMichael Trimarchi1-1/+2
2023-02-27mtd: spinand: Fix display of unknown raw IDPatrice Chotard1-2/+3
2023-02-27mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECCÁlvaro Fernández Rojas1-0/+6
2023-02-27mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas1-9/+76
2023-02-27mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas1-2/+2
2023-02-27mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas1-2/+3
2023-02-27mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas1-4/+4
2023-02-27mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas1-8/+11
2023-02-27mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu1-2/+19
2023-02-27mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin1-1/+4
2023-02-27mtd: rawnand: brcmnand: Add support for v7.3 controllerKamal Dasu1-22/+84
2023-02-27mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu1-38/+62
2023-02-27mtd: nand: Mark reserved blocksAshok Reddy Soma2-4/+8
2023-02-27configs: Resync with savedefconfigTom Rini2-3/+2
2023-02-25Merge branch '2023-02-24-include-nx51-components-in-docker-for-testing' into ...Tom Rini4-11/+63
2023-02-24CI: Update test/nokia_rx51_test.sh to use prebuilt imagesWIP/2023-02-24-include-nx51-components-in-docker-for-testingPali Rohár3-11/+33
2023-02-24Dockerfile: build qemu for Nokia n900Heinrich Schuchardt1-0/+21
2023-02-24Dockerfile: download binaries for Nokia RX-51Heinrich Schuchardt1-0/+9
2023-02-23Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraWIP/23Feb2023Tom Rini58-309/+1051
2023-02-23Merge branch '2023-02-23-assorted-fixes'Tom Rini5-7/+16
2023-02-23ARM: tegra20: implement BCT patchingSvyatoslav Ryhel5-4/+193
2023-02-23ARM: tegra30: implement BCT patchingRamin Khonsari4-0/+131
2023-02-23ARM: tegra: crypto: extend crypto functionalSvyatoslav Ryhel3-38/+91
2023-02-23ARM: tegra: expose crypto module for all Tegra SoCsSvyatoslav Ryhel6-1/+8
2023-02-23board: tegra30: switch to updated pre-dm i2c writeSvyatoslav Ryhel12-46/+200
2023-02-23board: tegra124: switch to updated pre-dm i2c writeSvyatoslav Ryhel4-145/+88
2023-02-23ARM: tegra: create common pre-dm i2c writeSvyatoslav Ryhel4-26/+33
2023-02-23ARM: tegra: add late init supportSvyatoslav Ryhel2-0/+8
2023-02-23ARM: tegra: provide default USB gadget setupMaxim Schwalm11-30/+3