- 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
- a772946 dm: doc: Update the of-platadata documentation by Simon Glass · 4 years, 2 months ago
- 4c73d7b dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
- 8c19f7b imx: mx6cuboxi: Disable thermal driver in SPL by Simon Glass · 4 years, 1 month ago
- 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- 8d5bcef x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years, 2 months ago
- ecdc4b3 x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 2 months ago
- e2e8907 dm: core: Convert #ifdef to if() in root.c by Simon Glass · 4 years, 2 months ago
- 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 2 months ago
- 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
- e45710b sandbox: Fix up building for of-platdata by Simon Glass · 4 years, 2 months ago
- cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
- 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
- d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
- 64401e7 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 2 months ago
- 36a69e1 Azure/GitLab/Travis: Add SPL unit tests by Simon Glass · 4 years, 1 month ago
- 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
- 8c921ac test: Run only the selected SPL test by Simon Glass · 4 years, 1 month ago
- eff9658 sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years, 1 month ago
- e43b1b5 test: Run SPL unit tests by Simon Glass · 4 years, 1 month ago
- ed298be pytest: Collect SPL unit tests by Simon Glass · 4 years, 1 month ago
- 367d733 Makefile: Generate a symbol file for u-boot-spl by Simon Glass · 4 years, 1 month ago
- 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
- a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
- c0b0b14 dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
- bf40eee dm: test: Build tests for SPL by Simon Glass · 4 years, 1 month ago
- 2698359 dm: core: fix typo in device.h by Dario Binacchi · 4 years, 1 month ago
- 6d75486 sandbox: make SDL window resizable by Heinrich Schuchardt · 4 years, 2 months ago
- 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
- 85bf4f2 dm: core: Allow dm_warn() to be used in SPL 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
- cb90bd3 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 2 months ago
- 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 2 months ago
- 85556fb dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · 4 years, 2 months ago
- 9a78e90 dm: test: Update Makefile conditions by Simon Glass · 4 years, 2 months ago
- 9257d13 dm: test: Sort the Makefile by Simon Glass · 4 years, 2 months ago
- 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
- fd80a22 dm: core: Avoid void * in the of-platdata structs by Simon Glass · 4 years, 2 months ago
- eb6e7e9 dm: core: Expand the comment for DM_GET_DEVICE() 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
- 4583ec3 binman: Support multiple images in the library by Simon Glass · 4 years, 2 months ago
- dff2ea1 binman: Add a way to read the ROM offset by Simon Glass · 4 years, 2 months ago
- fa94316 configs: Resync with savedefconfig by Tom Rini · 4 years, 1 month ago
- fcc483f MAINTAINERS, git-mailrc: Update sunxi maintainers by Andre Przywara · 4 years, 1 month ago
- 9a2cdfc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 1 month ago
- 3be3e78 Prepare v2021.01-rc1 by Tom Rini · 4 years, 1 month ago
- d72c2fd Merge branch '2020-10-28-mux-driver-framework' by Tom Rini · 4 years, 1 month ago
- 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
- becd9b7 cmd: Add a mux command by Pratyush Yadav · 4 years, 1 month ago
- a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
- f1b0e1b Kconfig: Increase the pre-relocation memory by Pratyush Yadav · 4 years, 1 month ago
- 53509ec drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · 4 years, 1 month ago
- 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years, 1 month ago
- f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 1 month ago
- 91e0014 Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
- 06dafab Merge branch '2020-10-27-further-log-enhancements' by Tom Rini · 4 years, 1 month ago
- 7e7041d log: correct and check array size of log categories by Heinrich Schuchardt · 4 years, 1 month ago
- 6846c57 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years, 1 month ago
- c539fb8 efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years, 1 month ago
- 4cc0632 efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years, 1 month ago
- 7b3a691 trace: conserve gd register on RISC-V by Heinrich Schuchardt · 4 years, 1 month ago
- 04ded00 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years, 1 month ago
- e0093fe Makefile: provide constant with seconds since epoch by Heinrich Schuchardt · 4 years, 1 month ago
- af5e624 test: log: test message continuation by Heinrich Schuchardt · 4 years, 1 month ago
- 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · 4 years, 1 month ago
- fdf5599 log: move processing_msg to global data by Heinrich Schuchardt · 4 years, 1 month ago
- 915c462 nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV by Anatolij Gustschin · 4 years, 1 month ago
- 54b2a7a Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 1 month ago
- cbefefc nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · 4 years, 1 month ago
- 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years, 1 month ago
- 82e86fe sansa_fuze_plus: disable obsolete VIDEO config by Anatolij Gustschin · 4 years, 1 month ago
- 521e388 xfi3: disable obsolete VIDEO config by Anatolij Gustschin · 4 years, 1 month ago
- 02b9692 mx23evk: disable obsolete VIDEO config by Anatolij Gustschin · 4 years, 1 month ago