Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
da62ad247eb533ee01828f7a409b8f78be35ad4c
da62ad2
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· Thu Jan 28 18:42:10 2016 -0500
ad28a31
net: Add bootfile in DHCP Request
by Alexandre Messier
· Thu Jan 28 11:19:02 2016 -0500
52a5282
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· Thu Jan 28 15:17:11 2016 -0500
be799dd
net: phy: implements probe for Cortina phy
by Shaohui Xie
· Thu Jan 28 15:56:36 2016 +0800
62a7b92
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
by Shaohui Xie
· Thu Jan 28 15:55:46 2016 +0800
826df7a
net: phy: micrel: fix divisor value for KSZ9031 phy skew
by Dinh Nguyen
· Wed Jan 27 15:46:00 2016 -0600
427afbb
net: phy: micrel: add documentation for Micrel KSZ90x1 binding
by Dinh Nguyen
· Wed Jan 27 15:45:59 2016 -0600
010c5ec
net: phy: Use 'autoneg' flag from phydev
by Alexandre Messier
· Fri Jan 22 14:16:56 2016 -0500
103a8c4
net: phy: Set ANRESTART in setup_forced
by Alexandre Messier
· Fri Jan 22 14:16:15 2016 -0500
94bde10
net: phy: micrel: Disable B_CAST on config
by Alexandre Messier
· Fri Jan 22 14:06:33 2016 -0500
8602d5c
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· Sun Jan 17 14:52:01 2016 -0700
c6011d2
net: Move driver-model code into its own file
by Simon Glass
· Sun Jan 17 14:52:00 2016 -0700
d9582c3
net: Move remaining common functions to eth_common.c
by Simon Glass
· Sun Jan 17 14:51:59 2016 -0700
ce63f89
net: Move environment functions to the common file
by Simon Glass
· Sun Jan 17 14:51:58 2016 -0700
0a9bde1
net: Move common init into a new eth_common.c file
by Simon Glass
· Sun Jan 17 14:51:57 2016 -0700
a7d6dbb
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· Sun Jan 17 14:51:56 2016 -0700
e49f495
tegra: Report errors from PCI init
by Simon Glass
· Sun Jan 17 14:51:55 2016 -0700
a3d3874
net/designware: add support of max-speed device tree property
by Alexey Brodkin
· Wed Jan 13 16:59:37 2016 +0300
a5e8819
net/designware: do explicit port selection for 1Gb mode
by Alexey Brodkin
· Wed Jan 13 16:59:36 2016 +0300
4384ea4
include/net.h: add max_speed member in struct eth_pdata
by Alexey Brodkin
· Wed Jan 13 16:59:35 2016 +0300
e476bb2
drivers/net/phy: introduce phy_set_supported()
by Alexey Brodkin
· Wed Jan 13 16:59:34 2016 +0300
33bbc24
net: phy: breakdown PHY_*_FEATURES defines
by Florian Fainelli
· Wed Jan 13 16:59:33 2016 +0300
6cc1e7d
net: phy: genphy: Allow overwriting features
by Sascha Hauer
· Wed Jan 13 16:59:32 2016 +0300
6c8be84
net: phy: ensure Gigabit features are masked off if requested
by Florian Fainelli
· Wed Jan 13 16:59:31 2016 +0300
f409b36
arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()
by Bin Meng
· Mon Jan 11 22:41:26 2016 -0800
74314f1
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
by Bin Meng
· Mon Jan 11 22:41:25 2016 -0800
1048f61
net: tsec: Add driver model ethernet support
by Bin Meng
· Mon Jan 11 22:41:24 2016 -0800
a8ccf75
doc: dt-bindings: Describe Freescale TSEC ethernet controller
by Bin Meng
· Mon Jan 11 22:41:23 2016 -0800
e86a6cd
net: tsec: Use tsec_private pointer as the parameter for internal routines
by Bin Meng
· Mon Jan 11 22:41:22 2016 -0800
80b1a1c
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
by Bin Meng
· Mon Jan 11 22:41:21 2016 -0800
1120c54
net: tsec: Move rxbd and txbd to struct tsec_private
by Bin Meng
· Mon Jan 11 22:41:20 2016 -0800
76f5399
net: tsec: Move rx_idx and tx_idx to struct tsec_private
by Bin Meng
· Mon Jan 11 22:41:19 2016 -0800
79cd33a
net: tsec: fsl_mdio: Fix several cosmetic issues
by Bin Meng
· Mon Jan 11 22:41:18 2016 -0800
9e0a370
arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:17 2016 -0800
e52fb1c
powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:16 2016 -0800
d268e91
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:15 2016 -0800
28cedb2
powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:14 2016 -0800
e1bd42d
powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:13 2016 -0800
1e0e00a
powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
by Bin Meng
· Mon Jan 11 22:41:12 2016 -0800
67e72e9
net: bootp: Ignore packets whose yiaddr is 0
by Peng Fan
· Thu Jan 07 15:28:23 2016 +0800
d73a949
drivers: net: vsc9953: Add LAG support
by Codrin Ciubotariu
· Tue Dec 15 15:21:06 2015 +0200
ca61fa7
common: cmd_ethsw: Spelling fixes
by Codrin Ciubotariu
· Tue Dec 15 15:21:05 2015 +0200
489d35d
doc: t1040-l2switch: Update README
by Codrin Ciubotariu
· Tue Dec 15 15:21:04 2015 +0200
25f253a
drivers: net: vsc9953: Fix FDB aging time
by Codrin Ciubotariu
· Tue Dec 15 15:21:03 2015 +0200
024e7dd
drivers: net: vsc9953: Fix number of reserved registers
by Codrin Ciubotariu
· Tue Dec 15 15:21:02 2015 +0200
e64013d
net: phy: do not read configuration register on reset
by Stefan Agner
· Wed Dec 09 11:21:25 2015 -0800
179a5b5
ARM: tegra: rm Jetson TK1 PMIC GPIO programming
by Stephen Warren
· Mon Jan 18 11:23:16 2016 -0700
2b90633
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· Thu Jan 28 10:07:22 2016 -0500
4f8d4e9
x86: Correct spi node alias
by Bin Meng
· Wed Jan 27 00:56:34 2016 -0800
389ef48
x86: config option for loading ACPI table from QEMU
by Miao Yan
· Wed Jan 20 01:57:07 2016 -0800
3b68c52
x86: qemu: add the ability to load and link ACPI tables from QEMU
by Miao Yan
· Wed Jan 20 01:57:06 2016 -0800
35603ff
x86: qemu: setup PM IO base for ACPI in southbridge
by Miao Yan
· Wed Jan 20 01:57:05 2016 -0800
c90a058
x86: qemu: re-structure qemu_fwcfg_list_firmware()
by Miao Yan
· Wed Jan 20 01:57:04 2016 -0800
a377b7c
x86: baytrail: Add option to disable the internal UART to setup_early_uart()
by Stefan Roese
· Tue Jan 19 14:24:12 2016 +0100
ba019ed
misc: Add simple driver to enable the legacy UART on Winbond Super IO chips
by Stefan Roese
· Tue Jan 19 14:05:10 2016 +0100
9436b3e
x86: x86-common.h: Add generic FS commands
by Stefan Roese
· Mon Jan 18 14:49:57 2016 +0100
9433fcb
x86: baytrail: Add documentation for FSP memory-down values
by Stefan Roese
· Mon Jan 18 11:55:44 2016 +0100
d51b77e
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Wed Jan 27 15:05:36 2016 -0500
f19799b
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· Wed Jan 27 15:05:12 2016 -0500
138a36a
armv8/ls1043aqds: add QSPI boot support
by Qianyu Gong
· Mon Jan 25 15:16:07 2016 +0800
760df89
armv8/ls1043aqds: add QSPI support in SD boot
by Gong Qianyu
· Mon Jan 25 15:16:06 2016 +0800
51c18dc
armv8/ls1043aqds: add DSPI support
by Gong Qianyu
· Mon Jan 25 15:16:05 2016 +0800
6d85a60
dm: env_sf: fix saveenv() to use driver model
by Gong Qianyu
· Tue Jan 26 15:06:42 2016 +0800
4e8630b
spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue
by Gong Qianyu
· Tue Jan 26 15:06:41 2016 +0800
a5357ca
spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
by Gong Qianyu
· Tue Jan 26 15:06:40 2016 +0800
14b532e
spi: fsl_qspi: fix compile warning for 64-bit platform
by Gong Qianyu
· Tue Jan 26 15:06:39 2016 +0800
b73a3d6
mmc: fsl_esdhc: set Abort command type for CMD12
by Yangbo Lu
· Thu Jan 21 17:33:19 2016 +0800
7e6b49e
armv8/ls1043aqds: Add lpuart support
by Wenbin Song
· Thu Jan 21 17:14:55 2016 +0800
b6dd4c1
armv8/ls1043aqds: Spilt off board device tree
by Wenbin Song
· Thu Jan 21 17:14:54 2016 +0800
db1ab38
armv8/ls1043aqds: Select lpuart pins of various muxes
by Shaohui Xie
· Thu Jan 21 17:14:53 2016 +0800
9d7f321
mmc: fsl_esdhc: increase data transaction timeout to 500ms
by Yangbo Lu
· Wed Dec 30 14:19:30 2015 +0800
7fd59d9
driver: net: fsl-mc: Remove portal id hard-coding
by Prabhakar Kushwaha
· Thu Dec 24 15:33:49 2015 +0530
314aa55
driver: net: ldpaa: Add debug info of printing DPMAC stats
by Prabhakar Kushwaha
· Thu Dec 24 15:33:37 2015 +0530
0c99977
driver: net: ldpaa: Increase num of buffers for a pool
by Prabhakar Kushwaha
· Thu Dec 24 15:33:25 2015 +0530
b0efba7
driver: net: ldpaa: Report back only error frames for tx
by Prabhakar Kushwaha
· Thu Dec 24 15:33:13 2015 +0530
e26e285
driver: net: fsl-mc: Prepare extended cfg for DPNI create
by Prabhakar Kushwaha
· Thu Dec 24 15:33:01 2015 +0530
c3d06e3
driver: net: fsl-mc: flib changes for MC FW 9.0.0
by Prabhakar Kushwaha
· Thu Dec 24 15:32:49 2015 +0530
0a4156c
driver: net: fsl-mc: Add version check for MC objects
by Prabhakar Kushwaha
· Thu Dec 24 15:32:37 2015 +0530
8a47d5c
secure_boot: change error handler for esbc_validate
by Aneesh Bansal
· Fri Jan 22 16:37:28 2016 +0530
c624909
secure_boot: enable chain of trust for PowerPC platforms
by Aneesh Bansal
· Fri Jan 22 16:37:27 2016 +0530
39d5b3b
secure_boot: enable chain of trust for ARM platforms
by Aneesh Bansal
· Fri Jan 22 16:37:26 2016 +0530
c4713ec
secure_boot: create function to determine boot mode
by Aneesh Bansal
· Fri Jan 22 16:37:25 2016 +0530
4310470
secure_boot: split the secure boot functionality in two parts
by Aneesh Bansal
· Fri Jan 22 16:37:24 2016 +0530
3322e21
secure_boot: include/configs: move definition of CONFIG_CMD_BLOB
by Aneesh Bansal
· Fri Jan 22 16:37:23 2016 +0530
962021a
secure_boot: include/configs: make secure boot header file uniform
by Aneesh Bansal
· Fri Jan 22 16:37:22 2016 +0530
3f355dd
ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver
by Ricardo Ribalda Delgado
· Tue Jan 26 13:47:45 2016 +0100
4efc4be
net: xilinx_ll_temac: Fix string overflow
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:24 2016 +0100
1a8e5b4
ppc: xilinx_ppc440_generic: Remove uncalled functions
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:23 2016 +0100
1dcceba
ppc: xilinx_ppc405_generic: Remove uncalled functions
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:22 2016 +0100
5db1f9d
ppc: xilinx_ppc440_generic: Remove weak attributes
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:21 2016 +0100
53b7e9f
ppc: xilinx_ppc405_generic: Remove weak attributes
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:20 2016 +0100
4f40e13
ppc: xilinx-ppc4xx: Port to DM serial
by Ricardo Ribalda Delgado
· Tue Jan 26 11:24:19 2016 +0100
47ce936
ARM: zynq: zynqmp: Line up checkboard message
by Michal Simek
· Mon Jan 25 11:04:21 2016 +0100
7355104
ARM64: zynqmp: Define auto negotiation timeout
by Siva Durga Prasad Paladugu
· Tue Jan 05 15:21:46 2016 +0530
1bbe495
ARM64: zynqmp: Do not setup bootargs
by Michal Simek
· Thu Jan 14 13:44:29 2016 +0100
c2d1150
ARM64: zynqmp: Dont use shortcut for setenv
by Siva Durga Prasad Paladugu
· Fri Sep 11 11:57:25 2015 +0530
e69d0fe
ARM64: zynqmp: Modify the autoboot commands
by Siva Durga Prasad Paladugu
· Mon Sep 07 11:03:47 2015 +0530
f3da2f0
ARM64: zynqmp: Include GbE speed/duplex detection
by Michal Simek
· Thu Sep 24 20:12:29 2015 +0200
b7a4c9b
ARM64: zynqmp: Enable NATSEMI phys
by Michal Simek
· Wed Sep 23 19:35:31 2015 +0200
116cc8b
ARM64: zynqmp: Allow overwrite identification string
by Michal Simek
· Fri Aug 28 13:34:37 2015 +0200
Next »