summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * armv8/ls1043ardb: Add sd boot supportGong Qianyu2015-10-298-1/+77
| * armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardbYangbo Lu2015-10-295-8/+40
| * armv8/ls1043a: Add Fman supportShaohui Xie2015-10-2913-5/+295
| * armv8/ls1043ardb: Add nand boot supportGong Qianyu2015-10-2910-0/+123
| * armv8/ls1043ardb: Add LS1043ARDB board supportMingkai Hu2015-10-2915-0/+1106
| * armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu2015-10-2914-0/+1224
| * armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-2945-526/+713
| * net/fm: fix MDIO controller base on FMAN2Shaohui Xie2015-10-291-0/+17
| * net/fm: Add QSGMII PCS initShaohui Xie2015-10-291-5/+13
| * net: Move some header files to include/Shaohui Xie2015-10-2923-21/+21
| * net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie2015-10-291-1/+7
| * net/fm: Make the return value logic consistent with conventionHou Zhiqiang2015-10-291-24/+36
| * net/fm: Add support for 64-bit platformsHou Zhiqiang2015-10-293-33/+60
| * net/fm: Fix the endian issue to support both endianness platformsHou Zhiqiang2015-10-292-38/+43
| * armv7/ls1021a: move ns_access to common fileMingkai Hu2015-10-298-213/+141
| * common/board_f.c: change the macro name and remove it for PPC platformsGong Qianyu2015-10-2943-41/+25
| * arm: ls102xa: enable snooping for CAAM transactionshoria.geanta@freescale.com2015-10-292-0/+4
| * armv8: ls2085a: Add support of random MAC addressPrabhakar Kushwaha2015-10-295-0/+5
| * driver: net: ldpaa_eth: Set MAC address during interface openPrabhakar Kushwaha2015-10-291-12/+3
| * armv8: ls2085ardb: enable CONFIG_PHY_AQUANTIAShaohui Xie2015-10-291-0/+1
| * crypto/fsl: SEC driver cleanup for 64 bit and endiannessAneesh Bansal2015-10-295-24/+109
| * Data types defined for 64 bit physical addressAneesh Bansal2015-10-292-5/+9
| * Pointers in ESBC header made 32 bitAneesh Bansal2015-10-292-17/+17
| * ls102xa: fdt: Disable IFC in SD boot for QSPIAlison Wang2015-10-291-1/+1
| * arm: ls1021a: Add QSPI or IFC support in SD bootAlison Wang2015-10-269-26/+56
| * QE: modify the address of qe ucodeZhao Qiang2015-10-262-2/+2
| * armv8/fsl-lsch3: fdt: Check the pointer returned from call to a function may ...Alison Wang2015-10-261-1/+1
| * fdt_support: Don't panic if stdout alias is missingScott Wood2015-10-261-3/+8
| * arm/fsl-ls: Add CONFIG_OF_STDOUT_VIA_ALIASScott Wood2015-10-263-0/+3
* | README.scrapyard: Populate recent ppc4xx removalsTom Rini2015-10-301-4/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-10-2920-114/+326
|\ \
| * | net: eth: Check return value in various placesBin Meng2015-10-291-18/+25
| * | dm: test: Add a new test case against dm eth codes for NULL pointer accessBin Meng2015-10-291-0/+64
| * | net: eth: Clear MAC address in eth_pre_remove()Bin Meng2015-10-291-0/+5
| * | dm: core: Remove unnecessary codes in uclass_pre_remove_device()Bin Meng2015-10-291-7/+0
| * | net: pch_gbe: Add driver remove supportBin Meng2015-10-291-0/+12
| * | net: designware: Add driver remove supportBin Meng2015-10-291-0/+12
| * | net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng2015-10-292-0/+21
| * | net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-291-1/+1
| * | net: phy: Change to print all phys that are not foundBin Meng2015-10-291-1/+8
| * | net: phy: Don't create phy device when there is no phyBin Meng2015-10-291-1/+2
| * | net: phy: micrel: disable NAND-tree for KSZ8051Sylvain Rochet2015-10-291-0/+29
| * | net: rtl8169: Build warning fixes for 64-bitStephen Warren2015-10-291-4/+6
| * | net: Increase the size of the net_boot_file_name bufferJacob Stiffler2015-10-292-2/+2
| * | net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNLSylvain Lemieux2015-10-291-0/+11
| * | smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns2015-10-291-16/+0
| * | net: parse DHCP options from overloaded file/sname fieldsStefan Brüns2015-10-291-10/+32
| * | net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns2015-10-291-26/+18
| * | net: change the env name to use constJosh Wu2015-10-282-4/+4
| * | net/eth: fix a bug in on_ethaddr()Gong Qianyu2015-10-281-0/+1