summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * board: sl28: add basic PSCI implementationMichael Walle2022-04-263-0/+46
| * armv8: psci: add ARMV8_PSCI_RELOCATE Kconfig optionMichael Walle2022-04-263-19/+21
| * armv8: psci: skip setup code if we are not EL3Michael Walle2022-04-261-0/+3
| * armv8: layerscape: get rid of smc_call()Michael Walle2022-04-264-49/+31
| * armv8: include psci_update_dt() unconditionallyMichael Walle2022-04-261-4/+5
| * arm: layerscape: Disable erratum A009007 on LS1021A, LS1043A, and LS1046ASean Anderson2022-04-262-3/+0
| * armv8: fsl-layerscape: Respect Kconfig for erratum A009007Sean Anderson2022-04-251-0/+3
| * configs: Layerscape: Remove the 'fdt_addr' envHou Zhiqiang2022-04-2514-20/+4
* | Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodia...Tom Rini2022-04-278-18/+131
|\ \
| * | doc: boards: amlogic: update jethub d1 specificationsVyacheslav Bocharov2022-04-261-10/+16
| * | doc: boards: amlogic: update documentation for ADC support for AXGVyacheslav Bocharov2022-04-261-1/+1
| * | board: amlogic: jethub j100: enable saradc in configVyacheslav Bocharov2022-04-251-0/+5
| * | board: amlogic: jethub j100: enable saradc in dtsVyacheslav Bocharov2022-04-251-0/+10
| * | adc: meson-saradc: add AXG variantVyacheslav Bocharov2022-04-251-0/+2
| * | clk: meson: update driver for g12a-ao clocksVyacheslav Bocharov2022-04-251-6/+9
| * | clk: meson: fix driver name for g12a-ao clocksVyacheslav Bocharov2022-04-251-1/+1
| * | clk: meson: add minimal driver for axg-ao clocksVyacheslav Bocharov2022-04-252-0/+87
| |/
* | Merge tag 'u-boot-at91-2022.07-b' of https://source.denx.de/u-boot/custodians...Tom Rini2022-04-2663-90/+652
|\ \
| * | ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB linesTudor Ambarus2022-04-261-1/+1
| * | ARM: dts: at91: sama7g5: Fix QSPI1 clockTudor Ambarus2022-04-261-1/+1
| * | spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-261-0/+3
| * | include: configs: at91/sam: remove stray #ifdef/#elseEugen Hristev2022-04-266-52/+0
| * | ARM: dts: sam9x60: Add pit64b nodeDurai Manickam KR2022-04-261-0/+7
| * | timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev2022-04-2620-1/+29
| * | timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev2022-04-267-1/+14
| * | ARM: mach-at91: armv7: Remove default reset driverSergiu Moga2022-04-262-34/+0
| * | ARM: mach-at91: arm926ejs: Add SYSRESET conditionalSergiu Moga2022-04-261-0/+2
| * | configs: at91: Enable SYSRESET for Atmel/Microchip's platformsSergiu Moga2022-04-2634-0/+124
| * | sysreset: Add Atmel/Microchip sysreset driverSergiu Moga2022-04-263-0/+87
| * | ARM: dts: at91: Add RSTC nodeSergiu Moga2022-04-262-0/+13
| * | configs: Add sam9x60_curiosity_mmc_defconfigDurai Manickam KR2022-04-262-0/+75
| * | ARM: dts: Add device tree files for sam9x60_curiosityDurai Manickam KR2022-04-263-0/+155
| * | board: Add sam9x60_curiosity supportDurai Manickam KR2022-04-266-0/+141
|/ /
* | Prepare v2022.07-rc1v2022.07-rc1Tom Rini2022-04-251-2/+2
* | configs: Resync with savedefconfigTom Rini2022-04-2522-76/+0
* | nds32: Remove the architectureTom Rini2022-04-2589-5659/+15
* | Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-2586-110/+7188
|\ \
| * | bootstd: doc: Add documentationSimon Glass2022-04-2511-0/+1376
| * | bootstd: Provide a default commandSimon Glass2022-04-251-1/+16
| * | bootstd: Add setup for the bootflow testsSimon Glass2022-04-252-0/+103
| * | bootstd: Add tests for bootstd including all uclassesSimon Glass2022-04-2513-2/+845
| * | bootstd: usb: Add a bootdev driverSimon Glass2022-04-253-0/+76
| * | bootstd: Add an implementation of script bootSimon Glass2022-04-253-0/+151
| * | bootstd: sandbox: Add a hostfs bootdevSimon Glass2022-04-256-0/+70
| * | bootstd: Add a sandbox bootmeth driverSimon Glass2022-04-253-0/+77
| * | bootstd: Add an implementation of EFI bootmgrSimon Glass2022-04-252-0/+89
| * | bootstd: Add a system bootdev for strange boot methodsSimon Glass2022-04-253-1/+73
| * | bootstd: Add an implementation of EFI bootSimon Glass2022-04-253-0/+210
| * | bootstd: Add an implementation of distro PXE bootSimon Glass2022-04-253-0/+197
| * | bootstd: ethernet: Add a bootdev driverSimon Glass2022-04-255-0/+120