aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17arm64: Remove CONFIG_SYS_FULL_VA macroMichal Simek2-5/+0
2020-07-17Makefile: Silence relocate-rela callJan Kiszka1-6/+8
2020-07-17lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See1-11/+8
2020-07-17Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to KconfigPatrick Delaunay7-10/+14
2020-07-17spl: fix ext4fs_mount return code handlingThomas Schaefer1-1/+1
2020-07-17cmd: booti: convert the debug print about image move to printfTero Kristo1-1/+2
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo5-7/+33
2020-07-17image: fdt: bail out with error if no boot time FDT image foundTero Kristo1-1/+1
2020-07-17Convert CONFIG_MXC_UART to KconfigTom Rini149-59/+96
2020-07-17lz4: fix decompressor on big-endian powerpcRasmus Villemoes1-56/+39
2020-07-17doc: Coccinelle: move to HTML docHeinrich Schuchardt2-11/+26
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini107-256/+7998
2020-07-17Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini73-718/+2697
2020-07-17acpi: Enable ACPI table generation by default on x86Simon Glass2-1/+2
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass5-9/+9
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass2-12/+0
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass3-2/+14
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2
2020-07-17x86: Add debugging to table writingSimon Glass1-10/+28
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass6-13/+46
2020-07-17x86: irq: Support flags for acpi_gpeSimon Glass2-0/+40
2020-07-17pmc: Move common registers to the header fileSimon Glass2-9/+14
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass1-0/+13
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass2-15/+42
2020-07-17p2sb: Add a method to hide the busSimon Glass2-1/+34
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass3-1/+136
2020-07-17i2c: Add log_ret() on errorSimon Glass1-2/+2
2020-07-17i2c: designware_i2c: Add a little more debuggingSimon Glass1-5/+5
2020-07-17x86: gpio: Add support for obtaining ACPI info for a GPIOSimon Glass1-0/+34
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass2-14/+6
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass2-6/+0
2020-07-17x86: pinctrl: Set up itss in the probe() methodSimon Glass1-4/+4
2020-07-17x86: pinctrl: Add multi-ACPI controlSimon Glass2-0/+14
2020-07-17x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass1-0/+1
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass5-16/+51
2020-07-17sound: Add an ACPI driver for Maxim MAX98357acSimon Glass5-0/+194
2020-07-17sound: Add an ACPI driver for Dialog Semicondutor da7219Simon Glass5-0/+314
2020-07-17x86: Add support for building up an NHLT structureSimon Glass3-0/+797
2020-07-17acpi: Support writing named valuesSimon Glass3-0/+198
2020-07-17acpi: Support generation of a deviceSimon Glass3-0/+43
2020-07-17x86: Add bindings for NHLTSimon Glass1-0/+24
2020-07-17acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass2-1/+79
2020-07-17acpi: Support generation of a generic registerSimon Glass4-0/+146
2020-07-17acpi: Support generation of a scopeSimon Glass5-2/+51
2020-07-17acpi: Export functions to write sized valuesSimon Glass2-1/+89
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass2-0/+41