summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * dtoc: Adjust code for Python 3Simon Glass2019-07-104-9/+15
| * patman: Don't require Python 2Simon Glass2019-07-101-1/+1
| * patman: Tidy up a few more unicode conversionsSimon Glass2019-07-102-6/+3
| * patman: Adjust functional tests for Python 3Simon Glass2019-07-101-11/+14
| * patman: Avoid unicode type in settings unit testsSimon Glass2019-07-101-8/+8
| * patman: Sort series output for repeatabilySimon Glass2019-07-102-12/+12
| * patman: Move unicode helpers to toolsSimon Glass2019-07-104-16/+39
| * patman: Support use of stringIO in Python 3Simon Glass2019-07-101-1/+6
| * binman: Handle repeated bytes for Python 3Simon Glass2019-07-106-25/+50
| * binman: Drop an unused input fileSimon Glass2019-07-101-1/+0
| * binman: Use binary mode when compressing dataSimon Glass2019-07-102-2/+2
| * patman: Provide a way to get program output in binary modeSimon Glass2019-07-102-3/+4
| * tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
| * tools: binman: Open all binary files in binary modeSimon Glass2019-07-101-15/+15