summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: Move network rules to drivers/netWIP/2021-09-04-makefile-cleanups-part-bSimon Glass2021-09-047-7/+12
* net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass2021-09-0416-25/+25
* power: Refactor Makefile rulesSimon Glass2021-09-046-12/+25
* power: Add a POWER configSimon Glass2021-09-042-2/+16
* i2c: Convert CONFIG_POWER_I2C et al to KconfigSimon Glass2021-09-0468-65/+131
* power: Rename CONFIG_POWER to CONFIG_POWER_LEGACYSimon Glass2021-09-0434-40/+45
* power: Tidy up #undef of CONFIG_DM_PMICSimon Glass2021-09-0420-21/+38
* gpio: Add a GPIO configSimon Glass2021-09-042-3/+14
* tegra: gpio: Drop use of CONFIG_xxx variablesSimon Glass2021-09-041-5/+5
* Makefile: Move drivers/dma/ into drivers/MakefileSimon Glass2021-09-043-2/+3
* Convert CONFIG_DMA_LPC32XX to KconfigSimon Glass2021-09-044-4/+12
* ti: Convert CONFIG_TI_EDMA3 to KconfigSimon Glass2021-09-049-1/+8
* dma: Add a Kconfig for legacy DMASimon Glass2021-09-041-0/+10
* Makefile: Unify the rules for BOOTCOUNT_LIMITSimon Glass2021-09-041-3/+1
* sata: Rename SATA_SUPPORT to SATASimon Glass2021-09-049-16/+16
* ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDRSimon Glass2021-09-0475-78/+78
* Rename CACHE_SUPPORT to CACHESimon Glass2021-09-042-8/+1
* spi: Rename SPI_SUPPORT to SPISimon Glass2021-09-04110-117/+116
* serial: Add a SERIAL configSimon Glass2021-09-042-3/+13
* serial: Rename SERIAL_SUPPORT to SERIALSimon Glass2021-09-04313-353/+353
* rtc: Rename RTC_SUPPORT to RTCSimon Glass2021-09-047-8/+8
* pch: Rename PCH_SUPPORT to PCHSimon Glass2021-09-046-10/+10
* mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-04212-232/+233
* Merge branch '2021-09-03-xyz-modem-fixes' into nextTom Rini2021-09-032-6/+38
|\
| * xyz-modem: Allow to cancel transfer also by CTRL+CWIP/2021-09-03-xyz-modem-fixesPali Rohár2021-09-031-0/+2
| * xyz-modem: Show information about finished transferPali Rohár2021-09-031-0/+16
| * xyz-modem: Properly abort/terminate transfer on errorPali Rohár2021-09-031-1/+13
| * xyz-modem: Close stream after processing/sending terminate sequencePali Rohár2021-09-031-1/+1
| * xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()Pali Rohár2021-09-031-2/+2
| * xyz-modem: Fix x-modem "xyzModem_eof error" at the end of filePali Rohár2021-09-031-0/+2
| * xyz-modem: Fix crash after cancelling transferPali Rohár2021-09-031-2/+2
|/
* Revert most of the series for adding vexpress_aemv8r supportWIP/03Sep2021-nextTom Rini2021-09-0316-383/+43
* Merge branch '2021-09-02-assorted-platform-and-bugfixes' into nextTom Rini2021-09-0231-91/+527
|\
| * tools: env: Handle shorter read callsThibault Ferrante2021-09-021-10/+12
| * psci: fix double declarationOleksandr Suvorov2021-09-021-1/+0
| * pci: iproc: fix compilation errors and warningsBharat Gooty2021-09-021-3/+4
| * mailmap: Update e-mail for Jernej SkrabecJernej Skrabec2021-09-021-0/+1
| * ARM: Prevent the compiler from using NEON registersSamuel Holland2021-09-021-0/+1
| * doc: Add documentation for the Arm vexpress board configsPeter Hoyes2021-09-024-1/+69
| * arm: Use armv8_switch_to_el1 env to switch to EL1Peter Hoyes2021-09-021-15/+25
| * vexpress64: Add BASER_FVP vexpress board variantPeter Hoyes2021-09-027-24/+94
| * armv8: Add ARMv8 MPU configuration logicPeter Hoyes2021-09-022-3/+154
| * armv8: Ensure EL1&0 VMSA is enabledPeter Hoyes2021-09-022-0/+41
| * armv8: Disable pointer authentication traps for EL1Peter Hoyes2021-09-024-4/+26
| * Revert "configs: synquacer: Make U-Boot binary position independent"Masami Hiramatsu2021-09-021-2/+1
| * lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab2021-09-023-2/+1
| * cmd/part: correct alignment of partition listHeinrich Schuchardt2021-09-021-1/+1
| * arm: mach-snapdrgon: misc: Simplify msm_generate_mac_addr()Stephan Gerhold2021-09-021-11/+10
| * arm: mach-snapdragon: misc: Initialize eMMC if necessaryStephan Gerhold2021-09-021-0/+3
| * armv7: Add Position Independent Execution supportChia-Wei Wang2021-09-024-11/+80