summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: env: Handle shorter read callsWIP/2021-09-02-assorted-platform-and-bugfixesThibault 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
* arm: Fix option dependency with Kconfig languageChia-Wei Wang2021-09-021-4/+5
* Merge branch '2021-09-02-assorted-fixes' into nextTom Rini2021-09-0236-444/+2897
|\
| * ata: ahci-pci: Add new option CONFIG_SPL_AHCI_PCIWIP/2021-09-01-assorted-fixesPali Rohár2021-09-012-1/+7
| * ata: ahci-pci: Fix dependency on DM_PCIPali Rohár2021-09-011-0/+1
| * rtc: ds1307: Fix incorrect clock reset for DS13xxCallum Sinclair2021-09-011-13/+56
| * arm: u8500: Prefer building in thumb mode by defaultStephan Gerhold2021-09-011-0/+1
| * board: stemmy: Update documentationStephan Gerhold2021-09-016-56/+99
| * board: stemmy: Add basic Fastboot supportStephan Gerhold2021-09-013-0/+57
| * arm: dts: u8500: u-boot: Add fixed clock for eMMCStephan Gerhold2021-09-011-1/+10
| * arm: dts: u8500: Update from Linux ux500-dts-for-v5.15Stephan Gerhold2021-09-013-50/+175
| * arm: u8500: Imply options for new driversStephan Gerhold2021-09-011-0/+7
| * MAINTAINERS: Add new drivers for ARM U8500Stephan Gerhold2021-09-011-0/+5
| * loadb: Properly indicate aborted kermit transferPali Rohár2021-09-011-0/+3
| * scripts/checkpatch.pl: Resync with v5.13Tom Rini2021-09-014-247/+1919
| * mkimage: clarify error message for empty input filesThomas Hebb2021-09-011-0/+6
| * lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt2021-09-011-1/+1
| * fit: Use DM hash driver if supportedChia-Wei Wang2021-09-011-0/+30
| * crypto: hash: Add software hash DM driverChia-Wei Wang2021-09-013-0/+313
| * dm: hash: Add new UCLASS_HASH supportChia-Wei Wang2021-09-017-0/+196
| * lib/md5: Export progressive APIsChia-Wei Wang2021-09-012-3/+7
| * lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc2021-09-011-72/+4
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...WIP/31Aug2021-nextTom Rini2021-08-3112-61/+349
|\
| * sandbox: add test of wdt-uclass' watchdog_reset()Rasmus Villemoes2021-08-312-0/+56
| * sandbox: add test of wdt_gpio driverRasmus Villemoes2021-08-314-1/+43
| * watchdog: add gpio watchdog driverRasmus Villemoes2021-08-314-0/+97
| * watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-312-26/+36
| * board: x530: switch to wdt_stop_all()Rasmus Villemoes2021-08-311-3/+2
| * watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2021-08-312-0/+33
| * sandbox: disable CONFIG_WATCHDOG_AUTOSTARTRasmus Villemoes2021-08-312-0/+2
| * watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes2021-08-311-4/+16
| * watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes2021-08-311-16/+21
| * watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes2021-08-311-4/+4
| * watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes2021-08-311-20/+54