aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt
2020-04-16log: syslog driverHeinrich Schuchardt
2020-04-16log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes
2020-04-16sandbox: Update PCI nodes in dts filesTom Rini
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass
2020-04-16serial: Set baudrate on bootSean Anderson
2020-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass
2020-04-16acpi: Add support for DMARSimon Glass
2020-04-16acpi: Add a central location for table version numbersSimon Glass
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-04-16acpi: Add a simple sandbox testSimon Glass
2020-04-16dts: Add a binding for hid-over-i2cSimon Glass
2020-04-16dm: core: Add basic ACPI supportSimon Glass
2020-04-16x86: apl: Add Global NVS table headerSimon Glass
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass
2020-04-16x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass
2020-04-16x86: Correct wording of coreboot source codeSimon Glass
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass
2020-04-16tpm: cr50: Add a comment for cr50_privSimon Glass
2020-04-16tpm: cr50: Release locality on exitSimon Glass
2020-04-16spi: Add SPI mode enumsSimon Glass
2020-04-16cpu: Support querying the address widthSimon Glass
2020-04-16x86: acpi: Let OS know that console already had been initializedAndy Shevchenko
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko
2020-04-16efi_loader: add some description about UEFI secure bootAKASHI Takahiro
2020-04-16travis: add packages for UEFI secure boot testAKASHI Takahiro
2020-04-16sandbox: add extra configurations for UEFI and related testsAKASHI Takahiro
2020-04-16efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro
2020-04-16efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro
2020-04-16efi_loader, pytest: set up secure boot environmentAKASHI Takahiro
2020-04-16cmd: efidebug: add "test bootmgr" sub-commandAKASHI Takahiro
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro
2020-04-16cmd: env: use appropriate guid for authenticated UEFI variableAKASHI Takahiro
2020-04-16efi_loader: set up secure bootAKASHI Takahiro
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro