summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* menu: add support for client defined statusline functionWIP/2020-05-06-master-importsThirupathaiah Annapureddy2020-05-064-37/+41
* rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-061-2/+2
* cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2020-05-062-3/+15
* arm: vexpress64: Remove unneeded CONFIG_ checkAndre Przywara2020-05-061-6/+0
* arm: juno: enable USBAndre Przywara2020-05-063-0/+14
* arm: juno: Use PSCI based resetAndre Przywara2020-05-062-3/+3
* arm: juno: Enable OF_CONTROLAndre Przywara2020-05-064-3/+70
* arm: juno: Fix UART clock rateAndre Przywara2020-05-061-1/+1
* uart: pl011: Add proper DM clock supportAndre Przywara2020-05-061-16/+33
* arm: juno: Fix Juno address variablesAndre Przywara2020-05-061-15/+13
* include/eeprom.h: fix build errorsRasmus Villemoes2020-05-061-3/+3
* Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini2020-05-061-1/+2
* cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan2020-05-061-0/+2
* scripts/get_default_envs.sh: preserve order of multiple entries for same vari...Rasmus Villemoes2020-05-061-1/+1
* Merge git://git.denx.de/u-boot-usbWIP/05May2020Tom Rini2020-05-0525-188/+1135
|\
| * MAINTAINERS: MediaTek: add USB related filesChunfeng Yun2020-05-021-0/+3
| * dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controllerChunfeng Yun2020-05-021-0/+40
| * dt-bindings: phy-mtk-tphy: add properties of address mapping and clocksChunfeng Yun2020-05-021-10/+68
| * arm: dts: mt7629: add usb related nodesChunfeng Yun2020-05-022-0/+49
| * xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-025-0/+323
| * phy: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-05-021-3/+18
| * phy: phy-mtk-tphy: add support new versionChunfeng Yun2020-05-021-5/+63
| * phy: phy-mtk-tphy: add support USB physChunfeng Yun2020-05-021-9/+218
| * usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun2020-05-021-76/+17
| * usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-024-85/+27
| * test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-022-0/+44
| * phy: Add API for a bulk of physChunfeng Yun2020-05-022-0/+189
| * test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-022-0/+39
| * dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-024-0/+37
* | Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-0516-286/+174
|\ \
| * | efi_loader: change setup sequenceHeinrich Schuchardt2020-05-041-5/+5
| * | test: stabilize test_efi_secbootHeinrich Schuchardt2020-05-043-9/+9
| * | efi_loader: correct comments for efi_status_tHeinrich Schuchardt2020-05-043-5/+5
| * | efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt2020-05-041-104/+37
| * | efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt2020-05-041-29/+3
| * | cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt2020-05-041-21/+19
| * | efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro2020-05-042-0/+31
| * | efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro2020-05-041-130/+64
| * | efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro2020-05-041-1/+1
| * | lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-049-7/+17
| * | lib/crypto, efi_loader: avoid multiple inclusions of header filesAKASHI Takahiro2020-05-042-0/+8
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2020-05-05128-83/+1580
|\ \
| * | powerpc: dts: p1010: add i2c nodeBiwen Li2020-05-044-0/+18
| * | doc: fix references to README.qe_firmwareHeinrich Schuchardt2020-05-042-3/+6
| * | configs: P1010RDB: Enable PCIe driverHou Zhiqiang2020-05-0416-0/+64
| * | powerpc: P1010RDB: Disable legacy PCIe driver when DM_PCI is enabledHou Zhiqiang2020-05-041-16/+26
| * | powerpc: P1010RDB: Compile legacy PCIe routines conditionallyHou Zhiqiang2020-05-041-2/+2
| * | powerpc: Enable device tree support for P1010RDBHou Zhiqiang2020-05-0425-16/+223
| * | configs: T1042D4RDB: enable DM_I2C and DM_RTCBiwen Li2020-05-044-0/+8
| * | dm: powerpc: T1040/T1042: add i2c DM supportBiwen Li2020-05-046-7/+40