summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass2-0/+41
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass3-0/+55
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass3-1/+7
2020-07-17acpi: Allow creating the GNVS to failSimon Glass5-6/+27
2020-07-17binman: Add way to locate an entry in memorySimon Glass2-0/+45
2020-07-17binman: Refactor binman_entry_find() to allow other nodesSimon Glass1-6/+13
2020-07-17binman: Allow setting the ROM offsetSimon Glass2-0/+25
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass4-2/+84
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass8-23/+190
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass2-1/+15
2020-07-17x86: Allow devices to write to DSDTSimon Glass1-1/+15
2020-07-17acpi: Add support for DSDT generationSimon Glass4-1/+100
2020-07-17x86: Allow devices to write an SSDTSimon Glass1-0/+29
2020-07-17acpi: Support ordering SSDT data by deviceSimon Glass4-8/+105
2020-07-17acpi: Record the items added to SSDTSimon Glass1-4/+79
2020-07-17x86: acpi: Move MADT down a bitSimon Glass1-6/+6
2020-07-17acpi: Add support for SSDT generationSimon Glass4-0/+81
2020-07-17acpi: Add support for a generic power sequenceSimon Glass3-0/+209
2020-07-17acpi: Add support for writing a GPIO power sequenceSimon Glass3-0/+205
2020-07-17acpi: Add support for writing a Power ResourceSimon Glass3-0/+85
2020-07-17acpi: Add support for various misc ACPI opcodesSimon Glass3-0/+278
2020-07-17acpi: Support copying properties from device tree to ACPISimon Glass4-0/+174
2020-07-17acpi: Support writing a GPIOSimon Glass3-0/+83
2020-07-17acpi: Support writing Device Properties objects via _DSDSimon Glass8-22/+974
2020-07-17acpi: Support writing a UUIDSimon Glass3-0/+84
2020-07-17acpi: Support writing a nameSimon Glass4-0/+231
2020-07-17acpi: Support writing a stringSimon Glass3-0/+44
2020-07-17acpi: Support writing an integerSimon Glass3-0/+114
2020-07-17acpigen: Support writing a packageSimon Glass3-0/+71
2020-07-17acpigen: Support writing a lengthSimon Glass4-3/+144
2020-07-17acpi: Support generation of SPI descriptorSimon Glass5-2/+212
2020-07-17acpi: Support generation of I2C descriptorSimon Glass5-0/+196
2020-07-17acpi: Support generation of a GPIO/irq for a deviceSimon Glass3-1/+86
2020-07-17acpi: Support generation of GPIO descriptorSimon Glass3-0/+264
2020-07-17acpi: Support string outputSimon Glass3-0/+75
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass5-0/+278
2020-07-17acpi: Support generation of interrupt descriptorSimon Glass3-0/+166
2020-07-17acpi: Support generation of ACPI codeSimon Glass7-0/+165
2020-07-17irq: Add a method to convert an interrupt to ACPISimon Glass5-2/+157
2020-07-17acpi: Add a way to check device statusSimon Glass3-0/+45
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass5-13/+213
2020-07-17dm: core: Add an ACPI name for the root nodeSimon Glass1-0/+13
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass5-8/+36
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass11-64/+63
2020-07-17coral: Enable the copy framebufferSimon Glass1-0/+1
2020-07-17timer: Allow delays with a 32-bit microsecond timerSimon Glass2-0/+16
2020-07-17x86: p2sb: make P2SB driver depend on P2SB uclassWolfgang Wallner1-0/+1
2020-07-17drivers: p2sb: replace Primary-to-Sideband Bus with Primary to Sideband BridgeWolfgang Wallner1-6/+6
2020-07-16Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini21-339/+552
2020-07-16mx6memcal: fix buildStefano Babic1-1/+3