aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* board: lsxl: convert to DM_ETHMichael Walle2022-08-233-8/+4
* board: lsxl: convert to DM_GPIOMichael Walle2022-08-235-56/+124
* board: lsxl: make last resort recovery more reliableMichael Walle2022-08-235-14/+13
* board: lsxl: enable ATAGS supportMichael Walle2022-08-232-0/+6
* board: lsxl: use proper *_r variablesMichael Walle2022-08-231-21/+21
* board: lsxl: reorder image loading and remove ramdisk_lenMichael Walle2022-08-231-9/+6
* board: lsxl: use CONFIG_DEFAULT_FDT_FILEMichael Walle2022-08-233-11/+5
* board: lsxl: automatically select CONFIG_MISC_INIT_RMichael Walle2022-08-234-4/+1
* board: lsxl: remove unused header filesMichael Walle2022-08-231-5/+0
* board: lsxl: remove CONFIG_ENV_OVERWRITEMichael Walle2022-08-233-6/+0
* board: lsxl: remove eraseenv scriptMichael Walle2022-08-231-3/+0
* board: lsxl: remove unused featuresMichael Walle2022-08-232-4/+2
* board: lsxl: limit size to 384kiBMichael Walle2022-08-232-0/+4
* button: gpio: add DM_GPIO dependencyMichael Walle2022-08-231-0/+1
* timer: add orion-timer supportMichael Walle2022-08-233-0/+70
* arm: kirkwood: make it CONFIG_TIMER awareMichael Walle2022-08-232-0/+5
* arm: kirkwood: 88f6281: Detect CONFIG_SYS_TCLK from SAR registerPali Rohár2022-08-233-1/+5
* time: move the CONFIG_SYS_TIMER_RATE handling to the compilerMichael Walle2022-08-231-6/+9
* arm: kirkwood: nsa310s: Add Distro boot capabilityTony Dinh2022-08-233-15/+34
* arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár2022-08-237-125/+75
* arm: mvebu: turris_mox: Set "sfp" label in eth1 DT node when only Mox SFP is ...Pali Rohár2022-08-231-0/+5
* arm: mvebu: turris_omnia: Show MCU versionPali Rohár2022-08-231-0/+36
* arm: kirkwood: pogo_v4: Add Distro boot capabilityTony Dinh2022-08-232-22/+57
* arm: mvebu: Define env_sf_get_env_addr() for all Armada boards in SPLPali Rohár2022-08-232-10/+13
* Prepare v2022.10-rc3v2022.10-rc3Tom Rini2022-08-222-4/+3
* Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/22Aug2022Tom Rini2022-08-2240-203/+1099
|\
| * binman: Add zstd bintoolStefan Herbrechtsmeier2022-08-205-3/+61
| * binman: Add xz bintoolStefan Herbrechtsmeier2022-08-203-2/+33
| * binman: Add lzop bintoolStefan Herbrechtsmeier2022-08-203-3/+33
| * binman: Add gzip bintoolStefan Herbrechtsmeier2022-08-204-4/+43
| * binman: Add bzip2 bintoolStefan Herbrechtsmeier2022-08-203-2/+32
| * binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier2022-08-201-0/+103
| * binman: Add compression testsStefan Herbrechtsmeier2022-08-201-0/+26
| * binman: Support missing compression toolsStefan Herbrechtsmeier2022-08-203-3/+29
| * binman: Move compression bintool management into entry classStefan Herbrechtsmeier2022-08-204-83/+41
| * binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier2022-08-202-11/+13
| * binman: Move compression bintools creation into test setupStefan Herbrechtsmeier2022-08-201-7/+19
| * binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier2022-08-204-24/+15
| * binman: Disable compressed data headerStefan Herbrechtsmeier2022-08-202-7/+9
| * binman: Add length header attribute to dtb entryStefan Herbrechtsmeier2022-08-205-0/+105
| * binman: Add DecompressData function to entry classStefan Herbrechtsmeier2022-08-202-2/+16
| * binman: Check only section data in multi section testStefan Herbrechtsmeier2022-08-201-4/+6
| * binman: Collect bintools before usageStefan Herbrechtsmeier2022-08-201-1/+4
| * binman: Forward AddBintools calls to base classStefan Herbrechtsmeier2022-08-205-0/+5
| * binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier2022-08-201-0/+5
| * binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier2022-08-201-2/+6
| * binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier2022-08-202-0/+32
| * binman: Allow collection to use entries from other sectionsSimon Glass2022-08-208-4/+110
| * binman: Allow passing entries using -nSimon Glass2022-08-206-1/+155
| * binman: Allow the image name to be the data fileSimon Glass2022-08-204-2/+75