Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aca24304fd0c655a04a368c74abd8039b0c315ed
aca2430
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 11 years ago
b9b5eaf
video: consolidate splash screen alignment code
by Anatolij Gustschin
· 11 years ago
e8f5269
cmd_bootm.c: Correct check/return for unsupported sub-command
by Tom Rini
· 11 years ago
dbe8cfa
cosmetic: README.SPL: fix a typo
by Masahiro Yamada
· 11 years ago
c2a4191
Makefile: fix readelf usage
by Andreas Bießmann
· 11 years ago
8a0103f
tools/proftool: remove REG_NOERROR
by Andreas Bießmann
· 11 years ago
74b4f96
lib/rsa/rsa-sig.c: compile on OS X
by Andreas Bießmann
· 11 years ago
063ae5a
dfu:ext4:fix Fix DFU upload functionality
by Łukasz Majewski
· 11 years ago
3cc5ff0
dfu:ext4:fix Fix ext4{read|write} command formatting
by Łukasz Majewski
· 11 years ago
4625c17
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 11 years ago
da233ce
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
2abfe36
omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare
by Robert Winkler
· 11 years ago
8571c6c
video: lcd: Make splash_screen_prepare weak, remove config macro
by Robert Winkler
· 11 years ago
2a90ed0
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
by Robert Winkler
· 11 years ago
e59e0ff
lcd: align bmp header when uncopmressing image
by Piotr Wilczek
· 11 years ago
c4b7d65
lcd: remove unaligned access in lcd_dt_simplefb_configure_node()
by Stephen Warren
· 11 years ago
d0c5365
drivers:video:s6e8ax0: change data_to_send array to static
by Piotr Wilczek
· 12 years ago
011b714
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 11 years ago
75caa35
usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
by Pierre Aubert
· 11 years ago
19bb245
usb: fix unaligned access in device_qual()
by Heiko Schocher
· 11 years ago
a1fe567
dfu:function: Fix number of allocated DFU function pointers
by Lukasz Majewski
· 11 years ago
c3ffe50
usb, musb-new: add wdt trigger
by Heiko Schocher
· 11 years ago
07a12ea
usb, g_dnl: make possibility to fixup the device_desc board specific
by Heiko Schocher
· 11 years ago
5890e83
usb, dfu gadget: switch to dfu mode in dfu_bind
by Heiko Schocher
· 11 years ago
7db5de6
usb:composite: use memcpy to avoid unaligned access
by Piotr Wilczek
· 12 years ago
2963d80
drivers:usb: use get|put_unaligned_le16
by Piotr Wilczek
· 11 years ago
a2f831e
dfu: make data buffer size configurable
by Heiko Schocher
· 11 years ago
b4372d6
Prepare v2013.07-rc2
by Tom Rini
· 11 years ago
6162f71
Fix bootm to work on powerpc again (compressed uImage)
by Stefan Roese
· 11 years ago
f19be41
mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE
by Simon Glass
· 11 years ago
8f6e623
bootm: Disable interrupts before loading OS
by Simon Glass
· 11 years ago
fec2717
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
by Tom Rini
· 11 years ago
7b19975
am335x_evm: Add missing ';' in findfdt
by Tom Rini
· 11 years ago
a077187
Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx
by Tom Rini
· 11 years ago
7323ec8
PPC 74xx_7xx: Fix build warnings for ELPPC board
by Wolfgang Denk
· 11 years ago
2ecfc78
ColdFire: Update the arch_global_date changes for mcf5441x
by Jason Jin
· 11 years ago
9184c45
Fix MCF5235 SDRAM base address macro
by Steve deRosier
· 12 years ago
537f186
m68k: fix debug call befor serial init
by Jens Scharsig (BuS Elektronik)
· 12 years ago
144e1f9
mtd/nand: docg4: fix compiler warnings
by Mike Dunn
· 11 years ago
d6272f2
usb: musb: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
85706c8
mtd: cfi_flash: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
dd5d4a1
hwmon: lm63: Use ARRAY_SIZE at appropriate place
by Axel Lin
· 11 years ago
ebca873
serial: Use ARRAY_SIZE instead of reinventing it
by Axel Lin
· 11 years ago
a618f2b
README: align default commands with code
by Vincent Stehlé
· 11 years ago
4bdf6fd
Fix block device accesses beyond 2TiB
by Sascha Silbe
· 11 years ago
a7386c4
cmd_bootm: Add command line arguments to Plan 9
by Steven Stallion
· 11 years ago
0e9edd8
Add verified boot information and test
by Simon Glass
· 11 years ago
c6fc03f
sandbox: config: Enable FIT signatures with RSA
by Simon Glass
· 11 years ago
56ab8d6
image: Add support for signing of FIT configurations
by Simon Glass
· 11 years ago
b016702
libfdt: Add fdt_find_regions()
by Simon Glass
· 11 years ago
817278a
mkimage: Add -r option to specify keys that must be verified
by Simon Glass
· 11 years ago
bf27d3d
mkimage: Add -c option to specify a comment for key signing
by Simon Glass
· 11 years ago
ce8c3ca
mkimage: Add -F option to modify an existing .fit file
by Simon Glass
· 11 years ago
b4d8b09
mkimage: Add -K to write public keys to an FDT blob
by Simon Glass
· 11 years ago
b148974
mkimage: Add -k option to specify key directory
by Simon Glass
· 11 years ago
35191a3
image: Add RSA support for image signing
by Simon Glass
· 11 years ago
fbabc0f
image: Support signing of images
by Simon Glass
· 11 years ago
58fe7e5
image: Add signing infrastructure
by Simon Glass
· 11 years ago
dfe33ea
x86: config: Add tracing options
by Simon Glass
· 11 years ago
42081ce
x86: Support tracing function
by Simon Glass
· 11 years ago
0843e9e
exynos: config: Add tracing options
by Simon Glass
· 11 years ago
abf0995
exynos: Avoid function instrumentation for microsecond timer
by Simon Glass
· 11 years ago
3c26c58
arm: Implement the 'fake' go command
by Simon Glass
· 11 years ago
0013488
Add a 'fake' go command to the bootm command
by Simon Glass
· 11 years ago
3081e2e
Refactor the bootm command to reduce code duplication
by Simon Glass
· 11 years ago
794a921
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
41f0725
Add a simple test for sandbox trace
by Simon Glass
· 11 years ago
e7f1eb5
sandbox: Support trace feature
by Simon Glass
· 11 years ago
9c62892
Add proftool to decode profile data
by Simon Glass
· 11 years ago
209a1a6
Add trace support to generic board
by Simon Glass
· 11 years ago
831aa54
Support tracing in config.mk when enabled
by Simon Glass
· 11 years ago
a749ae0
Add a trace command
by Simon Glass
· 11 years ago
c44b800
Add trace library
by Simon Glass
· 11 years ago
b09cfd8
Add function to print a number with grouped digits
by Simon Glass
· 11 years ago
c6736b4
bootstage: Correct printf types
by Simon Glass
· 11 years ago
27620cc
Show stdout on error in fit-test
by Simon Glass
· 11 years ago
50d9eb9
Fix missing return in do_mem_loop()
by Simon Glass
· 11 years ago
42fc60a
x86: Correct missing local variable in bootm
by Simon Glass
· 11 years ago
64f11d0
pci: Convert extern inline functions to static inline
by Simon Glass
· 11 years ago
a4ed85d
cros: exynos: enable cros-ec for smdk5250
by Hung-ying Tyan
· 12 years ago
e55aadd
cros: exynos: add cros-ec device nodes to exynos5250-snow.dts
by Hung-ying Tyan
· 12 years ago
4a48bcf
cros: adds cros_ec keyboard driver
by Hung-ying Tyan
· 12 years ago
62899fc
cros: add LPC support for cros_ec
by Hung-ying Tyan
· 12 years ago
0039123
cros: exynos: add SPI support for cros_ec
by Hung-ying Tyan
· 12 years ago
6830408
cros: add I2C support for cros_ec
by Hung-ying Tyan
· 12 years ago
c48ca88f
cros: add cros_ec driver
by Hung-ying Tyan
· 12 years ago
b0f42db
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 11 years ago
93ac9b8
phylib: add atheros ar803x phy
by Heiko Schocher
· 11 years ago
b2ccbf0
phylib: add natsemi dp83630 phy
by Heiko Schocher
· 11 years ago
cd19bd3
net: update FTGMAC100 for MMU/D-cache support
by Kuo-Jung Su
· 12 years ago
d169a70
net: add Faraday FTMAC110 10/100Mbps ethernet support
by Kuo-Jung Su
· 12 years ago
eaf68ac
net: phy: supplement support for Micrel's KSZ9031
by SARTRE Leo
· 12 years ago
6f7d7d9
net: macb: add support for gigabit MAC
by Bo Shen
· 12 years ago
7d91deb
net: macb: using phylib to configure phy device
by Bo Shen
· 12 years ago
cc29ce5
net: macb: using AT91FAMILY replace #ifdeferry
by Bo Shen
· 12 years ago
d2c2612
ARM: at91sam9n12: add network support with ksz8851_16mll
by Bo Shen
· 12 years ago
b1eee65
net: ks8851_mll: add ethernet support
by Roberto Cerati
· 12 years ago
dcc307e
phylib: Add Atheros AR8035 GETH PHY support
by Xie Xiaobo
· 12 years ago
2332941
add support for Xilinx 1000BASE-X phy (GTX)
by Charles Coldwell
· 12 years ago
5fb50bf
net: Correct check for link-local target IP conflict
by Joe Hershberger
· 12 years ago
Next »