| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: Add ifwitool to .gitignore | Andy Shevchenko | 2019-09-10 | 1 | -0/+1 |
* | riscv: tools: Handle addend to absolute reloc in prelink-riscv | Marcus Comstedt | 2019-09-03 | 1 | -2/+6 |
* | tools: remove easylogo and include/video_logo.hWIP/2019-08-26-master-imports | Heinrich Schuchardt | 2019-08-26 | 6 | -621/+0 |
* | easylogo: avoid buffer overrun | Heinrich Schuchardt | 2019-08-20 | 1 | -1/+2 |
* | riscv: tools: Add big endian target support to prelink-riscv | Marcus Comstedt | 2019-08-15 | 2 | -33/+63 |
* | riscv: tools: Fix prelink-riscv to work on big endian hosts | Marcus Comstedt | 2019-08-15 | 2 | -24/+23 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Rename the redundancy flags | Simon Glass | 2019-08-11 | 1 | -10/+13 |
* | env: Rename environment to embedded_environment | Simon Glass | 2019-08-11 | 1 | -2/+2 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 3 | -0/+3 |
* | tools: zynqmp_psu_init_minimize.sh: fix return lines coding style | Luca Ceresoli | 2019-07-30 | 1 | -0/+3 |
* | arm64: zynqmp: add tool to minimize psu_init_gpl.c files | Luca Ceresoli | 2019-07-30 | 1 | -0/+145 |
* | arm64: zynqmp: add tool to convert PMU config object .c to binary | Luca Ceresoli | 2019-07-30 | 1 | -0/+301 |
* | Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/29Jul2019 | Tom Rini | 2019-07-29 | 47 | -364/+1980 |
|\ |
|
| * | binman: Add command-line support for replacing entries | Simon Glass | 2019-07-29 | 5 | -4/+327 |
| * | binman: Correct the error message for invalid path | Simon Glass | 2019-07-29 | 2 | -4/+4 |
| * | binman: Split control.WriteEntryToImage() into separate functions | Simon Glass | 2019-07-29 | 1 | -17/+59 |
| * | binman: Update control.WriteEntry() to support writing the map | Simon Glass | 2019-07-29 | 1 | -4/+6 |
| * | binman: Move control.WriteEntry further down the file | Simon Glass | 2019-07-29 | 1 | -41/+40 |
| * | binman: Clean up all output directories in tests | Simon Glass | 2019-07-29 | 1 | -9/+42 |
| * | binman: Add a test function to clean up the output dir | Simon Glass | 2019-07-29 | 1 | -4/+8 |
| * | binman: Update state when replacing device-tree entries | Simon Glass | 2019-07-29 | 4 | -0/+38 |
| * | patman: Reset the output directory when it is removed | Simon Glass | 2019-07-29 | 1 | -0/+2 |
| * | binman: Support replacing data in a cbfs | Simon Glass | 2019-07-29 | 7 | -9/+87 |
| * | binman: Update Entry.WriteData() to handle special sections | Simon Glass | 2019-07-29 | 3 | -3/+29 |
| * | binman: Update Entry.ReadEntry() to work through classes | Simon Glass | 2019-07-29 | 4 | -17/+46 |
| * | binman: Add a prefix before CBFS hex offsets | Simon Glass | 2019-07-29 | 2 | -4/+4 |
| * | binman: Add a few more features to the wishlist | Simon Glass | 2019-07-29 | 1 | -0/+2 |
| * | binman: Place Intel descriptor at image start | Simon Glass | 2019-07-29 | 3 | -1/+34 |
| * | binman: Adjust fmap to ignore CBFS files | Simon Glass | 2019-07-29 | 2 | -3/+9 |
| * | binman: Support shrinking a entry after packing | Simon Glass | 2019-07-29 | 5 | -11/+91 |
| * | binman: Update the _testing entry to support shrinkage | Simon Glass | 2019-07-29 | 2 | -14/+27 |
| * | binman: Allow updating entries that change size | Simon Glass | 2019-07-29 | 7 | -26/+113 |
| * | binman: Add more tests for image header position | Simon Glass | 2019-07-29 | 8 | -2/+127 |
| * | binman: Move Image.BuildImage() into a single function | Simon Glass | 2019-07-29 | 1 | -6/+4 |
| * | binman: Write the original input fdtmap to a file | Simon Glass | 2019-07-29 | 2 | -2/+9 |
| * | binman: Update documentation for image creation | Simon Glass | 2019-07-29 | 1 | -5/+18 |
| * | binman: Add info to allow safely repacking an image later | Simon Glass | 2019-07-29 | 8 | -14/+165 |
| * | binman: Support updating entries in an existing image | Simon Glass | 2019-07-29 | 8 | -25/+277 |
| * | binman: Tidy up _SetupDtb() to use its own temporary file | Simon Glass | 2019-07-29 | 3 | -7/+28 |
| * | binman: Allow the fdtmap to remain unchanged | Simon Glass | 2019-07-29 | 1 | -25/+30 |
| * | binman: Add a constant for common entry properties | Simon Glass | 2019-07-29 | 1 | -7/+8 |
| * | binman: Add a function to obtain the image for an Entry | Simon Glass | 2019-07-29 | 4 | -5/+23 |
| * | binman: Adjust Entry to read the node in a separate call | Simon Glass | 2019-07-29 | 8 | -24/+37 |
| * | binman: Add an image name into the fdtmap | Simon Glass | 2019-07-29 | 2 | -1/+3 |
| * | binman: Store the entry in output_fdt_files | Simon Glass | 2019-07-29 | 1 | -15/+34 |
| * | binman: Allow state functions to fail to return data | Simon Glass | 2019-07-29 | 1 | -2/+7 |
| * | binman: Support loading entry data from a file | Simon Glass | 2019-07-29 | 2 | -0/+10 |
| * | binman: Store image fdtmap when loading from a file | Simon Glass | 2019-07-29 | 1 | -1/+10 |
| * | dtoc: Update Fdt.GetNode() to handle the root node | Simon Glass | 2019-07-29 | 2 | -0/+7 |