Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aad5beb92750e1005a81b97538fd2a9193eae4b5
aad5beb
.travis.yml: rework according to new travis-ci infra
by Roger Meier
· 9 years ago
e2c09ad
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 9 years ago
d319148
board: Enable ethernet, tftpboot support to pic32mzdask board.
by Purna Chandra Mandal
· 9 years ago
6b731c9
drivers: net: Add ethernet driver for Microchip PIC32.
by Purna Chandra Mandal
· 9 years ago
d249984
drivers: net: phy: add SMSC LAN8740 Phy support.
by Purna Chandra Mandal
· 9 years ago
85491f5
board: add SDHCI support for PIC32MZDASK board.
by Purna Chandra Mandal
· 9 years ago
be03317
drivers: mmc: add driver for Microchip PIC32 SDHCI controller.
by Andrei Pistirica
· 9 years ago
745dd32
board: Add Microchip PIC32MZ[DA]-Starter-Kit board.
by Purna Chandra Mandal
· 9 years ago
5c2dcd2
MIPS: Add support for Microchip PIC32MZ[DA] SoC family.
by Purna Chandra Mandal
· 9 years ago
e80d11f
drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.
by Purna Chandra Mandal
· 9 years ago
1dc4283
drivers: serial: add driver for Microchip PIC32 UART controller.
by Paul Thacker
· 9 years ago
0ee99ca
drivers: gpio: add driver for Microchip PIC32 GPIO controller.
by Purna Chandra Mandal
· 9 years ago
db4fbfc
drivers: pinctrl: Add pinctrl driver for Microchip PIC32.
by Purna Chandra Mandal
· 9 years ago
699f919
drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.
by Purna Chandra Mandal
· 9 years ago
825b321
MIPS: initial infrastructure for Microchip PIC32 architecture
by Purna Chandra Mandal
· 9 years ago
dd37a14
malta: Use I/O accessors for SuperI/O controller
by Paul Burton
· 9 years ago
2e9b2a9
malta: Set I/O port base early
by Paul Burton
· 9 years ago
8d6600b
MIPS: Support dynamic I/O port base address
by Paul Burton
· 9 years ago
a053bb1
MIPS: Remove SLOW_DOWN_IO
by Paul Burton
· 9 years ago
0e50ffc
mips: cache: Bulletproof the code against cornercases
by Marek Vasut
· 9 years ago
7aa7164
MIPS: start.S: fix and optimize instructions
by Daniel Schwierzeck
· 9 years ago
5c8cdf4
MIPS: initialize board_init_f() argument to zero.
by Purna Chandra Mandal
· 9 years ago
d258d68
arm: novena: Fix EEPROM i2c configuration
by Marek Vasut
· 9 years ago
18ad929
arm: config: enforce -fno-pic for gcc
by Peng Fan
· 9 years ago
7eab3a6
ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
by Wang Dongsheng
· 9 years ago
c28ad23
arm: cache: Implement cache range check for v7
by Marek Vasut
· 9 years ago
bf9032a
armv7: add cacheline sizes where missing
by Albert ARIBAUD
· 9 years ago
d6e436e
arm: Remove S bit from MMU section entry
by Marek Vasut
· 9 years ago
fbf49c0
arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7
by Marek Vasut
· 9 years ago
cd01ef8
video: Correct 'tor' typo in comment
by Simon Glass
· 9 years ago
3233798
video: test: Add console tests for truetype
by Simon Glass
· 9 years ago
daac9c7
video: sandbox: Enable truetype fonts for sandbox
by Simon Glass
· 9 years ago
69f617f
video: sandbox: Allow selection of font size and console name
by Simon Glass
· 9 years ago
b3a72b3
video: Allow selection of the driver and font size
by Simon Glass
· 9 years ago
0fb0dab
License: Add the Open Font License
by Simon Glass
· 9 years ago
c5332cb
video: Add the Cantoraone decorative font
by Simon Glass
· 9 years ago
cffe741
video: Add the Rufscript handwriting font
by Simon Glass
· 9 years ago
87b7dae
video: Add the AnkaCoder mono-spaced font
by Simon Glass
· 9 years ago
6e9d6e0
video: Add the Nimbus sans font
by Simon Glass
· 9 years ago
2ef353e
video: Add a console driver that uses TrueType fonts
by Simon Glass
· 9 years ago
33bd3b6
video: Provide a backspace method
by Simon Glass
· 9 years ago
afee743
video: Provide a signal when a new console line is started
by Simon Glass
· 9 years ago
a74451d
video: Provide a left margin for the text console
by Simon Glass
· 9 years ago
37b8020
video: Handle the 'bell' character
by Simon Glass
· 9 years ago
52c10c5
video: Use fractional units for X coordinates
by Simon Glass
· 9 years ago
6e0721d
video kconfig console_normal
by Simon Glass
· 9 years ago
439079a
Makefile: Add rules to build in .ttf files
by Simon Glass
· 9 years ago
bcbb319
video: Add stb TrueType font renderer
by Simon Glass
· 9 years ago
9deaf82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
071bc84
test/py: dfu: allow boardenv to specify test sizes
by Stephen Warren
· 9 years ago
2b46724
test/py: fix a couple typos in comments
by Stephen Warren
· 9 years ago
a85fce9
test/py: run sandbox in source directory
by Stephen Warren
· 9 years ago
b8936ae
test/py: pass test DTB to sandbox
by Stephen Warren
· 9 years ago
25b0524
test/py: correctly log xfail/xpass tests
by Stephen Warren
· 9 years ago
3bd79d3
test/py: detect another "bad pattern" in console output
by Stephen Warren
· 9 years ago
68a9bb6
test/py: check for bad patterns everywhere we wait
by Stephen Warren
· 9 years ago
1115a97
test.py: calculate bad patterns on change only
by Stephen Warren
· 9 years ago
3880dec
test/py: fix spawn.expect multiple match handling
by Stephen Warren
· 9 years ago
fcebff5
test/dm: clear unit test failure count each run
by Stephen Warren
· 9 years ago
71a68fd
test/py: Provide custom IDs when parametrizing tests
by Stephen Warren
· 9 years ago
3deb896
test/py: Quote consistency
by Stephen Warren
· 9 years ago
75e731e
test/py: use " for docstrings
by Stephen Warren
· 9 years ago
8d57b92
test/py: make net test aware of USB and PCI enumeration
by Stephen Warren
· 9 years ago
3a74c64
distro bootcmd: enumerate PCI before network operations
by Stephen Warren
· 9 years ago
4c739fb
distro bootcmd: make net boot only optionally start USB
by Stephen Warren
· 9 years ago
04eb269
Implement "pci enum" command for CONFIG_DM_PCI
by Stephen Warren
· 9 years ago
9d7e55d
test/py: dfu: error out if USB device already exists
by Stephen Warren
· 9 years ago
5a44ab4
ARM: tegra: shut down USB device controller at boot
by Stephen Warren
· 9 years ago
0c09352
test/py: make crash detection more robust
by Stephen Warren
· 9 years ago
6142d75
dm: Remove device_probe_child()
by Simon Glass
· 9 years ago
1a21855
test/py: add a networking test
by Stephen Warren
· 9 years ago
f7743ce
test/py: move find_ram_base() into u_boot_utils
by Stephen Warren
· 9 years ago
b92b446
test/py: add DFU test
by Stephen Warren
· 9 years ago
d46df83
test/py: ums: add filesystem-based testing
by Stephen Warren
· 9 years ago
ef824f5
test/py: add various utility code
by Stephen Warren
· 9 years ago
118e37e
test/py: optionally ignore errors from shell commands
by Stephen Warren
· 9 years ago
a88c417
test/py: log when tests send CTRL-C
by Stephen Warren
· 9 years ago
97a5466
test/py: drain console log at the end of any failed test
by Stephen Warren
· 9 years ago
e1d24d0
test/py: move U-Boot respawn trigger to the test core
by Stephen Warren
· 9 years ago
22eba12
test/py: fix timeout to be absolute
by Stephen Warren
· 9 years ago
5ffadc3
tpm: st33zp24: Add tpm st33zp24 spi support
by Christophe Ricard
· 9 years ago
8824923
tpm: st33zp24: Add tpm st33zp24 support with i2c
by Christophe Ricard
· 9 years ago
2654952
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c
by Christophe Ricard
· 9 years ago
628f1d0
tpm: tpm_tis_lpc: fix typo
by Christophe Ricard
· 9 years ago
e43cd62
tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
by Christophe Ricard
· 9 years ago
da62ad2
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
ad28a31
net: Add bootfile in DHCP Request
by Alexandre Messier
· 9 years ago
52a5282
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 9 years ago
be799dd
net: phy: implements probe for Cortina phy
by Shaohui Xie
· 9 years ago
62a7b92
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
by Shaohui Xie
· 9 years ago
826df7a
net: phy: micrel: fix divisor value for KSZ9031 phy skew
by Dinh Nguyen
· 9 years ago
427afbb
net: phy: micrel: add documentation for Micrel KSZ90x1 binding
by Dinh Nguyen
· 9 years ago
010c5ec
net: phy: Use 'autoneg' flag from phydev
by Alexandre Messier
· 9 years ago
103a8c4
net: phy: Set ANRESTART in setup_forced
by Alexandre Messier
· 9 years ago
94bde10
net: phy: micrel: Disable B_CAST on config
by Alexandre Messier
· 9 years ago
8602d5c
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· 9 years ago
c6011d2
net: Move driver-model code into its own file
by Simon Glass
· 9 years ago
d9582c3
net: Move remaining common functions to eth_common.c
by Simon Glass
· 9 years ago
ce63f89
net: Move environment functions to the common file
by Simon Glass
· 9 years ago
0a9bde1
net: Move common init into a new eth_common.c file
by Simon Glass
· 9 years ago
Next »