summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-164-19/+27
* efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-162-0/+193
* efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt2019-07-162-8/+31
* efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt2019-07-161-1/+1
* efi_selftest: do not call CloseEvent() after ExitBootServices()Heinrich Schuchardt2019-07-161-23/+0
* efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt2019-07-165-31/+29
* efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATIONHeinrich Schuchardt2019-07-161-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-07-1532-625/+1506
|\
| * net: macb: Add support for 1000-baseXRadu Pirea2019-07-151-2/+4
| * net: macb: Fixed reading MII_LPA registerRadu Pirea2019-07-151-1/+1
| * configs: am65x_evm_a53: enable networkingGrygorii Strashko2019-07-151-0/+6
| * arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defsGrygorii Strashko2019-07-151-0/+59
| * arm64: dts: ti: k3-am65: add mcu cpsw nodeGrygorii Strashko2019-07-152-0/+113
| * net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy2019-07-153-0/+801
| * driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy2019-07-152-3/+3
| * net: phy: cortina: Use block layer to read from mmcYinbo Zhu2019-07-151-0/+5
| * net: mscc: refactor mscc_miimHoratiu Vultur2019-07-158-516/+63
| * test: dm: add MDIO testAlex Marginean2019-07-157-0/+163
| * net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-156-0/+184
| * net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur2019-07-151-2/+0
| * net: phy: ti: Fix clock output DT propertyTrent Piepho2019-07-151-8/+2
| * net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho2019-07-151-3/+3
| * cmd: mii: Add the standard 1000BASE-T registersTrent Piepho2019-07-151-5/+29
| * cmd: mii: Refactor some of the MII reg dump codeTrent Piepho2019-07-151-85/+70
* | Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-07-1517-419/+659
|\ \ | |/ |/|
| * mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan2019-07-151-2/+2
| * mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan2019-07-151-0/+7
| * mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan2019-07-151-0/+20
| * mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan2019-07-151-9/+5
| * mmc: Parse no-1-8-v DT propertyPeng Fan2019-07-151-0/+5
| * mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan2019-07-151-0/+2
| * mmc: support hs400 enhanced strobe modePeng Fan2019-07-154-1/+115
| * mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li2019-07-151-2/+2
| * cmd: Remove mmc_spi commandAnup Patel2019-07-155-100/+0
| * mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2019-07-153-173/+320
| * mmc: skip select_mode_and_width for MMC SPI hostAnup Patel2019-07-151-0/+14
| * mmc: retry a few times if a partition switch failedJean-Jacques Hiblot2019-07-151-3/+7
| * mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot2019-07-151-36/+0
| * mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot2019-07-151-13/+36
| * mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-152-0/+15
| * mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-152-1/+11
| * mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-153-6/+4
| * mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot2019-07-153-21/+37
| * mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot2019-07-151-4/+0
| * Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-153-28/+0
| * mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot2019-07-151-9/+0
| * mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot2019-07-151-7/+6
| * mmc: rpmb: fix response type of CMD25Akio Hirayama2019-07-151-2/+2
| * mmc: sdhci: Implement SDHCI card detectT Karthik Reddy2019-07-151-0/+32
| * mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy2019-07-151-0/+6