| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | test: fdtdec: test fdtdec_set_carveout() | Laurentiu Tudor | 2020-04-16 | 2 | -0/+60 | |
| | * | | | | fdtdec: support multiple phandles in memory carveout | Laurentiu Tudor | 2020-04-16 | 1 | -10/+26 | |
| | * | | | | dm: core: remove the duplicated function dm_ofnode_pre_reloc | Patrick Delaunay | 2020-04-16 | 5 | -58/+3 | |
| | * | | | | dm: core: refactor functions reading an u32 from dt | Dario Binacchi | 2020-04-16 | 2 | -36/+3 | |
| | * | | | | dm: core: support reading a single indexed u32 value | Dario Binacchi | 2020-04-16 | 8 | -0/+189 | |
| | * | | | | dm: test: add test case for dev_read_u64 function | Dario Binacchi | 2020-04-16 | 3 | -0/+27 | |
| | * | | | | dm: core: Add a way to skip powering down power domains | Simon Glass | 2020-04-16 | 3 | -6/+10 | |
| | * | | | | dm: core: Add logging on unbind failure | Simon Glass | 2020-04-16 | 2 | -10/+14 | |
| | * | | | | fdt: Fix 'system' command | Tom Warren | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUG | Heinrich Schuchardt | 2020-04-16 | 4 | -0/+7 | |
| | * | | | | sandbox: implement ft_board_setup() | Heinrich Schuchardt | 2020-04-16 | 2 | -0/+7 | |
| | * | | | | sandbox: add reserved-memory node in device tree | Heinrich Schuchardt | 2020-04-16 | 2 | -0/+39 | |
| | * | | | | patman: Apply the cc limit to the cover letter also | Simon Glass | 2020-04-16 | 1 | -2/+4 | |
| | * | | | | doc: driver-model: there is no UCLASS_ETHERNET | Heinrich Schuchardt | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | configs: sandbox: enable LOG_SYSLOG | Heinrich Schuchardt | 2020-04-16 | 3 | -0/+3 | |
| | * | | | | test: log: test syslog logging driver | Heinrich Schuchardt | 2020-04-16 | 2 | -0/+284 | |
| | * | | | | test: log functions with CONFIG_LOG=n | Heinrich Schuchardt | 2020-04-16 | 9 | -2/+199 | |
| | * | | | | log: output for CONFIG_LOG=n | Heinrich Schuchardt | 2020-04-16 | 1 | -5/+5 | |
| | * | | | | log: syslog driver | Heinrich Schuchardt | 2020-04-16 | 5 | -1/+129 | |
| | * | | | | log: correct CONFIG_LOG_TEST prerequisites | Heinrich Schuchardt | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | dm: core: Move "/chosen" and "/firmware" node scan | Patrick Delaunay | 2020-04-16 | 2 | -36/+18 | |
| | * | | | | dm: core: remove redundant assignment | Heinrich Schuchardt | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | dm: core: remove redundant if statement | Heinrich Schuchardt | 2020-04-16 | 1 | -4/+2 | |
| | * | | | | sandbox: also restore terminal settings when killed by SIGINT | Rasmus Villemoes | 2020-04-16 | 1 | -0/+9 | |
| | * | | | | sandbox: Update PCI nodes in dts files | Tom Rini | 2020-04-16 | 5 | -13/+18 | |
| | * | | | | sandbox: p2sb: Silence compiler warning | Simon Glass | 2020-04-16 | 1 | -1/+1 | |
| | * | | | | serial: Set baudrate on boot | Sean Anderson | 2020-04-16 | 1 | -0/+1 | |
| * | | | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 | Tom Rini | 2020-04-16 | 62 | -442/+1089 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | test: Add hexdump.h to the unit test header | Simon Glass | 2020-04-16 | 1 | -0/+1 | |
| | * | | | | acpi: Add support for DMAR | Simon Glass | 2020-04-16 | 3 | -0/+101 | |
| | * | | | | acpi: Add a central location for table version numbers | Simon Glass | 2020-04-16 | 5 | -0/+141 | |
| | * | | | | acpi: Add an __ACPI__ preprocessor symbol | Simon Glass | 2020-04-16 | 3 | -2/+10 | |
| | * | | | | x86: Move acpi_table header to main include/ directory | Simon Glass | 2020-04-16 | 12 | -385/+412 | |
| | * | | | | x86: Move acpi_s3.h to include/acpi/ | Simon Glass | 2020-04-16 | 15 | -17/+15 | |
| | * | | | | acpi: Add a simple sandbox test | Simon Glass | 2020-04-16 | 5 | -0/+70 | |
| | * | | | | dts: Add a binding for hid-over-i2c | Simon Glass | 2020-04-16 | 1 | -0/+44 | |
| | * | | | | dm: core: Add basic ACPI support | Simon Glass | 2020-04-16 | 7 | -0/+124 | |
| | * | | | | x86: apl: Add Global NVS table header | Simon Glass | 2020-04-16 | 1 | -0/+36 | |
| | * | | | | pci: Adjust dm_pci_read_bar32() to return errors correctly | Simon Glass | 2020-04-16 | 1 | -1/+8 | |
| | * | | | | x86: apl: Move p2sb ofdata reading to the correct method | Simon Glass | 2020-04-16 | 1 | -22/+11 | |
| | * | | | | x86: Correct wording of coreboot source code | Simon Glass | 2020-04-16 | 3 | -6/+4 | |
| | * | | | | dm: pci: Allow disabling auto-config for a device | Simon Glass | 2020-04-16 | 2 | -0/+25 | |
| | * | | | | tpm: Don't cleanup unless an error happens | Simon Glass | 2020-04-16 | 1 | -3/+10 | |
| | * | | | | tpm: cr50: Use the correct GPIO binding | Simon Glass | 2020-04-16 | 4 | -4/+4 | |
| | * | | | | tpm: cr50: Add a comment for cr50_priv | Simon Glass | 2020-04-16 | 1 | -0/+9 | |
| | * | | | | tpm: cr50: Release locality on exit | Simon Glass | 2020-04-16 | 1 | -2/+11 | |
| | * | | | | spi: Add SPI mode enums | Simon Glass | 2020-04-16 | 1 | -0/+33 | |
| | * | | | | cpu: Support querying the address width | Simon Glass | 2020-04-16 | 3 | -0/+4 | |
| | * | | | | x86: acpi: Let OS know that console already had been initialized | Andy Shevchenko | 2020-04-16 | 1 | -0/+9 | |
| | * | | | | serial: ns16550: Provide UART base clock speed in ->getinfo() | Andy Shevchenko | 2020-04-16 | 1 | -0/+2 | |
