Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
18ad929242633c03e6d0895e50352c691f3b69ad
18ad929
arm: config: enforce -fno-pic for gcc
by Peng Fan
· Sat Jan 30 12:10:49 2016 +0800
7eab3a6
ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
by Wang Dongsheng
· Mon Jan 18 11:02:40 2016 +0800
c28ad23
arm: cache: Implement cache range check for v7
by Marek Vasut
· Mon Jul 27 22:34:17 2015 +0200
bf9032a
armv7: add cacheline sizes where missing
by Albert ARIBAUD
· Wed Jan 27 08:46:11 2016 +0100
d6e436e
arm: Remove S bit from MMU section entry
by Marek Vasut
· Tue Dec 29 19:44:02 2015 +0100
fbf49c0
arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7
by Marek Vasut
· Tue Dec 29 19:44:01 2015 +0100
cd01ef8
video: Correct 'tor' typo in comment
by Simon Glass
· Thu Jan 14 18:10:52 2016 -0700
3233798
video: test: Add console tests for truetype
by Simon Glass
· Thu Jan 14 18:10:51 2016 -0700
daac9c7
video: sandbox: Enable truetype fonts for sandbox
by Simon Glass
· Thu Jan 14 18:10:50 2016 -0700
69f617f
video: sandbox: Allow selection of font size and console name
by Simon Glass
· Thu Jan 14 18:10:49 2016 -0700
b3a72b3
video: Allow selection of the driver and font size
by Simon Glass
· Thu Jan 14 18:10:48 2016 -0700
0fb0dab
License: Add the Open Font License
by Simon Glass
· Thu Jan 14 18:10:47 2016 -0700
c5332cb
video: Add the Cantoraone decorative font
by Simon Glass
· Thu Jan 14 18:10:46 2016 -0700
cffe741
video: Add the Rufscript handwriting font
by Simon Glass
· Thu Jan 14 18:10:45 2016 -0700
87b7dae
video: Add the AnkaCoder mono-spaced font
by Simon Glass
· Thu Jan 14 18:10:44 2016 -0700
6e9d6e0
video: Add the Nimbus sans font
by Simon Glass
· Thu Jan 14 18:10:43 2016 -0700
2ef353e
video: Add a console driver that uses TrueType fonts
by Simon Glass
· Thu Jan 14 18:10:42 2016 -0700
33bd3b6
video: Provide a backspace method
by Simon Glass
· Thu Jan 14 18:10:41 2016 -0700
afee743
video: Provide a signal when a new console line is started
by Simon Glass
· Thu Jan 14 18:10:40 2016 -0700
a74451d
video: Provide a left margin for the text console
by Simon Glass
· Thu Jan 14 18:10:39 2016 -0700
37b8020
video: Handle the 'bell' character
by Simon Glass
· Thu Jan 14 18:10:38 2016 -0700
52c10c5
video: Use fractional units for X coordinates
by Simon Glass
· Thu Jan 14 18:10:37 2016 -0700
6e0721d
video kconfig console_normal
by Simon Glass
· Fri Jan 22 21:53:37 2016 +0100
439079a
Makefile: Add rules to build in .ttf files
by Simon Glass
· Thu Jan 14 18:10:35 2016 -0700
bcbb319
video: Add stb TrueType font renderer
by Simon Glass
· Thu Jan 14 18:10:34 2016 -0700
9deaf82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Fri Jan 29 13:47:38 2016 -0500
071bc84
test/py: dfu: allow boardenv to specify test sizes
by Stephen Warren
· Thu Jan 28 13:14:16 2016 -0700
2b46724
test/py: fix a couple typos in comments
by Stephen Warren
· Thu Jan 28 10:18:03 2016 -0700
a85fce9
test/py: run sandbox in source directory
by Stephen Warren
· Wed Jan 27 23:57:53 2016 -0700
b8936ae
test/py: pass test DTB to sandbox
by Stephen Warren
· Wed Jan 27 23:57:52 2016 -0700
25b0524
test/py: correctly log xfail/xpass tests
by Stephen Warren
· Wed Jan 27 23:57:51 2016 -0700
3bd79d3
test/py: detect another "bad pattern" in console output
by Stephen Warren
· Wed Jan 27 23:57:50 2016 -0700
68a9bb6
test/py: check for bad patterns everywhere we wait
by Stephen Warren
· Wed Jan 27 23:57:49 2016 -0700
1115a97
test.py: calculate bad patterns on change only
by Stephen Warren
· Wed Jan 27 23:57:48 2016 -0700
3880dec
test/py: fix spawn.expect multiple match handling
by Stephen Warren
· Wed Jan 27 23:57:47 2016 -0700
fcebff5
test/dm: clear unit test failure count each run
by Stephen Warren
· Wed Jan 27 23:57:46 2016 -0700
71a68fd
test/py: Provide custom IDs when parametrizing tests
by Stephen Warren
· Tue Jan 26 15:26:04 2016 -0700
3deb896
test/py: Quote consistency
by Stephen Warren
· Tue Jan 26 13:41:31 2016 -0700
75e731e
test/py: use " for docstrings
by Stephen Warren
· Tue Jan 26 13:41:30 2016 -0700
8d57b92
test/py: make net test aware of USB and PCI enumeration
by Stephen Warren
· Tue Jan 26 11:10:14 2016 -0700
3a74c64
distro bootcmd: enumerate PCI before network operations
by Stephen Warren
· Tue Jan 26 11:10:13 2016 -0700
4c739fb
distro bootcmd: make net boot only optionally start USB
by Stephen Warren
· Tue Jan 26 11:10:12 2016 -0700
04eb269
Implement "pci enum" command for CONFIG_DM_PCI
by Stephen Warren
· Tue Jan 26 11:10:11 2016 -0700
9d7e55d
test/py: dfu: error out if USB device already exists
by Stephen Warren
· Tue Jan 26 10:59:43 2016 -0700
5a44ab4
ARM: tegra: shut down USB device controller at boot
by Stephen Warren
· Tue Jan 26 10:59:42 2016 -0700
0c09352
test/py: make crash detection more robust
by Stephen Warren
· Mon Jan 25 15:07:58 2016 -0700
6142d75
dm: Remove device_probe_child()
by Simon Glass
· Mon Jan 25 14:58:42 2016 -0700
1a21855
test/py: add a networking test
by Stephen Warren
· Thu Jan 21 16:05:31 2016 -0700
f7743ce
test/py: move find_ram_base() into u_boot_utils
by Stephen Warren
· Thu Jan 21 16:05:30 2016 -0700
b92b446
test/py: add DFU test
by Stephen Warren
· Fri Jan 22 12:30:14 2016 -0700
d46df83
test/py: ums: add filesystem-based testing
by Stephen Warren
· Fri Jan 22 12:30:13 2016 -0700
ef824f5
test/py: add various utility code
by Stephen Warren
· Fri Jan 22 12:30:12 2016 -0700
118e37e
test/py: optionally ignore errors from shell commands
by Stephen Warren
· Fri Jan 22 12:30:11 2016 -0700
a88c417
test/py: log when tests send CTRL-C
by Stephen Warren
· Fri Jan 22 12:30:10 2016 -0700
97a5466
test/py: drain console log at the end of any failed test
by Stephen Warren
· Fri Jan 22 12:30:09 2016 -0700
e1d24d0
test/py: move U-Boot respawn trigger to the test core
by Stephen Warren
· Fri Jan 22 12:30:08 2016 -0700
22eba12
test/py: fix timeout to be absolute
by Stephen Warren
· Fri Jan 22 12:30:07 2016 -0700
5ffadc3
tpm: st33zp24: Add tpm st33zp24 spi support
by Christophe Ricard
· Thu Jan 21 23:27:14 2016 +0100
8824923
tpm: st33zp24: Add tpm st33zp24 support with i2c
by Christophe Ricard
· Thu Jan 21 23:27:13 2016 +0100
2654952
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c
by Christophe Ricard
· Thu Jan 21 23:27:12 2016 +0100
628f1d0
tpm: tpm_tis_lpc: fix typo
by Christophe Ricard
· Thu Jan 21 23:19:14 2016 +0100
e43cd62
tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
by Christophe Ricard
· Thu Jan 21 23:19:13 2016 +0100
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
Next »