aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-04Merge tag 'u-boot-rockchip-20220905' of https://source.denx.de/u-boot/custodi...WIP/04Sep2022Tom Rini24-102/+313
2022-09-04clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000Michal Suchanek1-23/+43
2022-09-04rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flashQuentin Schulz2-1/+32
2022-09-04rockchip: allow to build SPI images even without HAS_ROM optionQuentin Schulz3-6/+4
2022-09-04rockchip: simplify binman image dependencies addition to INPUTSQuentin Schulz1-7/+2
2022-09-04rockchip: generate u-boot-rockchip.bin with binman for ARM64 boardsQuentin Schulz9-26/+18
2022-09-04rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman ...Quentin Schulz2-2/+11
2022-09-04rockchip: remove binman temporary files when cleaningQuentin Schulz1-1/+2
2022-09-04binman: allow user-defined filenames for mkimage entryQuentin Schulz3-3/+33
2022-09-04binman: add support for skipping file concatenation for mkimageQuentin Schulz5-4/+125
2022-09-04rockchip: rk3399: sync spl_boot_devices_tbl and boot_devices node pathsQuentin Schulz1-1/+1
2022-09-04rockchip: rk3399: fix incorrect boot-device in u-boot, spl-boot-deviceQuentin Schulz1-2/+2
2022-09-04rockchip: rk3308: fix same-as-spl boot orderJohn Keeping1-0/+6
2022-09-04rockchip: rk3308: fix rockchip_dnl_key_pressed() on roc-ccJohn Keeping1-1/+1
2022-09-04rockchip: rk3399: boot_devices: fix eMMC node nameQuentin Schulz1-2/+2
2022-09-04ram: rk3399: Conduct memory training at 400MHzLee Jones1-15/+21
2022-09-04ram: rk3399: Fix faulty frequency change reportsLee Jones1-2/+2
2022-09-04ram: rk3399: Fix .set_rate_index() error handlingLee Jones1-1/+3
2022-09-04drivers: ram: rockchip: Fix dram channels calculation for rk3399Han Pengfei1-2/+2
2022-09-04arm: dts: rockchip: rk3288: rename mmc nodenamesJohan Jonker1-8/+8
2022-09-03Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpmWIP/03Sep2022Tom Rini16-21/+380
2022-09-03Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini13-29/+67
2022-09-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+1
2022-09-03tpm: Allow committing non-volatile dataSimon Glass2-0/+38
2022-09-03tpm: Implement state command for Cr50Simon Glass3-0/+201
2022-09-03tpm: Allow reporting the internal stateSimon Glass8-0/+101
2022-09-03tpm: sandbox: Allow init of TPM in a different phaseSimon Glass1-2/+4
2022-09-03tpm: Correct the define-space command in TPMv2Simon Glass1-7/+15
2022-09-03tpm: Correct the permissions command in TPMv1Simon Glass1-2/+3
2022-09-03tpm: Require a digest source when extending the PCRSimon Glass5-10/+18
2022-09-03Merge tag 'efi-2022-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-16/+182
2022-09-03efi_loader: fix display of NVMe EUI-64Heinrich Schuchardt1-3/+4
2022-09-03efi: ECPT add EBBRv2.0 conformance profileJose Marinho3-0/+21
2022-09-03efi: Create ECPT tableJose Marinho7-0/+90
2022-09-03efi_selftest: on sandbox use host specific assemblyHeinrich Schuchardt1-1/+8
2022-09-03efi_loader: support CTRL+\ - CTRL+_Heinrich Schuchardt1-0/+4
2022-09-03efi_loader: compliance Simple Text Input Ex ProtocolHeinrich Schuchardt1-0/+1
2022-09-03efi_loader: printing UEFI revision in helloworld.efiHeinrich Schuchardt1-12/+54
2022-09-02Merge tag 'efi-2022-10-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/02Sep2022Tom Rini9-19/+624
2022-09-02drivers: usb: fastboot: Fix full-speed usb descriptorqianfan Zhao1-0/+1
2022-09-02renesas: Fix RPC-IF compatible valuesGeert Uytterhoeven12-18/+14
2022-09-02ARM: renesas: Propagate RPC-IF enablement to subsequent softwareGeert Uytterhoeven1-2/+44
2022-09-02ARM: dts: rmobile: Fix RPC-IF device node namesGeert Uytterhoeven9-9/+9
2022-09-01dt/bindings: Add bindings for FWU Metadata mtd storageSughosh Ganu1-0/+38
2022-09-01github: Update PR template for new "Patches" contentTom Rini1-1/+1
2022-09-01doc: process, sending_patches: Update and correct the old "Patches" contentTom Rini2-106/+104
2022-09-01doc: sending_patches.rst: Incorporate the old "Patches" wiki contentTom Rini3-3/+503
2022-09-01doc: Add gpio status output fields descriptionPatrice Chotard1-0/+42
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt3-1/+28
2022-08-31Merge branch '2022-08-31-assorted-fixes'Tom Rini14-429/+57