summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: sandbox: Refactor sandbox send functionJoe Hershberger2018-10-102-74/+132
* net: sandbox: Move disabled flag into priv structJoe Hershberger2018-10-101-4/+14
* phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macrosPriyanka Jain2018-10-101-0/+8
* net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann2018-10-103-0/+45
* net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann2018-10-101-1/+26
* net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann2018-10-102-0/+44
* linux/if_ether.h: Add VLAN related macrosBin Meng2018-10-101-0/+20
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-1013-41/+4
* linux/if_ether.h: Initial import from Linux kernel v4.17Bin Meng2018-10-101-0/+158
* net: pch_gbe: Make probe/remove staticBin Meng2018-10-091-2/+2
* linux/compat.h: Add netdev_### log macrosBin Meng2018-10-093-18/+19
* linux/mdio.h: Sync with Linux kernel v4.17Bin Meng2018-10-091-4/+30
* linux/mii.h: Sync with Linux kernel v4.17Bin Meng2018-10-091-57/+69
* Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander2018-10-073-1/+7
* avb_verify: support sandbox configurationJens Wiklander2018-10-071-1/+2
* test_avb: Update pymark.buildconfigspec information for the AVB testsJens Wiklander2018-10-071-3/+5
* avb_verify: support using OP-TEE TA AVBJens Wiklander2018-10-073-1/+134
* test: tee: test TEE uclassJens Wiklander2018-10-072-0/+99
* tee: add sandbox driverJens Wiklander2018-10-075-3/+347
* sandbox: imply CONFIG_TEE (TEE uclass)Jens Wiklander2018-10-071-0/+1
* sandbox: dt: add sandbox_tee nodeJens Wiklander2018-10-073-0/+12
* tee: optee: support AVB trusted applicationJens Wiklander2018-10-075-0/+127
* optee: support routing of rpmb data frames to mmcJens Wiklander2018-10-075-1/+247
* arm: dt: hikey: Add optee nodeJens Wiklander2018-10-071-0/+7
* Documentation: tee uclass and op-tee driverJens Wiklander2018-10-071-0/+112
* tee: add OP-TEE driverJens Wiklander2018-10-0710-0/+1900
* dt/bindings: add bindings for opteeJens Wiklander2018-10-071-0/+31
* Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander2018-10-078-0/+569
* mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander2018-10-072-0/+179
* cmd: avb: print error message if command failsJens Wiklander2018-10-071-0/+17
* cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander2018-10-071-1/+1
* dm: fdt: scan for devices under /firmware tooJens Wiklander2018-10-071-5/+10
* spl: spi: Do not hardcode fixed size for headerMichal Simek2018-10-061-3/+3
* spl: ram: Fix u_boot_pos calculationMichal Simek2018-10-061-3/+2
* mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7Patrice Chotard2018-10-061-7/+2
* fs: fat: fix set_cluster()Heinrich Schuchardt2018-10-061-10/+17
* fs: fat: memory leak in fat_unlink()Heinrich Schuchardt2018-10-061-1/+7
* ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodectionAdam Ford2018-10-063-103/+8
* ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 TorpedoAdam Ford2018-10-067-0/+306
* ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LVAdam Ford2018-10-062-0/+49
* ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xxAdam Ford2018-10-063-47/+0
* ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with KernelAdam Ford2018-10-063-30/+32
* misc: Add support for the Arm Versatile Express config busLiviu Dudau2018-10-064-0/+144
* configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt2018-10-0623-56/+4
* test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro2018-10-061-0/+133
* test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro2018-10-061-7/+7
* test/py: ignore console read exceptions after test failureStephen Warren2018-10-061-1/+11
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-10-057-1/+183
|\
| * ARM: rmobile: Enable PHY framework on Gen3Marek Vasut2018-10-031-0/+1
| * phy: rcar: Add R-Car Gen3 PHY driverMarek Vasut2018-10-033-0/+170