aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'rng-2024-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-11/+29
2024-01-09fastboot: add oem console command supportIon Agorria4-0/+48
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria4-6/+7
2024-01-09common: console: record console from the beginningIon Agorria1-0/+3
2024-01-09common: console: introduce console_record_isempty helperIon Agorria2-0/+18
2024-01-09fastboot: implement "getvar all"Ion Agorria4-13/+77
2024-01-09fastboot: multiresponse supportIon Agorria4-6/+80
2024-01-09efi_loader: provide tool to dump SMBIOS tableHeinrich Schuchardt2-0/+629
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt3-5/+7
2024-01-09cpu: riscv: set correct SMBIOS processor family valueHeinrich Schuchardt1-0/+4
2024-01-09smbios: enable setting processor family > 0xffHeinrich Schuchardt1-2/+2
2024-01-09lib: smbios: verify_checksum() is duplicateHeinrich Schuchardt1-16/+2
2024-01-09lib: make table_compute_checksum() arguments constHeinrich Schuchardt2-3/+3
2024-01-09rng: detect RISC-V Zkr RNG device in bind methodHeinrich Schuchardt1-8/+26
2024-01-09rng: fix ARMv8.5 RNDR driverHeinrich Schuchardt1-3/+3
2024-01-08Merge tag 'u-boot-imx-master-20240108' of https://gitlab.denx.de/u-boot/custo...WIP/08Jan2024Tom Rini41-12/+3585
2024-01-08Add imx93-var-som supportMathieu Othacehe22-1/+3247
2024-01-08imx9: imx93_evk: Add binman support.Mathieu Othacehe6-0/+76
2024-01-08mach-imx: Add i.MX93 binman support.Mathieu Othacehe5-1/+165
2024-01-08spl: binman: Disable u_boot_any symbols for i.MX93 boardsMathieu Othacehe3-3/+3
2024-01-08verdin-imx8mm: Remove stale fdt_addr env variableFrancesco Dolcini1-1/+0
2024-01-08ARM: imx: Auto-detect PHY on Data Modul i.MX8M Mini/Plus eDM SBCMarek Vasut5-6/+94
2024-01-08Merge branch 'next'Tom Rini2238-19662/+62842
2024-01-08Prepare v2024.01v2024.01Tom Rini3-14/+859
2024-01-08Merge tag 'dm-next-7jan23' of https://source.denx.de/u-boot/custodians/u-boot...WIP/08Jan2024-nextTom Rini35-372/+556
2024-01-07arm: enable support for QEMU firmware tablesHeinrich Schuchardt1-0/+1
2024-01-07configs: qemu: add config fragment for ACPIHeinrich Schuchardt4-0/+28
2024-01-07riscv: allow usage of ACPIHeinrich Schuchardt1-0/+1
2024-01-07riscv: add support for QEMU firmware tablesHeinrich Schuchardt1-0/+2
2024-01-07acpi: enable writing ACPI tables on QEMUHeinrich Schuchardt1-0/+25
2024-01-07riscv: add ACPI fields to global dataHeinrich Schuchardt1-0/+6
2024-01-07arm: add ACPI fields to global dataHeinrich Schuchardt1-1/+6
2024-01-07acpi: carve out qfw_acpi.cHeinrich Schuchardt3-240/+257
2024-01-07acpi: Kconfig symbol CONFIG_QFW_ACPIHeinrich Schuchardt4-5/+12
2024-01-07acpi: support 64bit in acpi_find_table for DSDT and FACSHeinrich Schuchardt1-5/+24
2024-01-07cmd: acpi: check HW reduced flag in acpi listHeinrich Schuchardt1-0/+4
2024-01-07cmd: acpi: fix listing DSDT and FACSHeinrich Schuchardt1-2/+6
2024-01-07acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt5-29/+13
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass3-12/+41
2024-01-07efi: Correct smbios-table installationSimon Glass1-9/+7
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass8-24/+58
2024-01-07acpi: Rename test dm_test_setup_ctx_and_base_tables()Simon Glass1-2/+2
2024-01-07efi: smbios: Drop support for SMBIOS2 tablesSimon Glass1-3/+1
2024-01-07smbios: Drop support for SMBIOS2 tablesSimon Glass1-59/+17
2024-01-07smbios: Require the caller to align the SMBIOS tableSimon Glass2-6/+5
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass2-2/+14
2024-01-07smbios: Correct gd_smbios_start()Simon Glass2-2/+2
2024-01-07smbios: Use SMBIOS 3.0 to support an address above 4GBSimon Glass2-6/+30
2024-01-07smbios: SMBIOS 3.0 (64-bit) Entry Point structureHeinrich Schuchardt1-0/+26
2024-01-07smbios: Move the rest of the SMBIOS2 codeSimon Glass1-8/+7