summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-01-25sandbox: eth-raw: fix building with musl libraryHeinrich Schuchardt
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move CSRT table to a writer functionSimon Glass
2022-01-25x86: Move TCPA table to a writer functionSimon Glass
2022-01-25x86: Move MADT table to a writer functionSimon Glass
2022-01-25x86: Move TPM2 table to a writer functionSimon Glass
2022-01-25x86: Move SSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACP table into separate functionsSimon Glass
2022-01-25x86: Move FADT table to a writer functionSimon Glass
2022-01-25x86: Move GNVS table to a writer functionSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: Use the ACPI table writerSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass
2022-01-25x86: Tidy up use of CONFIG_ACPIGENSimon Glass
2022-01-25arm: Allow supporting ACPI-table generationSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass
2022-01-24configs: stm32mp15: Enable OF_BOARD flagPatrice Chotard
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay
2022-01-24ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12Marek Vasut
2022-01-24ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12Marek Vasut
2022-01-24arm: dts: stm32mp15: alignment with v5.16Patrick Delaunay
2022-01-24stm32mp: correct the dependency for bootcount configsPatrick Delaunay
2022-01-24stm32mp: remove the bootcount activationPatrick Delaunay
2022-01-24ARM: dts: stm32: Add DFU support for DHCOR recoveryMarek Vasut
2022-01-24arm: stm32mp: Fix USB boot device reportMarek Vasut
2022-01-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2022-01-22arm: dts: rz-g2-beacon-u-boot: Enable pinmux for QSPIAdam Ford
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-21Convert CONFIG_AT91_EFLASH to KconfigPatrick Delaunay
2022-01-21Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-20arm: mvebu: spl: Fix 100 column exceedsMarek Behún
2022-01-20arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possibleMarek Behún
2022-01-20arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_tMarek Behún
2022-01-20arm: mvebu: spl: Print srcaddr in error messageMarek Behún
2022-01-20arm: mvebu: Check for kwbimage data checksumPali Rohár
2022-01-20arm: mvebu: Check that kwbimage blockid matches boot modePali Rohár
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár
2022-01-20arm: mvebu: Check that kwbimage offset and blocksize are validPali Rohár
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár