aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-29test/py: zynqmp_rpu: Add test for loading RPU appsLove Kumar1-0/+208
2024-01-29pytest: update requirements.txtCaleb Connolly1-2/+2
2024-01-29sunxi: Consider SPL size limitations for FIT loadingSamuel Holland1-2/+1
2024-01-29sunxi: binman: Support FIT generation for 32-bit SoCsSamuel Holland1-5/+20
2024-01-29sunxi: binman: Move BL31 and SCP firmware addresses to KconfigSamuel Holland2-17/+24
2024-01-29sunxi: spl: Disable padding from SPL_PAD_TOSamuel Holland1-2/+1
2024-01-29sunxi: add defconfig for nanopi_duo2Chuanhong Guo1-0/+12
2024-01-29net: sun8i-emac: Add support for fixed-link phyMaksim Kiselev1-5/+2
2024-01-29sunxi: add Transpeed 8K618-T board supportNick Alilovic2-0/+28
2024-01-29sunxi: dts: update devicetree files from Linux-v6.8-rc1Andre Przywara9-0/+893
2024-01-29mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt IDTakahiro Kuwano1-0/+1
2024-01-29mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()Takahiro Kuwano2-27/+28
2024-01-29mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 an...Takahiro Kuwano1-46/+6
2024-01-29mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28Takahiro Kuwano1-37/+4
2024-01-29mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR modeTakahiro Kuwano1-3/+3
2024-01-29mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28Takahiro Kuwano2-1/+2
2024-01-29mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR modeTakahiro Kuwano1-5/+29
2024-01-29mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28Takahiro Kuwano2-11/+3
2024-01-29mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28Takahiro Kuwano2-20/+17
2024-01-29mtd: spi: spi-nor-ids: Add more XM25Q series chipsSsunk1-0/+4
2024-01-29spi: cadence_qspi: Address the comparison failure for 0-8 bytes of dataTejas Bhumkar3-3/+7
2024-01-29mtd: spi-nor-ids: Add is25lx512 chipTejas Bhumkar1-0/+2
2024-01-29spi: dw: add check for Rx FIFO overflowMaksim Kiselev1-3/+15
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima1-5/+5
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt1-18/+1
2024-01-29cmd: in do_efi_capsule_esrt use efi_get_configuration_tableHeinrich Schuchardt1-5/+2
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt2-3/+5
2024-01-29doc: uefi: remove ".py" suffix for pytest.py commandWei Ming Chen1-1/+1
2024-01-29riscv: separate .data and .text sections of EFI binariesHeinrich Schuchardt3-23/+58
2024-01-29riscv: page align EFI binary sectionHeinrich Schuchardt1-1/+1
2024-01-29riscv: conflicting SPDX license linker scriptsHeinrich Schuchardt2-6/+2
2024-01-29efi_selftest: add missing line feed in efi_selftest_miniapp_exitHeinrich Schuchardt1-1/+1
2024-01-29doc: dm: Fix typoAlexander Dahl1-1/+1
2024-01-29sunxi: simplify U-Boot proper only buildsAndre Przywara2-10/+10
2024-01-29sunxi: remove common.h inclusionAndre Przywara24-24/+3
2024-01-29sunxi: sun9i: remove unneeded base addresses from headerAndre Przywara1-41/+0
2024-01-29sunxi: sun4i: remove unneeded base addresses from headerAndre Przywara1-47/+0
2024-01-29sunxi: sun50i-h6: remove unneeded base addresses from headerAndre Przywara1-21/+0
2024-01-29sunxi: cleanup sunxi-common.hAndre Przywara1-44/+12
2024-01-27Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-b...WIP/27Jan2024Tom Rini77-78/+5
2024-01-27ARM: renesas: whitehawk: Drop extra leading spaceMarek Vasut1-1/+1
2024-01-27ARM: renesas: Drop include common.hMarek Vasut38-38/+4
2024-01-27pinctrl: renesas: Drop include common.hMarek Vasut16-16/+0
2024-01-27clk: renesas: Drop include common.hMarek Vasut23-23/+0
2024-01-27Merge tag 'smbios-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/...Tom Rini15-65/+407
2024-01-26lib: support SMBIOS3 table in uuid_guid_get_str()Heinrich Schuchardt1-0/+4
2024-01-26smbios: use struct_table_length to get SMBIOS 2.1 total table lengthMasahisa Kojima1-1/+1
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima5-64/+66
2024-01-26configs: enable smbios command on qemu_arm64_defconfigHeinrich Schuchardt1-0/+1
2024-01-26configs: enable smbios command on sandboxHeinrich Schuchardt1-0/+1