summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * test: dm: Add a test for PCI Enhanced AllocationAlex Marginean2019-07-104-1/+171
| * drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-102-0/+59
| * pci: fixed dm_pci_map_bar commentAlex Marginean2019-07-101-3/+5
| * trace: make call depth limit customizableHeinrich Schuchardt2019-07-102-2/+17
| * trace: conserve gd registerHeinrich Schuchardt2019-07-101-0/+49
| * trace: undefined reference to `trace_early_init'Heinrich Schuchardt2019-07-101-1/+1
| * dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2019-07-105-4/+32
| * fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-102-1/+5
| * test: check u-boot properties in SPL device treePatrick Delaunay2019-07-102-0/+46
| * fdtdec: test: Fix memory leakThierry Reding2019-07-101-0/+2
| * drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma2019-07-101-0/+4
| * spi: Avoid using malloc() in a critical functionSimon Glass2019-07-101-4/+11
| * blk: Allow control of the block cache in TPLSimon Glass2019-07-101-0/+7
| * bootstage: Add support for TPL record countSimon Glass2019-07-101-0/+7
| * x86: Add a forward struct declaration in coreboot_tables.hSimon Glass2019-07-101-0/+2
| * sandbox: Add documentation on how to run valgrindSimon Glass2019-07-101-0/+14
| * sandbox: Correct spi flash operationSimon Glass2019-07-102-2/+2
| * sandbox: Add a memory {} nodeSimon Glass2019-07-103-0/+16
| * sandbox: Allo sdl-config to be overriddenSimon Glass2019-07-102-2/+10
| * sandbox: Add a comment to board_init_f()Simon Glass2019-07-101-0/+1
| * sandbox: spl: Lower priority of standard loaderSimon Glass2019-07-101-1/+1
| * sandbox: Quit when hang() is calledSimon Glass2019-07-101-0/+3
| * sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass2019-07-102-0/+2
| * sandbox: Add an alias for SPISimon Glass2019-07-102-2/+4
| * sandbox: Create a common sandbox DTSimon Glass2019-07-103-664/+348
| * sandbox: Sync up sandbox64.dts with main DTSimon Glass2019-07-101-0/+67
| * Add a simple script to remove boardsSimon Glass2019-07-101-0/+150
| * patman: Update cover-coverage tests for Python 3Simon Glass2019-07-101-6/+9
| * binman: Update the README.entries fileSimon Glass2019-07-101-0/+15
| * binman: Document parallel testsSimon Glass2019-07-101-0/+14
| * binman: Read map files as textSimon Glass2019-07-101-1/+1
| * binman: Fix up a format string in AssertInList()Simon Glass2019-07-101-1/+1
| * binman: Update 'text' entry for Python 3Simon Glass2019-07-101-3/+6
| * patman: Update fmap code for Python 3Simon Glass2019-07-102-4/+11
| * binman: Update entry_test to support Python 3Simon Glass2019-07-101-1/+5
| * binman: Convert to use bytes typeSimon Glass2019-07-106-72/+77
| * binman: Avoid changing a dict during iterationSimon Glass2019-07-101-2/+5
| * patman: Allow reading files in text modeSimon Glass2019-07-101-2/+2
| * dtoc: Update dtb_platdata to support Python 3Simon Glass2019-07-101-1/+2
| * dtoc: Update fdt_util for Python 3Simon Glass2019-07-102-16/+2
| * dtoc: Add a unit test for BytesToValue()Simon Glass2019-07-101-1/+5
| * dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass2019-07-101-2/+9
| * dtoc: Use binary mode for reading filesSimon Glass2019-07-101-3/+3
| * dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-101-2/+5
| * dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-101-4/+4
| * dtoc: Use byte type instead of str in fdtSimon Glass2019-07-103-14/+43
| * dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-102-16/+52
| * dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-101-51/+53
| * dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-102-3/+5
| * dtoc: Sort platdata output from dtocSimon Glass2019-07-102-7/+8