Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0ae83981baa7c3627826317212f813a123077e60
0ae8398
spi: Add support SH Quad SPI driver
by Nobuhiro Iwamatsu
· 11 years ago
4a44235
sf: probe: add support for MX25L2006E
by Luka Perkov
· 11 years ago
943bfbb
sf: probe: Hex values are in lower case
by Luka Perkov
· 11 years ago
b94d0f6
serial_sh: add support for SH7753
by Yoshihiro Shimoda
· 11 years ago
c5901fb
net: sh-eth: add support for SH7753
by Yoshihiro Shimoda
· 11 years ago
95abe5f
sh: add support for sh7753evb board
by Yoshihiro Shimoda
· 11 years ago
bde12dd
Prepare v2014.01-rc2
by Tom Rini
· 11 years ago
4be8766
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 11 years ago
c56f7b0
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Tom Rini
· 11 years ago
c81f0d7
Makefile, .gitignore: Cleanup non-existing binaries
by Masahiro Yamada
· 11 years ago
c229d81
examples: x86: delete 82559_eeprom
by Masahiro Yamada
· 11 years ago
71db754
Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)
by Masahiro Yamada
· 11 years ago
6125379
Makefile: delete unnecessary lines
by Masahiro Yamada
· 11 years ago
aed1458
README.vxworks: add a document describing the new VxWorks boot interface
by Miao Yan
· 11 years ago
0904eb2
common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()
by Miao Yan
· 11 years ago
1bd5456
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface.
by Miao Yan
· 11 years ago
b348aa9
blackfin: remove build warning
by Sonic Zhang
· 11 years ago
70b86bc
blackfin: fixing warning by including proper headers
by Sonic Zhang
· 11 years ago
bae41b7
blackfin: fix building error by enlarging the memory size
by Sonic Zhang
· 11 years ago
34e0586
blackfin: Disable commands to reduce l1 ram requirement
by Sonic Zhang
· 11 years ago
d500260
blackfin: fix building error by adding macro CONFIG_SYS_I2C
by Sonic Zhang
· 11 years ago
9d15fe6
blackfin: fix build error by adding CONFIG_BFIN_SERIAL
by Sonic Zhang
· 11 years ago
a68fe99
common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configuration
by Miao Yan
· 11 years ago
f8ba19f
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
by Miao Yan
· 11 years ago
b9b4713
Makefile: delete unnecessary CPPFLAGS settings
by Masahiro Yamada
· 11 years ago
7935a82
Makefile: Move some scripts imported from Linux
by Masahiro Yamada
· 11 years ago
136cfe3
drivers/mtd: descend into sub directories only when it is necessary
by Masahiro Yamada
· 11 years ago
5ab56e6
drivers/usb/gadget: select objects by obj-$(CONFIG-...)
by Masahiro Yamada
· 11 years ago
2a24c33
post: descend only when CONFIG_HAS_POST is defined
by Masahiro Yamada
· 11 years ago
abb2ceb
Makefile: delete a make rule of $(LDSCRIPT)
by Masahiro Yamada
· 11 years ago
0723691
board_f: explicitly disable console on early boot
by Alexey Brodkin
· 11 years ago
e5deaf58
Correct vxWorks elf boot to load at correct address
by Stany MARCEL
· 11 years ago
55f5d8a
.gitignore: ignore spl/ and tpl/ directories except spl/Makefile
by Masahiro Yamada
· 11 years ago
0573359
PowerPC: merge commonly-defined flags
by Masahiro Yamada
· 11 years ago
22b13f9
netbsd:fix documentation typo.
by Kees Jongenburger
· 11 years ago
80def80
spl/Makefile: merge LIBS-y += arch/$(ARCH)/imx-common
by Masahiro Yamada
· 11 years ago
739b9dc
yaffs2: Use lldiv for 64bit division
by Tom Rini
· 11 years ago
3cd84d6
JFFS2: Correct jffs2_1pass_build_lists to use lldiv
by Tom Rini
· 11 years ago
8dccca2
ARM:PXA: Correct tick_to_time / us_to_tick to use lldiv
by Tom Rini
· 11 years ago
1925114
ARM:zynq: Correct __udelay to use lldiv
by Tom Rini
· 11 years ago
ff81b48
time: fix usec_to_tick()
by Stephen Warren
· 11 years ago
7a4b95f
Makefile: correct dependencies of asm-offsets.[hs]
by Masahiro Yamada
· 11 years ago
7c9c744
Makefile: use two double-quotations as a pair
by Masahiro Yamada
· 11 years ago
dab0992
Makefile: Do not create empty autoconf.mk on error
by Masahiro Yamada
· 11 years ago
c5c0c79
sandbox: dumpimage: Test dumpimage
by Guilherme Maciel Ferreira
· 11 years ago
5155381
Add dumpimage, a tool to extract data from U-Boot images
by Guilherme Maciel Ferreira
· 11 years ago
8ed4d1c
tools: moved code common to all image tools to a separated module.
by Guilherme Maciel Ferreira
· 11 years ago
ff0fa61
mkimage: added 'static' specifier to match function's prototype.
by Guilherme Maciel Ferreira
· 11 years ago
a3e6895
kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEX
by Vladimir Zapolskiy
· 11 years ago
f1e43bd
serial: lpc32xx: send CR before LF
by Vladimir Zapolskiy
· 11 years ago
e6066b0
powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040
by Prabhakar Kushwaha
· 11 years ago
7169315
powerpc/p1_p2_rdb_pc: Fix warnings for __iomem pointers
by Claudiu Manoil
· 11 years ago
a8cbf22
net/fman: add ft_fixup_xgec to support 3rd and 4th 10GEC
by Shengzhou Liu
· 11 years ago
45359a3
powerpc/t4240: Add a frequency setting case for fman1
by Shaohui Xie
· 11 years ago
46f5a76
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
1d17de6
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
fada6dd
Merge branch 'spi' of git://git.denx.de/u-boot-x86
by Tom Rini
· 11 years ago
3723203
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 11 years ago
8f22c02
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 11 years ago
5be3257
vexpress: use correct timer address on extended memory map systems
by Ian Campbell
· 11 years ago
5615d71
serial: zynq: Remove unused #defines
by Soren Brinkmann
· 11 years ago
494b82b
sandbox: spi: Enable new spi/sf layers
by Mike Frysinger
· 11 years ago
b375ad9
sandbox: spi: Add new SPI flash driver
by Mike Frysinger
· 11 years ago
1d8e57c
sandbox: spi: Add SPI emulation bus
by Mike Frysinger
· 11 years ago
c7befdd
spi: Add device tree binding for SPI bus
by Simon Glass
· 11 years ago
49e9d2c
spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node
by Simon Glass
· 11 years ago
64367c8
sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
by Simon Glass
· 11 years ago
6a302ae
arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)
by Mateusz Kulikowski
· 11 years ago
3757e97
arm, at91: add siemens corvus board
by Heiko Schocher
· 11 years ago
cfcad35
arm, at91: add Siemens board taurus and axm
by Heiko Schocher
· 11 years ago
30263a2
at91: switch coloured LED to gpio API
by Andreas Bießmann
· 11 years ago
a4c24d3
at91: nand: switch atmel_nand to generic GPIO API
by Andreas Bießmann
· 11 years ago
04b72bd
at91: redefine legacy GPIO PIN_BASE
by Andreas Bießmann
· 11 years ago
90c973b
at91: add new gpio pin definitions
by Andreas Bießmann
· 11 years ago
3a90999
mmc: add Faraday FTSDC021 SDHCI controller support
by Kuo-Jung Su
· 11 years ago
538f5f7
powerpc: mmc: Add corenet devices support in esdhc spl
by Priyanka Jain
· 11 years ago
db8f869
mmc/dwmmc: modify FIFO threshold only if value explicitly set
by Alexey Brodkin
· 11 years ago
42f81a8
mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
by Jaehoon Chung
· 11 years ago
95fc6d6
arm: keep all sections in ELF file
by Albert ARIBAUD
· 11 years ago
92bd4ac
ARM: align MVBAR on 32 byte boundary
by Masahiro Yamada
· 11 years ago
8e4c2db
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
977f8b7
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
59b5b6e
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Tom Rini
· 11 years ago
2e9b118
AM3517 EVM: Enable ethernet
by Tom Rini
· 13 years ago
d411791
omap4_panda: Don't use ulpi_reset
by Roger Quadros
· 11 years ago
278076b
omap3_beagle: Don't use ulpi_reset
by Roger Quadros
· 11 years ago
d4f9462
usb: ehci-omap: Reset the USB Host OMAP module
by Roger Quadros
· 11 years ago
dc532af
arm: omap3: Enable clocks for peripherals only if they are used
by Michael Trimarchi
· 11 years ago
528e4b0
arm: arndale: disable spi boot
by Minkyu Kang
· 11 years ago
1609f51
arm: exynos: adds ifdef for spi boot
by Minkyu Kang
· 11 years ago
d2a5a1f
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
3c25a66
blackfin: Do not generate unused header bootrom-asm-offsets.h
by Masahiro Yamada
· 11 years ago
c6a4970
spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
by Axel Lin
· 11 years ago
203e7ba
spi: bfin_spi: Remove unnecessary test for bus and pins[bus]
by Axel Lin
· 11 years ago
32faf02
blackfin: soft-i2c: No need to define blackfin specific soft i2c operations
by Sonic Zhang
· 11 years ago
b9efd35
blackfin: Add missing macro CONFIG_BFIN_SERIAL
by Sonic Zhang
· 11 years ago
84c38da
blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as default
by Sonic Zhang
· 11 years ago
0ecdf7d
blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1
by Sonic Zhang
· 11 years ago
5d5efd3
i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
by Naveen Krishna Ch
· 11 years ago
03281b4
arm: omap: i2c: don't zero cnt in i2c_write
by Nikita Kiryanov
· 11 years ago
Next »