summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-10dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay
2019-07-10test: check u-boot properties in SPL device treePatrick Delaunay
2019-07-10fdtdec: test: Fix memory leakThierry Reding
2019-07-10drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma
2019-07-10spi: Avoid using malloc() in a critical functionSimon Glass
2019-07-10blk: Allow control of the block cache in TPLSimon Glass
2019-07-10bootstage: Add support for TPL record countSimon Glass
2019-07-10x86: Add a forward struct declaration in coreboot_tables.hSimon Glass
2019-07-10sandbox: Add documentation on how to run valgrindSimon Glass
2019-07-10sandbox: Correct spi flash operationSimon Glass
2019-07-10sandbox: Add a memory {} nodeSimon Glass
2019-07-10sandbox: Allo sdl-config to be overriddenSimon Glass
2019-07-10sandbox: Add a comment to board_init_f()Simon Glass
2019-07-10sandbox: spl: Lower priority of standard loaderSimon Glass
2019-07-10sandbox: Quit when hang() is calledSimon Glass
2019-07-10sandbox: Exit when SYSRESET_POWER_OFF is requestedSimon Glass
2019-07-10sandbox: Add an alias for SPISimon Glass
2019-07-10sandbox: Create a common sandbox DTSimon Glass
2019-07-10sandbox: Sync up sandbox64.dts with main DTSimon Glass
2019-07-10Add a simple script to remove boardsSimon Glass
2019-07-10patman: Update cover-coverage tests for Python 3Simon Glass
2019-07-10binman: Update the README.entries fileSimon Glass
2019-07-10binman: Document parallel testsSimon Glass
2019-07-10binman: Read map files as textSimon Glass
2019-07-10binman: Fix up a format string in AssertInList()Simon Glass
2019-07-10binman: Update 'text' entry for Python 3Simon Glass
2019-07-10patman: Update fmap code for Python 3Simon Glass
2019-07-10binman: Update entry_test to support Python 3Simon Glass
2019-07-10binman: Convert to use bytes typeSimon Glass
2019-07-10binman: Avoid changing a dict during iterationSimon Glass
2019-07-10patman: Allow reading files in text modeSimon Glass
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass
2019-07-10dtoc: Use binary mode for reading filesSimon Glass
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10dtoc: Sort platdata output from dtocSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2019-07-10patman: Don't require Python 2Simon Glass
2019-07-10patman: Tidy up a few more unicode conversionsSimon Glass
2019-07-10patman: Adjust functional tests for Python 3Simon Glass
2019-07-10patman: Avoid unicode type in settings unit testsSimon Glass
2019-07-10patman: Sort series output for repeatabilySimon Glass