Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8a84ae1e039de1b913868cc7b1331bdd25acdf71
8a84ae1
arm926ejs, at91: add common phy_reset function
by Heiko Schocher
· 11 years ago
f92b298
arm: atmel: sama5d3: spl boot from fat fs SD card
by Bo Shen
· 11 years ago
fd12de9
arm: atmel: add ddr2 initialization function
by Bo Shen
· 11 years ago
6cfe084
arm: atmel: sama5d3: early enable PIO peripherals
by Bo Shen
· 11 years ago
9d508b5
arm: atmel: sama5d3: the offset of MULA is 18
by Bo Shen
· 11 years ago
52e45c9
arm: atmel: sama5d3: correct the error define of DIV
by Bo Shen
· 11 years ago
e55550e
arm: at91: pm9261: remove undefined bit in mckr
by Bo Shen
· 11 years ago
f2afc3b
arm: atmel: sama5d3: correct the ID for DBGU and PIT
by Bo Shen
· 11 years ago
d0f0c7d
ARM: at91: sama5d3: add support for sama5d36 chip
by Wu, Josh
· 11 years ago
e0a501f
at91: remove all occourances of CONFIG_AT91_LEGACY
by Andreas Bießmann
· 11 years ago
f3816f4
net: remove unused CONFIG_AT91_LEGACY
by Andreas Bießmann
· 11 years ago
bec07d6
snapper9260: remove unused AT91_LEGACY
by Andreas Bießmann
· 11 years ago
351c054
at91sam9m10g45ek: remove unused CONFIG_AT91_LEGACY
by Andreas Bießmann
· 11 years ago
a864979
i2c: switch from AT91 legacy to ATMEL legacy
by Andreas Bießmann
· 11 years ago
b74fce62
video: remove AT91 legacy API from bus_vcxk
by Andreas Bießmann
· 11 years ago
8069bfe
arm, am335x: update for the siemens boards
by Samuel Egli
· 11 years ago
6f464a5
usb, g_dnl: make bcdDevice value configurable
by Heiko Schocher
· 11 years ago
756a980
omap730p2: Remove board
by Tom Rini
· 11 years ago
084240b
am33xx: Make SoC bootcount driver have its own symbol
by Tom Rini
· 11 years ago
5ef7b86
cm-t35: use gpio_led driver for status led
by Igor Grinberg
· 11 years ago
8665a85
am335x_evm: Fix CONS_INDEX numbering
by Andrew Bradford
· 11 years ago
37ed0dd
boards.cfg: update email address for ti814x_evm maintainer
by Matt Porter
· 11 years ago
2233e46
arm, am33x: make RTC32K OSC enable configurable
by Heiko Schocher
· 11 years ago
040c5c3
bootcount: store bootcount var in environment
by Heiko Schocher
· 11 years ago
ea385ed
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
5b9a6c5
Merge branch 'master' of git://www.denx.de/git/u-boot-usb
by Tom Rini
· 11 years ago
86bd4e8
sandbox: convert to common time functions
by Rob Herring
· 11 years ago
316c5c8
time: add weak annotation to timer_read_counter declaration
by Rob Herring
· 11 years ago
7f37f22
netconsole loses 2nd character of input
by Suriyan Ramasami
· 11 years ago
a21e379
serial: s5p: Staticize local functions
by Axel Lin
· 11 years ago
d8d51f8
env: fix the env export varname
by Pierre Aubert
· 11 years ago
71d816f
highbank: set AUTOBOOT_KEYED_CTRLC config option
by Mark Langsdorf
· 11 years ago
c301226
autoboot: add an option to override keyed autoboot
by Mark Langsdorf
· 11 years ago
3da5fa8
serial: xuartlite: Staticize local functions
by Axel Lin
· 11 years ago
d3101d2
serial: mxs_auart: Staticize local functions
by Axel Lin
· 11 years ago
65a43e3
fs:fat: fix set file name function
by Piotr Wilczek
· 11 years ago
e077389
cmd_zfs: normalize 'file not found' errors
by Luka Perkov
· 11 years ago
94a4a1f
cmd_reiser: normalize 'file not found' errors
by Luka Perkov
· 11 years ago
8d66edc
cmd_ubifs: normalize 'file not found' errors
by Tim Harvey
· 11 years ago
4e56395
include: delete include/linux/config.h
by Masahiro Yamada
· 11 years ago
8177042
config/sandbox: Add EFI and GPT support
by Egbert Eich
· 11 years ago
f6e664b
config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set
by Egbert Eich
· 11 years ago
bfd4a71
cmd/gpt: Support gpt command for all devices
by Egbert Eich
· 11 years ago
f94573b
cosmetic: UDM-net: clean up the remainders of dead driver
by Masahiro Yamada
· 11 years ago
fb7daa4
cosmetic: UDM-serial: clean up the remainders of dead driver
by Masahiro Yamada
· 11 years ago
a756da9
cosmetic: doc: driver-model: Do not number driver lists
by Masahiro Yamada
· 11 years ago
8892548
usb: dfu: make nand upload working
by Bo Shen
· 11 years ago
1799fa8
usb, g_dnl: make iSerialNumber board configurable
by Heiko Schocher
· 11 years ago
247b98f
usb: dfu: correct dfu buffer inited value
by Bo Shen
· 11 years ago
f1f2af5
usb: dfu: decrease dfu->r_left along with the transfer
by Bo Shen
· 11 years ago
10b479d
usb: ohci-hcd: submit_common_msg: report actual_length properly
by Mateusz Kulikowski
· 11 years ago
06ef7cc
usb: ums: add ums exit feature by ctrl+c or by detach usb cable
by Przemyslaw Marczak
· 11 years ago
84c4b98
usb: ums: move ums code from trats to Samsung common directory
by Przemyslaw Marczak
· 11 years ago
3dab730
usb: ums: fix disk capacity miscalculation and code cleanup
by Przemyslaw Marczak
· 11 years ago
0e1e709
usb: ums: allows using every mmc device with ums.
by Przemyslaw Marczak
· 11 years ago
674b1a6
usb: ums: code refactoring to improve reusability on other boards.
by Przemyslaw Marczak
· 11 years ago
2beb1fd
README: remove wrong config name
by Igor Grinberg
· 11 years ago
06bc873
cosmetic: remove empty lines at the top of file
by Masahiro Yamada
· 11 years ago
c4f6353
common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() functions
by Miao Yan
· 11 years ago
49a88e3
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
by Masahiro Yamada
· 11 years ago
a4c867c
Add support for SX151x SPI GPIO Expanders
by Viktar Palstsiuk
· 11 years ago
87011d1
boards.cfg: remove git leftovers
by Luka Perkov
· 11 years ago
d0d2385
boards.cfg: remove trailing whitespace
by Paul Burton
· 11 years ago
9446340
cmd_nvedit.c: Add env exists command
by Andrew Ruder
· 11 years ago
9d3262b
MAKEALL: rename boards_by_* functions to targets_by_*
by Masahiro Yamada
· 11 years ago
890a4e8
MAKEALL: fix boards_by_field function
by Masahiro Yamada
· 11 years ago
042ff5c
MAKEALL: fix a bug to use CROSS_COMPILE_<ARCH>
by Masahiro Yamada
· 11 years ago
4a3f1f4
MAKEALL: fix awk warning message
by Masahiro Yamada
· 11 years ago
ac9ecc4
sparc: include config.h to start.S
by Masahiro Yamada
· 11 years ago
51feb2c
EP88x: remove remainders of dead board
by Masahiro Yamada
· 11 years ago
a228136
README.scrapyard: fix broken format
by Masahiro Yamada
· 11 years ago
3870556
kup: Delete an unused Makefile
by Masahiro Yamada
· 11 years ago
4f95d6e
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
2fb506b
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
by Tom Rini
· 11 years ago
3cad886
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 11 years ago
56ef75c
ColdFire: fix some typoes for CF platform
by jason
· 11 years ago
ef1030c
coldfire: cpu5282: increase malloc space to fix crash on start u-boot
by Jens Scharsig (BuS Elektronik)
· 11 years ago
6c04dcd
Makfile: fix a rule to build u-boot.sb
by Masahiro Yamada
· 11 years ago
efe3dc0
freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y
by Masahiro Yamada
· 11 years ago
ead2d42
fpga: Add support for gzip images with bitstreams
by Michal Simek
· 11 years ago
94dc92f
fpga: zynqpl: Do not place bitstream below 1MB
by Michal Simek
· 11 years ago
8cfb246
fpga: zynqpl: Add dcache flush support
by Jagannadha Sutradharudu Teki
· 11 years ago
9028c8e
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
044a5e8
at91: add defines for reset type
by Roger Meier
· 11 years ago
2059f31
ARM: ATMEL: eb_cpux9k2: fix TEXT_BASE for ramboot target
by Jens Scharsig (BuS Elektronik)
· 11 years ago
4a985df
arm: atmel: get rid of too many ifdeffery
by Bo Shen
· 11 years ago
8ed8783
arm: atmel: at91sam9n12ek: add usb host support
by Bo Shen
· 11 years ago
0e6624a
net: macb: get DMA bus width from design config register
by Bo Shen
· 11 years ago
759456e
pxe: fix handling of absolute paths
by Rob Herring
· 11 years ago
4252e98
ARM: versatile: convert to common timer code
by Rob Herring
· 11 years ago
741a0bd
ARM: tegra: convert to common timer code
by Rob Herring
· 11 years ago
55d2326
ARM: socfpga: convert to common timer code
by Rob Herring
· 11 years ago
9560ec4
ARM: vexpress: convert to common timer code
by Rob Herring
· 11 years ago
c4d1a0e
ARM: mx25: convert to common timer code
by Rob Herring
· 11 years ago
8ba859a
ARM: highbank: convert to common timer code
by Rob Herring
· 11 years ago
7a626f0
sh: convert to common timer code
by Rob Herring
· 11 years ago
5715694
Introduce common timer functions
by Rob Herring
· 11 years ago
55fbb1d
examples: enable gc-sections option
by Rob Herring
· 11 years ago
33d1b9a
config: remove platform CONFIG_SYS_HZ definition part 2/2
by Rob Herring
· 11 years ago
7291732
config: remove platform CONFIG_SYS_HZ definition part 1/2
by Rob Herring
· 11 years ago
Next »