summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildman: Update the TODO itemsSimon Glass2020-04-211-6/+11
* buildman: Add an option to ignore migration warningsSimon Glass2020-04-215-35/+107
* buildman: Add an option to ignore device-tree warningsSimon Glass2020-04-215-23/+52
* buildman: Make -I the defaultSimon Glass2020-04-216-24/+41
* buildman: Update workflow documentation with more detailSimon Glass2020-04-211-17/+36
* buildman: Add the abbreviation for --boardsSimon Glass2020-04-211-3/+3
* buildman: Update the 'theory of operation' a littleSimon Glass2020-04-211-30/+39
* buildman: Show a summary of the build resultSimon Glass2020-04-212-3/+20
* buildman: Limit the length of progress messagesSimon Glass2020-04-211-1/+1
* buildman: Show the number of builds remainingSimon Glass2020-04-211-4/+9
* buildman: Drop unused output codeSimon Glass2020-04-211-5/+0
* buildman: Show a message when fetching a repoSimon Glass2020-04-211-1/+4
* buildman: Drop the line-clearing code in BuilderSimon Glass2020-04-211-25/+3
* patman: Support limiting output to a single lineSimon Glass2020-04-211-1/+57
* patman: Support erasing a previously unfinished text lineSimon Glass2020-04-212-1/+48
* patman: Update flushing Print() for Python 3Simon Glass2020-04-211-3/+2
* buildman: Use spaces in the board listSimon Glass2020-04-212-4/+4
* buildman: Show the list of boards in magentaSimon Glass2020-04-212-41/+44
* buildman: Use an object to hold error linesSimon Glass2020-04-211-17/+52
* buildman: Use yellow consistently for warning linesSimon Glass2020-04-212-4/+4
* buildman: Test the output with --list-error-boardsSimon Glass2020-04-211-14/+32
* buildman: Add a test helper for creating a line prefixSimon Glass2020-04-211-20/+31
* buildman: Split out testOutput() into separate functionsSimon Glass2020-04-211-6/+28
* buildman: Create temp directory in test setupSimon Glass2020-04-211-16/+10
* buildman: Use an iterator to check test outputSimon Glass2020-04-211-42/+52
* buildman: Add test coverage for error/warning colourSimon Glass2020-04-211-0/+7
* buildman: Refactor error-line output int a functionSimon Glass2020-04-211-13/+19
* Merge branch '2020-04-17-master-imports'WIP/20Apr2020Tom Rini2020-04-2036-139/+832
|\
| * fs: btrfs: support sparse extentsMarek BehĂșn2020-04-201-0/+6
| * ata: sort ATA commandsWIP/2020-04-17-master-importsHeinrich Schuchardt2020-04-171-42/+42
| * include/ata.h: remove invalid linksHeinrich Schuchardt2020-04-171-5/+2
| * Kconfig: fix typos in CMD_BEDBUG descriptionHeinrich Schuchardt2020-04-171-1/+1
| * doc: fix references to driver-modelHeinrich Schuchardt2020-04-177-8/+8
| * README: replace reference to boards.cfgHeinrich Schuchardt2020-04-171-2/+2
| * image: Add compressed Image parsing support in booti.Atish Patra2020-04-173-1/+109
| * image: Add a common compression type detection function.Atish Patra2020-04-172-0/+44
| * lib: kconfig: Add option to set BZIP2 compression methodAtish Patra2020-04-171-0/+5
| * cmd: mem: Add bitflip memory test to alternate mtestStefan Roese2020-04-171-0/+60
| * cmd: mem: Use IS_ENABLED instead of alt_test variableStefan Roese2020-04-171-6/+1
| * cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()Stefan Roese2020-04-171-12/+2
| * cmd: mem: Correctly count the errors in mtestStefan Roese2020-04-171-7/+4
| * tee: optee: use dev_info in print_os_revisionPatrick Delaunay2020-04-171-6/+7
| * doc: spl: update reference to driver-model/README.txtPatrick Delaunay2020-04-171-1/+1
| * scripts: add documentation-file-ref-checkHeinrich Schuchardt2020-04-171-0/+226
| * mkimage: fit: don't create image with 0700 permissionsThomas Hebb2020-04-171-1/+1
| * ide: remove duplicate defines form include/ata.hHeinrich Schuchardt2020-04-171-34/+0
| * block: ide: use definitions from include/libata.hHeinrich Schuchardt2020-04-171-4/+4
| * cmd: fat: remove unused includesHeinrich Schuchardt2020-04-171-6/+0
| * arm: dts: add pwm support for MediaTek SoCsSam Shih2020-04-173-0/+52
| * mediatek: pwm: add pwm driver for MediaTek SoCsSam Shih2020-04-173-0/+196