aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-14pinctrl: Increase length of pinmux status bufferAshok Reddy Soma1-1/+1
2022-03-14cmd: test: pinmux: Do not check all empty spacesMichal Simek1-4/+4
2022-03-14Merge branch '2022-03-10-platform-updates' into nextTom Rini36-402/+962
2022-03-14arm: a37xx: Remap IO space to bus address 0x0Pali Rohár2-2/+7
2022-03-14tools: kwboot: Allow to mix positional arguments with option -bPali Rohár1-4/+14
2022-03-14tools: kwboot: Check if baudrate value is supported before sending imagePali Rohár1-1/+13
2022-03-14tools: kwboot: Allow to specify custom baudrate only in supported operationsPali Rohár1-0/+6
2022-03-14x86: Correct the coreboot header file in MAINTAINERSSimon Glass1-2/+2
2022-03-14x86: Add an enum name for the GNVS firmware typeSimon Glass1-1/+7
2022-03-13Merge tag 'efi-2022-04-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/13Mar2022Tom Rini6-17/+24
2022-03-12Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiWIP/12Mar2022Tom Rini23-26/+662
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt3-9/+9
2022-03-12doc: add libgnutls28-dev to build dependenciesHeinrich Schuchardt1-5/+6
2022-03-12doc: path to u-boot-spl.bin on SiFive Unmatched boardHeinrich Schuchardt1-1/+1
2022-03-12cmd: add serial console support for the cls commandHeinrich Schuchardt1-2/+8
2022-03-12mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel1-1/+1
2022-03-10arm: add initial support for the Phytium Pomelo BoardWIP/2022-03-10-platform-updatesweichangzheng14-0/+686
2022-03-10ARM: mach-omap2: omap3: Make clock functions staticAdam Ford1-2/+2
2022-03-10ARM: am3517_evm: Remove hard-coded pin muxingAdam Ford1-198/+0
2022-03-10ARM: dts: am3517-evm: Sync DTS with Linux 5.17-rc5Adam Ford4-42/+47
2022-03-10ARM: dts: logicpd-torpedo: Resyc DTS files with Linux 5.17-rc5Adam Ford4-34/+103
2022-03-10ARM: omap3_logic: Remove hard-coded USB muxingAdam Ford1-17/+0
2022-03-10ARM: dts: logicpd-som-lv: Resync DTS files with Linux 5.17-rc5Adam Ford4-43/+45
2022-03-10ARM: am3517-evm: Remove more non-DM legacy ethernet reset codeAdam Ford1-8/+0
2022-03-10configs: j721e_hs_evm_a72_defconfig: Add command for initializing QSGMII PHYAswath Govindraju1-1/+1
2022-03-10configs: j721e_evm_a72_defconfig: Fix the bootcmdAswath Govindraju1-1/+1
2022-03-10include: configs: j721e_evm.h: Fix the env variable corresponding to QSGMII P...Aswath Govindraju1-2/+17
2022-03-10ram: aspeed: Rework kconfig optionsJoel Stanley1-40/+51
2022-03-10ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATORRomain Naour1-0/+5
2022-03-10ARM: omap3_beagle: Enable PinctrlRomain Naour1-0/+2
2022-03-10ARM: omap3_beagle: Power on MMC when setting up PMICRomain Naour1-7/+2
2022-03-10ARM: omap3_beagle: Remove non-DM initializationRomain Naour1-7/+0
2022-03-10Merge branch '2022-03-09-events-subsystem' into nextTom Rini67-73/+1068
2022-03-10event: Add documentationSimon Glass4-0/+117
2022-03-10event: Add a script to decode the event-spy listSimon Glass3-0/+137
2022-03-10event: Add a commandSimon Glass5-0/+40
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass26-43/+74
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass21-22/+32
2022-03-10event: Add events for device probe/removeSimon Glass7-0/+96
2022-03-10event: Set up the event system on start-upSimon Glass1-0/+2
2022-03-10event: Add a simple testSimon Glass4-0/+53
2022-03-10event: Add basic support for eventsSimon Glass10-0/+465
2022-03-10binman: Expand elf support a littleSimon Glass1-7/+51
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2022-03-10sunxi: boards: Enable SPI flash support in U-Boot properAndre Przywara8-0/+14
2022-03-10env: sunxi: enable ENV_IS_IN_SPI_FLASHAndre Przywara1-0/+1
2022-03-10sunxi: use boot source for determining environment locationAndre Przywara1-8/+43
2022-03-10env: sunxi: Define location in SPI flashAndre Przywara1-2/+4
2022-03-10sunxi: Kconfig: Fix up SPI configurationAndre Przywara8-7/+6
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek6-0/+97