aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Merge tag 'u-boot-amlogic-20201105' of https://gitlab.denx.de/u-boot/custodia...WIP/06Nov2020Tom Rini5-16/+26
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini144-590/+1645
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass12-68/+13
2020-11-06x86: Provide default SMBIOS manufacturer/productSimon Glass17-1/+63
2020-11-06x86: galileo: Use devicetree for SMBIOS settingsSimon Glass2-11/+28
2020-11-06arm64: mvebu: Use devicetree for SMBIOS settings on uDPUSimon Glass2-1/+22
2020-11-06odroid-c2: Use devicetree for SMBIOS settingsSimon Glass2-2/+25
2020-11-06imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULXSimon Glass2-1/+27
2020-11-06rockchip: Use devicetree for SMBIOS settingsSimon Glass8-8/+93
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass4-0/+36
2020-11-06smbios: Add documentation and devicetree bindingSimon Glass2-0/+85
2020-11-06smbios: Add more propertiesSimon Glass1-0/+4
2020-11-06smbios: Allow properties to come from the device treeSimon Glass1-17/+81
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass2-19/+30
2020-11-06doc: Add a binding for sysinfoSimon Glass1-0/+19
2020-11-06board: Rename uclass to sysinfoSimon Glass29-308/+314
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass1-5/+6
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass1-0/+9
2020-11-06x86: zimage: Add a little more loggingSimon Glass3-0/+8
2020-11-06x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass1-13/+22
2020-11-06x86: pinctrl: Silence the warning when a pin is not foundSimon Glass1-1/+1
2020-11-06x86: acpi: Don't show the UART address by defaultSimon Glass1-1/+1
2020-11-06x86: acpi: Include the TPMv1 table only if neededSimon Glass1-8/+11
2020-11-06x86: Silence some logging statementsSimon Glass5-11/+11
2020-11-06x86: fsp: Convert fsp_dram to use log_debug()Simon Glass1-2/+6
2020-11-06x86: Boot coral into Chrome OS by defaultSimon Glass2-4/+15
2020-11-06x86: Set up Chrome OS to boot into developer modeSimon Glass1-6/+20
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass7-7/+23
2020-11-06x86: Define the Chrome OS GNVS regionSimon Glass1-1/+50
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass4-4/+20
2020-11-06x86: acpi: Put the generated code first in DSDTSimon Glass1-9/+18
2020-11-06x86: acpi: Allow the SSDT to be emptySimon Glass1-7/+15
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass1-1/+1
2020-11-06x86: sound: Correct error handlingSimon Glass2-3/+3
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass3-7/+27
2020-11-06x86: nhlt: Fix a few bugs in the table generationSimon Glass1-1/+3
2020-11-06x86: nhlt: Correct output of bytes and 16-bit dataSimon Glass1-3/+10
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass5-5/+69
2020-11-05Makefile: Fix calling make with V=1WIP/05Nov2020Pali Rohár1-1/+1
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini72-535/+6099
2020-11-05configs: meson64: relocate config_distro_bootcmmd headerJaehoon Chung1-1/+2
2020-11-05doc: board: vim3: Fix build instructionsNeil Armstrong2-8/+12
2020-11-05doc: board: amlogic: Update support matrixNeil Armstrong1-3/+5
2020-11-05x86: Use if instead of #ifdef in write_tables()Simon Glass1-19/+19
2020-11-05x86: Add SMBIOS info for CoralSimon Glass1-0/+8
2020-11-05x86: coral: Drop the duplicate PCIe settingsSimon Glass1-2/+0
2020-11-05x86: Don't bother clearing global NVSSimon Glass1-1/+0
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass2-1/+19
2020-11-05x86: Allow writing tables to failSimon Glass3-3/+15
2020-11-05x86: Add support for private filesSimon Glass1-0/+4