aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-26Merge tag 'u-boot-at91-2022.07-b' of https://source.denx.de/u-boot/custodians...WIP/26Apr2022Tom Rini63-90/+652
2022-04-26ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB linesTudor Ambarus1-1/+1
2022-04-26ARM: dts: at91: sama7g5: Fix QSPI1 clockTudor Ambarus1-1/+1
2022-04-26spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-26include: configs: at91/sam: remove stray #ifdef/#elseEugen Hristev6-52/+0
2022-04-26ARM: dts: sam9x60: Add pit64b nodeDurai Manickam KR1-0/+7
2022-04-26timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev20-1/+29
2022-04-26timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev7-1/+14
2022-04-26ARM: mach-at91: armv7: Remove default reset driverSergiu Moga2-34/+0
2022-04-26ARM: mach-at91: arm926ejs: Add SYSRESET conditionalSergiu Moga1-0/+2
2022-04-26configs: at91: Enable SYSRESET for Atmel/Microchip's platformsSergiu Moga34-0/+124
2022-04-26sysreset: Add Atmel/Microchip sysreset driverSergiu Moga3-0/+87
2022-04-26ARM: dts: at91: Add RSTC nodeSergiu Moga2-0/+13
2022-04-26configs: Add sam9x60_curiosity_mmc_defconfigDurai Manickam KR2-0/+75
2022-04-26ARM: dts: Add device tree files for sam9x60_curiosityDurai Manickam KR3-0/+155
2022-04-26board: Add sam9x60_curiosity supportDurai Manickam KR6-0/+141
2022-04-25Prepare v2022.07-rc1v2022.07-rc1Tom Rini1-2/+2
2022-04-25configs: Resync with savedefconfigTom Rini22-76/+0
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini89-5659/+15
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini86-110/+7188
2022-04-25Merge branch '2022-04-23-binman-updates'Tom Rini13-15/+440
2022-04-25binman: don't import deprecated distutils packageCI/2022-04-23-binman-updatesHeinrich Schuchardt1-7/+0
2022-04-25MAINTAINERS: Add Alper as a binman maintainerAlper Nebi Yasak1-0/+1
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104
2022-04-25bootstd: doc: Add documentationWIP/2022-04-25-initial-implementation-of-stdbootSimon Glass11-0/+1376
2022-04-25bootstd: Provide a default commandSimon Glass1-1/+16
2022-04-25bootstd: Add setup for the bootflow testsSimon Glass2-0/+103
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass13-2/+845
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass3-0/+76
2022-04-25bootstd: Add an implementation of script bootSimon Glass3-0/+151
2022-04-25bootstd: sandbox: Add a hostfs bootdevSimon Glass6-0/+70
2022-04-25bootstd: Add a sandbox bootmeth driverSimon Glass3-0/+77
2022-04-25bootstd: Add an implementation of EFI bootmgrSimon Glass2-0/+89
2022-04-25bootstd: Add a system bootdev for strange boot methodsSimon Glass3-1/+73
2022-04-25bootstd: Add an implementation of EFI bootSimon Glass3-0/+210
2022-04-25bootstd: Add an implementation of distro PXE bootSimon Glass3-0/+197
2022-04-25bootstd: ethernet: Add a bootdev driverSimon Glass5-0/+120
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass5-1/+102
2022-04-25bootstd: Add an implementation of distro bootSimon Glass5-1/+186
2022-04-25bootstd: Add a bootmeth commandSimon Glass3-0/+125
2022-04-25bootstd: Add a bootflow commandSimon Glass3-0/+423
2022-04-25bootstd: Add a bootdev commandSimon Glass6-0/+134
2022-04-25bootstd: Add support for bootflowsSimon Glass6-3/+475
2022-04-25bootstd: Add the bootmeth uclass and helpersSimon Glass7-2/+605