- 2659068 tools: add a simple script to generate EFI variables by Paulo Alcantara · 4 years ago
- df054ef Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
- 6e89224 binman: Handle tool paths containing '~' correctly by Simon Glass · 4 years, 1 month ago
- 3dc0667 mips: octeon: tools: Add update_octeon_header tool by Stefan Roese · 4 years ago
- 791c747 tools: dumpimage: Remove remaining mentions of the -i option by Tyler Hicks · 4 years, 1 month ago
- 4ec40da tools: image-host.c: use correct variable for strerrno by Philippe Reynes · 4 years ago
- 95f2ab2 tools: image-host.c: use random instead of rand by Philippe Reynes · 4 years ago
- 4acc93c patman: Add a Series-patchwork-url option by Simon Glass · 4 years, 1 month ago
- 3d80d79 patman: Add a setting for the Patchwork URL by Simon Glass · 4 years, 1 month ago
- f9b03cf patman: Allow specifying the patchwork URL by Simon Glass · 4 years, 1 month ago
- 9bb0a8d patman: Update defaults in subparsers by Simon Glass · 4 years, 1 month ago
- 718f1a8 patman: Correct Change-Ids error message args by Simon Glass · 4 years, 1 month ago
- 1ee91c1 patman: Refactor how the default subcommand works by Simon Glass · 4 years, 1 month ago
- 2112d07 patman: Support listing comments from patchwork by Simon Glass · 4 years, 1 month ago
- da8a292 patman: Support parsing of review snippets by Simon Glass · 4 years, 1 month ago
- d0a0a58 patman: Support updating a branch with review tags by Simon Glass · 4 years, 1 month ago
- 3db916d patman: Support checking for review tags in patchwork by Simon Glass · 4 years, 1 month ago
- 1c1f207 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · 4 years, 1 month ago
- 8cf2364 patman: Improve handling of files by Simon Glass · 4 years, 1 month ago
- 5387de3 patman: Allow showing a Commit as a string by Simon Glass · 4 years, 1 month ago
- 5c906fb patman: Don't ignore lines starting with hash by Simon Glass · 4 years, 1 month ago
- 891316b patman: Fix spelling of plural for warning by Simon Glass · 4 years, 1 month ago
- 42e3d39 patman: Convert testBasic() to use an interator by Simon Glass · 4 years, 1 month ago
- 3b762cc patman: Add some tests for warnings by Simon Glass · 4 years, 1 month ago
- 06202d6 patman: Add a test for PatchStream tags by Simon Glass · 4 years, 1 month ago
- a7fadab patman: Drop unused signoff member by Simon Glass · 4 years, 1 month ago
- 8093a8f patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · 4 years, 1 month ago
- 6d00f6c patman: Attach warnings to individual patches by Simon Glass · 4 years, 1 month ago
- b580039 patman: Move warning collection to a function by Simon Glass · 4 years, 1 month ago
- 06127f9 patman: Fix up argument/return docs in patchstream by Simon Glass · 4 years, 1 month ago
- 5f6caa5 patman: Drop unused args in patchstream by Simon Glass · 4 years, 1 month ago
- f9b6e0f patman: Rename variables in patchstream by Simon Glass · 4 years, 1 month ago
- 93f61c0 patman: Rename functions in patchstream by Simon Glass · 4 years, 1 month ago
- 0602226 patman: Fix constant style in patchstream by Simon Glass · 4 years, 1 month ago
- c42b1d0 patman: Fix indenting in patchstream by Simon Glass · 4 years, 1 month ago
- a80986c patman: Allow linking a series with patchwork by Simon Glass · 4 years, 1 month ago
- eb209e5 patman: Fix remaining pylint3 warnings in func_test by Simon Glass · 4 years, 1 month ago
- 59a70bb patman: Use capture_sys_output() consistently by Simon Glass · 4 years, 1 month ago
- 95745aa patman: Fix whitespace errors in func_test by Simon Glass · 4 years, 1 month ago
- 350569e patman: Update how tests are run by Simon Glass · 4 years, 1 month ago
- 4318b71 patman: Correct operation of -n by Simon Glass · 4 years, 1 month ago
- eb943b1 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
- e17220f binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
- cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
- 67e862b rockchip: mkimage: Remove host endianness dependency by Samuel Holland · 4 years, 1 month ago
- a22e680 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years, 1 month ago
- d92c836 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
- d99850b binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
- c5f4b48 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years, 1 month ago
- 2d9570d binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
- b193d46 binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years, 1 month ago
- 6a6c1b7 binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
- bd668e3 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years, 1 month ago
- 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
- acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
- 72eeff1 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
- 789b3440 binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
- bb39574 binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
- 510ef0f binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
- ff1903a binman: Refactor _BuildSectionData() by Simon Glass · 4 years, 1 month ago
- d0850eb binman: Move section-building code into a function by Simon Glass · 4 years, 1 month ago
- afb9caa binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
- d12599d binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
- 187202f binman: Update testPackExtra with more checks by Simon Glass · 4 years, 1 month ago
- 51d02ad binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years, 1 month ago
- a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
- d617986 binman: Expand the error message for breaching a section by Simon Glass · 4 years, 1 month ago
- 05ef6f3 binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years, 1 month ago
- 31a0963 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years, 1 month ago
- 7668194 binman: Give a sensible error if no command is given by Simon Glass · 4 years, 1 month ago
- d1fdf75 binman: Add tests for skip-at-start sections by Simon Glass · 4 years, 1 month ago
- 8cdc08a binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years, 1 month ago
- 136dd35 binman: Update the entry docs by Simon Glass · 4 years, 1 month ago
- 4c73d7b dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
- 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
- 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
- 192f813 dtoc: Order the structures internally by name by Simon Glass · 4 years, 2 months ago
- 941f8f0 dtoc: Document the return value of scan_structs() by Simon Glass · 4 years, 2 months ago
- c162211 dtoc: Use a namedtuple for _links by Simon Glass · 4 years, 2 months ago
- bc9e268 dtoc: Extract inner loop from output_node() by Simon Glass · 4 years, 2 months ago
- d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
- d697a2d tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 2 months ago
- 089fc92 mkimage: Skip adding non-existent IDs to a list by Naoki Hayama · 4 years, 2 months ago
- 6b7db0a sunxi: binman: Add support for including SCP firmware by Samuel Holland · 4 years, 1 month ago
- 9d8cc63 binman: Add support for SCP firmware by Samuel Holland · 4 years, 1 month ago
- 91079ac sunxi: binman: Update FIT component descriptions by Samuel Holland · 4 years, 1 month ago
- 99fdebc binman: Only write FDT once per node by Samuel Holland · 4 years, 1 month ago
- 7c1a302 checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error by Alper Nebi Yasak · 4 years, 2 months ago
- 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
- 8dcfee9 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years, 1 month ago
- 31b24b4 Kconfig: Create a new tools menu by Simon Glass · 4 years, 2 months ago
- de25f01 tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · 4 years, 2 months ago
- fbdbff3 tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · 4 years, 3 months ago
- a072950 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 3 months ago
- 6f1f4d4 binman: Show an error when a file is missing by Simon Glass · 4 years, 3 months ago
- 5d90d5e binman: sunxi: Add help message for missing sunxi ATF BL31 by Simon Glass · 4 years, 3 months ago
- a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
- 1032acc binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 3 months ago
- fb4e538 binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README by Alper Nebi Yasak · 4 years, 3 months ago