Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
aed9fed9758f4c487e1e41a9b881f04614d7691d
aed9fed
README: fix typo in 'currently'
by Fabio Estevam
· 10 years ago
2320866
ti: am335x/am437x/omap5 devices: Unify network environment variables
by Cooper Jr., Franklin
· 10 years ago
02ffb58
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
57cc4e6
git-mailrc: add Dinh Nguyen as a contact for SoCFPGA
by Dinh Nguyen
· 10 years ago
fe06d39
git-mailrc: add Marek as SOCFPGA maintainer
by Masahiro Yamada
· 10 years ago
55ce920
ARM: socfpga: abolish CONFIG_SOCFPGA
by Masahiro Yamada
· 10 years ago
30088b0
ARM: socfpga: move SoC headers to mach-socfpga/include/mach
by Masahiro Yamada
· 10 years ago
05a2172
ARM: socfpga: move SoC sources to mach-socfpga
by Masahiro Yamada
· 10 years ago
7865f4b
ARM: socfpga: move board select into mach-socfpga/Kconfig
by Masahiro Yamada
· 10 years ago
a02a669
ARM: socfpga: remove redundant config.mk
by Masahiro Yamada
· 10 years ago
cc25d85
ARM: socfpga: do not add board directory to header search path
by Masahiro Yamada
· 10 years ago
a5e1bcd
dm: sf: Update default name of spi flash in structure udevice
by Haikun.Wang@freescale.com
· 10 years ago
f56da29
dm: usb: exynos: Drop legacy USB code
by Simon Glass
· 10 years ago
02e4d3f
sandbox: Enable time unit test command
by Simon Glass
· 10 years ago
8271f5d
test: Add a simple time test
by Simon Glass
· 10 years ago
ebaa832
sandbox: Don't try distro_bootcmd by default
by Sjoerd Simons
· 10 years ago
fa5b9ba
usb: ohci: Don't log an error on interrupt packet timeout
by Hans de Goede
· 10 years ago
8d005ef
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
by Hans de Goede
· 10 years ago
cae01cb
usb: ohci: Fix ctrl in messages with a data-len of 0
by Hans de Goede
· 10 years ago
6651c14
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
by Hans de Goede
· 10 years ago
26548bb
usb: ohci: Remove unnecessary phcca variable
by Hans de Goede
· 10 years ago
3c5497d
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· 10 years ago
19d95d5
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· 10 years ago
c5613df
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· 10 years ago
69710ce
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· 10 years ago
2b338ef
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
by Hans de Goede
· 10 years ago
cb8a2c1
dm: usb: Set desc_before_addr from ehci dm code
by Hans de Goede
· 10 years ago
fcdd8aa
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
by Hans de Goede
· 10 years ago
25c8ebd
dm: usb: Use usb_get_bus in dm ehci code
by Hans de Goede
· 10 years ago
7f1a075
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
by Hans de Goede
· 10 years ago
f78a5c0
dm: usb: Make usb_get_bus easier to use for callers
by Hans de Goede
· 10 years ago
134692a
dm: usb: Do not use bus->seq before device_probe(bus)
by Hans de Goede
· 10 years ago
76382aa
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
4772511
dm: rtc: Add tests for real-time clocks
by Simon Glass
· 10 years ago
fbe07ba
dm: test: dts: Sort the aliases in the test device tree file
by Simon Glass
· 10 years ago
8e7083f
dm: rtc: sandbox: Enable real-time clock support
by Simon Glass
· 10 years ago
46af360
dm: sandbox: dts: Add a real-time clock attached to I2C
by Simon Glass
· 10 years ago
17f0ac6
dm: net: rtc: Support using driver model for rtc in sntp
by Simon Glass
· 10 years ago
f9951ea
dm: rtc: Convert 'date' command to support driver model
by Simon Glass
· 10 years ago
5871416
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
by Simon Glass
· 10 years ago
dd18e5d
dm: rtc: sandbox: Add an emulated I2C RTC device
by Simon Glass
· 10 years ago
dbeda5b
dm: rtc: Add a uclass for real-time clocks
by Simon Glass
· 10 years ago
94eefde
dm: sandbox: Add os_localtime() to obtain the system time
by Simon Glass
· 10 years ago
aac5119
dm: rtc: Split structure definition into its own file
by Simon Glass
· 10 years ago
be47aa6
dm: Remove unnecessary types in bcd.h
by Simon Glass
· 10 years ago
7142098
dm: rtc: Rename mktime() and reduce the number of parameters
by Simon Glass
· 10 years ago
9f9276c
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· 10 years ago
199e87c
dm: rtc: Rename gregorian day function
by Simon Glass
· 10 years ago
c3ec646
fdt: Correct warning in fdt_setup_simplefb_node()
by Simon Glass
· 10 years ago
182bf92
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
ba3864f
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
1bde67b
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
bc5701e
dm: spi: Correct the comment on spi_get_ops()
by Simon Glass
· 10 years ago
527265d
cros_ec: Handle the single duplex requirement in cros_ec
by Simon Glass
· 10 years ago
c4b206d
cros_ec: Show the protocol version in the debug message
by Simon Glass
· 10 years ago
60e2809
dm: spi: Avoid setting the speed with every transfer
by Simon Glass
· 10 years ago
172a31b
test: dm: eth: Skip timeouts on ping tests
by Joe Hershberger
· 10 years ago
6f2707c
sandbox: eth: Add a function to skip ping timeouts
by Joe Hershberger
· 10 years ago
909bd6d
sandbox: Add test function to advance time
by Joe Hershberger
· 10 years ago
905e8f9
Prepare v2015.07-rc1
by Tom Rini
· 10 years ago
1bfb922
fw_env.h: include autoconf.h
by Max Krummenacher
· 10 years ago
d81572c
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
1131d4e
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 10 years ago
2083db7
arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
by Stefan Roese
· 10 years ago
144d509
arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
by Stefan Roese
· 10 years ago
2bae75a
arm: mvebu: Add Armada A38x DB-88F6820-GP board support
by Stefan Roese
· 10 years ago
60b7532
arm: mvebu: Add d-cache invalidate before enabling the d-cache
by Stefan Roese
· 10 years ago
b81d0ea
arm: mvebu: mv-common.h: Add CONFIG_PREBOOT
by Stefan Roese
· 10 years ago
e89bf8b
arm: mvebu: Remove coherency configuration
by Stefan Roese
· 10 years ago
cae9008
arm: mvebu: Change network init code to allow a more flexible setup
by Stefan Roese
· 10 years ago
9c6d3b7
arm: mvebu: Add basic Armada 38x support
by Stefan Roese
· 10 years ago
880b15a
arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header
by Stefan Roese
· 10 years ago
f7c0ef0
arm: mvebu: Only define MV88F78X60 for Armada XP
by Stefan Roese
· 10 years ago
8402b69
arm: mvebu: Remove unreferenced define
by Stefan Roese
· 10 years ago
250eea7
arm: mvebu: Change header macros from ARMADA_XP to MVEBU
by Stefan Roese
· 10 years ago
d078765
arm: mvebu: Move mvebu-common into mach-mvebu
by Stefan Roese
· 10 years ago
8cb7872
arm: armada-xp: Move SoC headers to mach-mvebu/include/mach
by Stefan Roese
· 10 years ago
350b50e
arm: armada-xp: Move SoC sources to mach-mvebu
by Stefan Roese
· 10 years ago
ff7e9cf
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
3f2f1a0
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
33fe2fb
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
by Marek Vasut
· 10 years ago
707ac1a
tegra: mmc: Set the removable flag correctly
by Simon Glass
· 10 years ago
ebe78bb
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
by Alexander Stein
· 10 years ago
253d5bd
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
by Yangbo Lu
· 10 years ago
5e1c23c
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· 10 years ago
5a20397
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· 10 years ago
bd47c13
mmc: Fix splitting device initialization
by Andrew Gabbasov
· 10 years ago
1677eef
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· 10 years ago
cc17c01
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· 10 years ago
5289b53
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· 10 years ago
a626c8d
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· 10 years ago
3f2da75
mmc: Fix typo in MMC type checking macro
by Andrew Gabbasov
· 10 years ago
b939689
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
622da1c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
8b0044f
powerpc/mpc85xx: Add board support for ucp1020
by Oleksandr G Zhadan
· 10 years ago
d7732fa
powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c
by Oleksandr G Zhadan
· 10 years ago
38289c6
powerpc/t4240qds: Update RCW, defconfig and maintainer
by Shaohui Xie
· 10 years ago
c0379b1
t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s
by Shengzhou Liu
· 10 years ago
3285e6c
powerpc/t2080qds: enable eSDHC peripheral clock support
by Yangbo Lu
· 10 years ago
2d9ca2c
mmc: fsl_esdhc: Add peripheral clock support
by Yangbo Lu
· 10 years ago
Next »