Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
92e349ebff402005009d970a71f48510b7155c20
92e349e
serial: fdt: add device tree support for pl01x
by Vikas Manocha
· 10 years ago
5fcee9a
Fix broken verify functionality in crc32 command
by Joe Hershberger
· 10 years ago
f62c1ec
Fix inconsistency of VERIFY defines in cmd_mem
by Joe Hershberger
· 10 years ago
b603203
Makefile: add a symbol link tags for ctags
by Du Huanpeng
· 10 years ago
eefc953
stv0991: use fdt for serial port platform data
by Vikas Manocha
· 10 years ago
41b4701
stv0991: fdt: add stv0991 device tree
by Vikas Manocha
· 10 years ago
373aa04
overo: Fix regression introduced in a6b541b
by Arun Bharadwaj
· 10 years ago
9a0475c
overo: Split overo.c into spl.c, common.c and overo.c
by Arun Bharadwaj
· 10 years ago
3ca7f9d
omap3: overo: Allow boot with kernel in UBI rootfs
by Ash Charles
· 10 years ago
f235744
omap3: overo: Use software BCH8 ECC for NAND
by Ash Charles
· 10 years ago
0aebb31
overo: Add support for Palo35 expansion board
by Ash Charles
· 10 years ago
59ae91e
omap3: overo: Add DTS support for TobiDuo expansion
by Arun Bharadwaj
· 10 years ago
d5c20ab
omap3: overo: Set the Arbor43C 'expansionname'
by Ash Charles
· 10 years ago
4f58ba9
davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig
by Peter Howard
· 10 years ago
9bc711d
cmd_part: fix usage text
by maxin.john@enea.com
· 10 years ago
48482ce
stm32f4: add serial print port
by kunhuahuang
· 10 years ago
7c13ad8
stm32f4: fix serial output
by kunhuahuang
· 10 years ago
409d4f7
spl: spl_mmc: Partition raw boot mode for eMMC
by Paul Kocialkowski
· 10 years ago
0d13972
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
by Paul Kocialkowski
· 10 years ago
3e59f9e
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places
by Axel Lin
· 10 years ago
9826773
board/BuR/common: rename "usbupdate" environment to "usbscript"
by Hannes Petermaier
· 10 years ago
4c4398d
board/BuR/common: remove BMP_DISPLAY from tseries board
by Hannes Petermaier
· 10 years ago
1df983f
board/BuR/tseries: Add simplefb support
by Hannes Petermaier
· 10 years ago
681d16e
board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUT
by Hannes Petermaier
· 10 years ago
d35cb79
board/BuR/tseries: take usage of CONFIG_LCD_ROTATION
by Hannes Petermaier
· 10 years ago
17ef1f5
image: android: handle default kernel address
by Maxime Ripard
· 10 years ago
ce43115
Remove non-working address from MAINTAINER
by Pavel Machek
· 10 years ago
983487f
Fix musl build
by Jörg Krause
· 10 years ago
04b2275
misc: led: Add PCA9551 LED driver
by Stefan Roese
· 10 years ago
bb7d497
README: fix typo in 'currently'
by Fabio Estevam
· 10 years ago
07610ab
ti: am335x/am437x/omap5 devices: Unify network environment variables
by Cooper Jr., Franklin
· 10 years ago
a63d5eb
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
35ac207
git-mailrc: add Dinh Nguyen as a contact for SoCFPGA
by Dinh Nguyen
· 10 years ago
aafc2da
git-mailrc: add Marek as SOCFPGA maintainer
by Masahiro Yamada
· 10 years ago
f633ac3
ARM: socfpga: abolish CONFIG_SOCFPGA
by Masahiro Yamada
· 10 years ago
cfcf5d6
ARM: socfpga: move SoC headers to mach-socfpga/include/mach
by Masahiro Yamada
· 10 years ago
ad18614
ARM: socfpga: move SoC sources to mach-socfpga
by Masahiro Yamada
· 10 years ago
144a3e0
ARM: socfpga: move board select into mach-socfpga/Kconfig
by Masahiro Yamada
· 10 years ago
b01e017
ARM: socfpga: remove redundant config.mk
by Masahiro Yamada
· 10 years ago
9667e7a
ARM: socfpga: do not add board directory to header search path
by Masahiro Yamada
· 10 years ago
16b7ddd
dm: sf: Update default name of spi flash in structure udevice
by Haikun.Wang@freescale.com
· 10 years ago
2a8a987
dm: usb: exynos: Drop legacy USB code
by Simon Glass
· 10 years ago
1dbdb31
sandbox: Enable time unit test command
by Simon Glass
· 10 years ago
9b4221b
test: Add a simple time test
by Simon Glass
· 10 years ago
335f470
sandbox: Don't try distro_bootcmd by default
by Sjoerd Simons
· 10 years ago
d98dc99
usb: ohci: Don't log an error on interrupt packet timeout
by Hans de Goede
· 10 years ago
8e41f66
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
by Hans de Goede
· 10 years ago
60f4bd0
usb: ohci: Fix ctrl in messages with a data-len of 0
by Hans de Goede
· 10 years ago
516c987
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
by Hans de Goede
· 10 years ago
eb509d3
usb: ohci: Remove unnecessary phcca variable
by Hans de Goede
· 10 years ago
e5ef421
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· 10 years ago
0c0e960
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· 10 years ago
2a240e7
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· 10 years ago
6766dc1
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· 10 years ago
09a9ae8
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
by Hans de Goede
· 10 years ago
76bc7f4
dm: usb: Set desc_before_addr from ehci dm code
by Hans de Goede
· 10 years ago
d5ab160
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
by Hans de Goede
· 10 years ago
6be39d1
dm: usb: Use usb_get_bus in dm ehci code
by Hans de Goede
· 10 years ago
8a0b4c2
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
by Hans de Goede
· 10 years ago
3b5ddd3
dm: usb: Make usb_get_bus easier to use for callers
by Hans de Goede
· 10 years ago
8679b3a
dm: usb: Do not use bus->seq before device_probe(bus)
by Hans de Goede
· 10 years ago
0547483
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
c83c4b9
dm: rtc: Add tests for real-time clocks
by Simon Glass
· 10 years ago
6b0fb74
dm: test: dts: Sort the aliases in the test device tree file
by Simon Glass
· 10 years ago
4a9cbb9
dm: rtc: sandbox: Enable real-time clock support
by Simon Glass
· 10 years ago
72138b9
dm: sandbox: dts: Add a real-time clock attached to I2C
by Simon Glass
· 10 years ago
1aa1126
dm: net: rtc: Support using driver model for rtc in sntp
by Simon Glass
· 10 years ago
a8efb4a
dm: rtc: Convert 'date' command to support driver model
by Simon Glass
· 10 years ago
c2a8c06
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
by Simon Glass
· 10 years ago
c404aa6
dm: rtc: sandbox: Add an emulated I2C RTC device
by Simon Glass
· 10 years ago
d9050b5
dm: rtc: Add a uclass for real-time clocks
by Simon Glass
· 10 years ago
504548f
dm: sandbox: Add os_localtime() to obtain the system time
by Simon Glass
· 10 years ago
573e3f7
dm: rtc: Split structure definition into its own file
by Simon Glass
· 10 years ago
0c1d7a6
dm: Remove unnecessary types in bcd.h
by Simon Glass
· 10 years ago
4283e84
dm: rtc: Rename mktime() and reduce the number of parameters
by Simon Glass
· 10 years ago
1299466
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· 10 years ago
2d937bb
dm: rtc: Rename gregorian day function
by Simon Glass
· 10 years ago
248b18d
fdt: Correct warning in fdt_setup_simplefb_node()
by Simon Glass
· 10 years ago
4c70ed9
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
0c70261
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
34d8e95
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
dfda30f
dm: spi: Correct the comment on spi_get_ops()
by Simon Glass
· 10 years ago
2d6dfb4
cros_ec: Handle the single duplex requirement in cros_ec
by Simon Glass
· 10 years ago
46e1733
cros_ec: Show the protocol version in the debug message
by Simon Glass
· 10 years ago
b46cb63
dm: spi: Avoid setting the speed with every transfer
by Simon Glass
· 10 years ago
6901f43
test: dm: eth: Skip timeouts on ping tests
by Joe Hershberger
· 10 years ago
be71142
sandbox: eth: Add a function to skip ping timeouts
by Joe Hershberger
· 10 years ago
7496135
sandbox: Add test function to advance time
by Joe Hershberger
· 10 years ago
f225b49
Prepare v2015.07-rc1
by Tom Rini
· 10 years ago
2842885
fw_env.h: include autoconf.h
by Max Krummenacher
· 10 years ago
d3cbf12
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
df08b2e
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 10 years ago
a860354
arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets
by Stefan Roese
· 10 years ago
b1f81f0
arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
by Stefan Roese
· 10 years ago
073efd7
arm: mvebu: Add Armada A38x DB-88F6820-GP board support
by Stefan Roese
· 10 years ago
7a4a5ba
arm: mvebu: Add d-cache invalidate before enabling the d-cache
by Stefan Roese
· 10 years ago
758b07a
arm: mvebu: mv-common.h: Add CONFIG_PREBOOT
by Stefan Roese
· 10 years ago
ba98f4f
arm: mvebu: Remove coherency configuration
by Stefan Roese
· 10 years ago
44ffbe5
arm: mvebu: Change network init code to allow a more flexible setup
by Stefan Roese
· 10 years ago
174d23e
arm: mvebu: Add basic Armada 38x support
by Stefan Roese
· 10 years ago
Next »