summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16efi_loader: efi_dp_from_file() expect UTF-8 pathHeinrich Schuchardt
2019-07-16test: unit test for u16_strlen()Heinrich Schuchardt
2019-07-16efi_loader: support unaligned u16 stringsHeinrich Schuchardt
2019-07-16efi_loader: avoid alignment errorHeinrich Schuchardt
2019-07-16disk: efi: avoid unaligned pointer errorHeinrich Schuchardt
2019-07-16efi_loader: add more sources to Sphinx documentationHeinrich Schuchardt
2019-07-16efi_loader: function comments cmd/efi_debug.cHeinrich Schuchardt
2019-07-16efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt
2019-07-16efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt
2019-07-16efi_loader: fix comment for struct efi_pool_allocationHeinrich Schuchardt
2019-07-16efi_loader: fix comments for variable servicesHeinrich Schuchardt
2019-07-16efi_driver: use Sphinx style commentsHeinrich Schuchardt
2019-07-16efi_loader: fix comments for efi_update_exit_data()Heinrich Schuchardt
2019-07-16efi_loader: fix function comments in efi_boottime.cHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-16efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGEHeinrich Schuchardt
2019-07-16efi_loader: efi_set_virtual_address_map_runtime()Heinrich Schuchardt
2019-07-16efi_selftest: do not call CloseEvent() after ExitBootServices()Heinrich Schuchardt
2019-07-16efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt
2019-07-16efi_loader: duplicate IMAGE_SUBSYSTEM_EFI_APPLICATIONHeinrich Schuchardt
2019-07-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-07-15net: macb: Add support for 1000-baseXRadu Pirea
2019-07-15net: macb: Fixed reading MII_LPA registerRadu Pirea
2019-07-15configs: am65x_evm_a53: enable networkingGrygorii Strashko
2019-07-15arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defsGrygorii Strashko
2019-07-15arm64: dts: ti: k3-am65: add mcu cpsw nodeGrygorii Strashko
2019-07-15net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driverKeerthy
2019-07-15driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addrKeerthy
2019-07-15net: phy: cortina: Use block layer to read from mmcYinbo Zhu
2019-07-15net: mscc: refactor mscc_miimHoratiu Vultur
2019-07-15test: dm: add MDIO testAlex Marginean
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2019-07-15net: mscc: serval: Remove delay when serdes is configuredHoratiu Vultur
2019-07-15net: phy: ti: Fix clock output DT propertyTrent Piepho
2019-07-15net: phy: ti: Use default values for tx/rx delay and fifo sizeTrent Piepho
2019-07-15cmd: mii: Add the standard 1000BASE-T registersTrent Piepho
2019-07-15cmd: mii: Refactor some of the MII reg dump codeTrent Piepho
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-07-15mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan
2019-07-15mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan
2019-07-15mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan
2019-07-15mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan
2019-07-15mmc: Parse no-1-8-v DT propertyPeng Fan
2019-07-15mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li
2019-07-15cmd: Remove mmc_spi commandAnup Patel
2019-07-15mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel