aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer1-0/+84
2017-02-08simple-bus: enable support for of-platdataKever Yang1-0/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass220-407/+445
2017-02-08patman: Format checkpatch messages for IDE throwbackSimon Glass1-2/+3
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2-0/+6
2017-02-08cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer1-11/+15
2017-02-08common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdpartsLadislav Michl1-5/+0
2017-02-08arm: socfpga: set the mpuclk divider in the Altera group registerDinh Nguyen3-0/+9
2017-02-07drivers: net: Provide Kconfig menu for PHYLIBAlex2-26/+92
2017-02-07net: phy: Improve the Marvell 151x constantsJoe Hershberger1-11/+36
2017-02-07net: fec_mxc: Fix corruption of device tree blobDaniel Strnad1-1/+0
2017-02-07net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit1-0/+1
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N2-2/+33
2017-02-07net: phy: vitesse: Fix cis8204 RGMII_ID codePhil Edworthy1-3/+1
2017-02-07net: phy: Marvell: Use phy_interface_is_rgmii helper functionPhil Edworthy1-4/+1
2017-02-07net: phy: Add support for Marvell M88E1512Phil Edworthy1-2/+7
2017-02-07net: phy: Fix mask so that we can identify Marvell 88E1518Phil Edworthy1-2/+2
2017-02-07net: phy: ti: Fix dp83867 RGMII_TXID interface pathPhil Edworthy1-2/+1
2017-02-07tools: Add tool to add crc8 to a mac addressoliver@schinagl.nl3-0/+80
2017-02-07tools: Allow crc8 to be usedoliver@schinagl.nl2-0/+4
2017-02-07net: core: cosmetic: A MAC address is not limited to SROMoliver@schinagl.nl1-1/+1
2017-02-07net: cosmetic: Define ethernet name lengtholiver@schinagl.nl1-1/+2
2017-02-07net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2-1/+6
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl4-36/+38
2017-02-07net: macb: Remove redundant #ifdef CONFIG_DM_ETHWenyou Yang1-3/+0
2017-02-07net: macb: Add the clock supportWenyou Yang1-0/+41
2017-02-07net: Kconfig: Add CONFIG_MACB optionWenyou Yang1-0/+10
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko2-10/+10
2017-02-07x86: qemu: Add a config for 64-bit U-BootBin Meng4-1/+95
2017-02-07x86: qemu: Add build options for SPLBin Meng1-0/+9
2017-02-07x86: qemu: Add a text base for 64-bit U-BootBin Meng1-2/+2
2017-02-07tools: binman: Handle optional microcode case in SPL imageBin Meng1-0/+6
2017-02-07tools: binman: Call correct init for Entry_u_boot_spl_with_ucode_ptrBin Meng1-1/+1
2017-02-07x86: qemu: Mark ucode as optional for SPL in u-boot.dtsiBin Meng1-0/+6
2017-02-07x86: qemu: Set up device tree for SPLBin Meng2-0/+8
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng2-4/+4
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng1-1/+4
2017-02-07x86: Compile irq.c for 64-bitBin Meng1-1/+1
2017-02-07x86: spl: Add weak arch_cpu_init_dm()Bin Meng1-0/+5
2017-02-07x86: Wrap print_ch() with config optionBin Meng1-0/+2
2017-02-07x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng1-0/+2
2017-02-07x86: link: Add a config for 64-bit U-BootSimon Glass4-1/+104
2017-02-07x86: Update compile/link flags to support 64-bit U-BootSimon Glass2-4/+28
2017-02-07x86: link: Add build options for SPLSimon Glass1-0/+9
2017-02-07x86: link: Set up device tree for SPLSimon Glass2-3/+16
2017-02-07x86: link: Add SPL declarations to the binman imageSimon Glass1-0/+19
2017-02-07x86: link: Add a text base for 64-bit U-BootSimon Glass1-1/+2
2017-02-07x86: Add a dummy setjmp implementation for x86_64Simon Glass2-1/+21
2017-02-07x86: Move setjmp to the i386 directorySimon Glass3-3/+1
2017-02-07x86: Move call64 to the i386 directorySimon Glass3-1/+2