summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-1713-69/+73
* arm64: Remove CONFIG_SYS_FULL_VA macroMichal Simek2020-07-171-4/+0
* Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay2020-07-175-9/+0
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-1/+2
* Convert CONFIG_MXC_UART to KconfigTom Rini2020-07-1754-58/+0
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-1715-5/+1593
|\
| * x86: irq: Support flags for acpi_gpeSimon Glass2020-07-171-0/+14
| * pmc: Move common registers to the header fileSimon Glass2020-07-171-0/+14
| * p2sb: Add a method to hide the busSimon Glass2020-07-171-1/+24
| * x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass2020-07-171-0/+9
| * acpi: Support writing named valuesSimon Glass2020-07-171-0/+72
| * acpi: Support generation of a deviceSimon Glass2020-07-171-0/+9
| * x86: Add bindings for NHLTSimon Glass2020-07-171-0/+24
| * acpi: Support generation of a generic registerSimon Glass2020-07-172-0/+29
| * acpi: Support generation of a scopeSimon Glass2020-07-171-0/+9
| * acpi: Export functions to write sized valuesSimon Glass2020-07-171-0/+46
| * dm: acpi: Add support for the NHLT tableSimon Glass2020-07-171-0/+26
| * dm: core: Add a way of overriding the ACPI device pathSimon Glass2020-07-171-0/+13
| * binman: Add way to locate an entry in memorySimon Glass2020-07-171-0/+22
| * binman: Allow setting the ROM offsetSimon Glass2020-07-171-0/+8
| * acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass2020-07-171-0/+16
| * dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-0/+18
| * pci: Avoid a crash in device_is_on_pci_bus()Simon Glass2020-07-171-1/+1
| * acpi: Add support for DSDT generationSimon Glass2020-07-171-0/+30
| * acpi: Add support for SSDT generationSimon Glass2020-07-171-0/+23
| * acpi: Add support for a generic power sequenceSimon Glass2020-07-171-0/+42
| * acpi: Add support for writing a GPIO power sequenceSimon Glass2020-07-171-0/+56
| * acpi: Add support for writing a Power ResourceSimon Glass2020-07-171-0/+22
| * acpi: Add support for various misc ACPI opcodesSimon Glass2020-07-171-0/+117
| * acpi: Support copying properties from device tree to ACPISimon Glass2020-07-171-0/+50
| * acpi: Support writing a GPIOSimon Glass2020-07-171-0/+20
| * acpi: Support writing Device Properties objects via _DSDSimon Glass2020-07-172-0/+218
| * acpi: Support writing a UUIDSimon Glass2020-07-171-0/+13
| * acpi: Support writing a nameSimon Glass2020-07-172-0/+42
| * acpi: Support writing a stringSimon Glass2020-07-171-0/+10
| * acpi: Support writing an integerSimon Glass2020-07-171-0/+17
| * acpigen: Support writing a packageSimon Glass2020-07-171-0/+32
| * acpigen: Support writing a lengthSimon Glass2020-07-172-1/+49
| * acpi: Support generation of SPI descriptorSimon Glass2020-07-172-2/+41
| * acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+33
| * acpi: Support generation of a GPIO/irq for a deviceSimon Glass2020-07-171-0/+15
| * acpi: Support generation of GPIO descriptorSimon Glass2020-07-171-0/+22
| * acpi: Support string outputSimon Glass2020-07-171-0/+19
| * gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-172-0/+117
| * acpi: Support generation of interrupt descriptorSimon Glass2020-07-171-0/+15
| * acpi: Support generation of ACPI codeSimon Glass2020-07-172-0/+51
| * irq: Add a method to convert an interrupt to ACPISimon Glass2020-07-172-0/+102
| * acpi: Add a way to check device statusSimon Glass2020-07-171-0/+28
| * acpi: Add a function to get a device path and scopeSimon Glass2020-07-171-0/+44
| * timer: Allow delays with a 32-bit microsecond timerSimon Glass2020-07-171-0/+11