Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
945e59a1f024bb114217e4f39f8299e704526cde
/
common
9e158f9
menu.c: use puts() instead of printf() where possible
by Wolfgang Denk
· 13 years ago
e7c338b
cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup
by Kumar Gala
· 13 years ago
2b48e1f
Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
18e73d9
common/cmd_bootm.c: Fix GCC 4.6 warnings
by Anatolij Gustschin
· 13 years ago
3e77359
env: clean env_common.c checkpatch and code style
by Igor Grinberg
· 13 years ago
90f2ca8
env: clean env_nand.c checkpatch and code style
by Igor Grinberg
· 13 years ago
2182105
env: clean env_flash.c checkpatch and code style
by Igor Grinberg
· 13 years ago
c3c1bed
env: clean env_sf.c checkpatch and code style
by Igor Grinberg
· 13 years ago
13f851f
env: clean env_eeprom.c checkpatch and code style
by Igor Grinberg
· 13 years ago
95a4e1d
env: clean env_embedded.c checkpatch and code style
by Igor Grinberg
· 13 years ago
ecbfb62
env: clean env_mmc.c checkpatch and code style
by Igor Grinberg
· 13 years ago
0448286
env: clean env_nvram.c checkpatch and code style
by Igor Grinberg
· 13 years ago
d0ed003
env: clean env_onenand.c checkpatch and code style
by Igor Grinberg
· 13 years ago
b90c1fc
env: clean env_dataflash.c checkpatch and code style
by Igor Grinberg
· 13 years ago
0815298
env: clean env_mgdisk.c checkpatch and code style
by Igor Grinberg
· 13 years ago
2bb87bf
env: clean env_nowhere.c checkpatch and code style
by Igor Grinberg
· 13 years ago
de83256
env: clean cmd_nvedit.c checkpatch and code style
by Igor Grinberg
· 13 years ago
23b54b9
env: move extern environment[] to environment.h
by Igor Grinberg
· 13 years ago
6d67c73
env: move extern default_environment[] to environment.h
by Igor Grinberg
· 13 years ago
269cbef
common: move extern char console_buffer[] to common.h
by Igor Grinberg
· 13 years ago
c6f4e12
Fix warnings in cmd_nvedit.c
by Simon Glass
· 13 years ago
9f4d72f
Revert "sandbox: Change md command to use map_physmem"
by Kumar Gala
· 13 years ago
f8ce79b
common: tsi148 - fix gcc 4.6 compiler warning
by Kim Phillips
· 13 years ago
d355cb3
common/cmd_universe.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
d8c5649
common/cmd_fdc.c: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
af965c9
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
3b81468
Merge branch 'master' of git://git.denx.de/u-boot-video
by Wolfgang Denk
· 13 years ago
8656a4f
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
da632e5
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 13 years ago
c3d11af
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
41132c0
font: split font data from video_font.h
by Che-Liang Chiou
· 13 years ago
5639fc6
tools: logo: split bmp arrays from bmp_logo.h
by Che-Liang Chiou
· 13 years ago
2444b17
lcd: add clear and draw bitmap declaration
by Che-Liang Chiou
· 13 years ago
d38ad25
GCC4.6: Fix common/usb.c on xscale
by Marek Vasut
· 13 years ago
cd37de7
Fix constness of the fdt void pointer in fdt_getprop_u32_default
by Gabe Black
· 13 years ago
9df8b4c
Add some missing endian conversions in fdt_support.c
by Gabe Black
· 13 years ago
1e3cdf3
env: allow to export only selected variables
by Wolfgang Denk
· 13 years ago
57e219e
common/cmd_flash.c: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
9a9619f
common/cmd_i2c.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
117310f
sandbox: Change md command to use map_physmem
by Simon Glass
· 13 years ago
afd51df
common/cmd_ide.c: fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
2bc10cf
common/cmd_ide.c: CodingStyle cleanup
by Wolfgang Denk
· 13 years ago
dae82aa
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 13 years ago
05f94cb
GCC4.6: Squash undefined variable in cmd_mtdparts.c
by Marek Vasut
· 13 years ago
0f79fc3
GCC4.6: Squash subsequent warnings in usb_storage.c
by Marek Vasut
· 13 years ago
772b688
GCC4.6: Squash warning in usb_storage.c
by Marek Vasut
· 13 years ago
9213171
GCC4.6: Squash warning in cmd_ide.c
by Marek Vasut
· 13 years ago
475146b
GCC4.6: Squash warnings in common/usb.c
by Marek Vasut
· 13 years ago
0560be2
omap: spl: fix build break due to changes in FAT
by Aneesh V
· 13 years ago
749941a
ARM: orion5x: reduce dependence of including platform file
by Lei Wen
· 13 years ago
9026d68
arm, logbuffer: make it compileclean
by Heiko Schocher
· 13 years ago
85d96ec
net: tftpput: add tftpput command
by Simon Glass
· 13 years ago
34f5229
tftpput: add save_addr and save_size global variables
by Simon Glass
· 13 years ago
d6c5f55
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· 13 years ago
b8e926e
Add setenv_ulong() and setenv_addr()
by Simon Glass
· 13 years ago
931948a
Move simple_itoa to vsprintf
by Simon Glass
· 13 years ago
3885551
mkimage: adding support for Davinci AIS image
by Stefano Babic
· 13 years ago
bf690f8
Add getenv_ulong() to read an integer from an environment variable
by Simon Glass
· 13 years ago
76deb6c
common: fix missing function pointer relocation in fixup_cmdtable()
by Daniel Schwierzeck
· 13 years ago
fe64eff
hwmon: Provide dtt_init()
by Dirk Eibach
· 13 years ago
e4da248
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
by Joe Hershberger
· 13 years ago
257ff78
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
by Joe Hershberger
· 13 years ago
6904b6e
checkpatch whitespace cleanups
by Stephen Warren
· 13 years ago
354b4e3
nds32: common bdinfo, bootm, image support
by Macpaul Lin
· 13 years ago
7b48070
cmd_bdinfo: replace print_str() with print_mhz()
by Timur Tabi
· 13 years ago
6519bbf
removed static from images in cmd_bootm.c
by Simon Schwarz
· 13 years ago
5444586
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
c76b834
cosmetic: Fixup fixup_silent_linux() for checkpatch
by Doug Anderson
· 13 years ago
a7be802
fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
by Shengzhou Liu
· 13 years ago
fc95324
sandbox: Use uintptr_t for 32/64-bit compatibility
by Simon Glass
· 13 years ago
82278bd
sandbox: Disable built-in malloc
by Simon Glass
· 13 years ago
81afc3d
sandbox: Add bootm support
by Simon Glass
· 13 years ago
4413ed3
sandbox: Add board info for architecture
by Simon Glass
· 13 years ago
00aa988
Fix use of int as pointer in image.c
by Simon Glass
· 13 years ago
0e3a593
Add pxe command
by Jason Hobbs
· 13 years ago
cafa1aa
Replace space and tab checks with isblank
by Jason Hobbs
· 13 years ago
cba50df
cosmetic: remove unneeded curly braces
by Jason Hobbs
· 13 years ago
a56febb
common: add run_command2 for running simple or hush commands
by Jason Hobbs
· 13 years ago
65febe6
common, menu: use abortboot for menu timeout
by Jason Hobbs
· 13 years ago
0685d82
Add generic, reusable menu code
by Jason Hobbs
· 13 years ago
e516622
common: fix missing function pointer relocation in fixup_cmdtable()
by Daniel Schwierzeck
· 13 years ago
c6d8303
fdt: update fdt_alloc_phandle to use fdt_get_phandle
by Timur Tabi
· 13 years ago
0f46c80
fdt: check for fdt errors in fdt_create_phandle
by Timur Tabi
· 13 years ago
2410348
common/usb.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
6c7c558
common/cmd_usb.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
e967dc1
CFI: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
fd76300
cmd_time: add time command
by Che-liang Chiou
· 13 years ago
6c9cbb7
common/image.c: remove duplicated IH_TYPE entries.
by Wolfgang Denk
· 13 years ago
75348da
serial: uartlite: Support for SERIAL_MULTI
by Michal Simek
· 13 years ago
2f78b6a
cmd_sf: Fix compiler warning
by Kumar Gala
· 13 years ago
5da0bed
image: push default arch values to arch headers
by Mike Frysinger
· 13 years ago
3c28f48
console: Implement pre-console buffer
by Graeme Russ
· 13 years ago
dec24a6
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
5c5e700
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
9dc6396
Revert "GCC4.6: Convert various empty macros to inline functions"
by Wolfgang Denk
· 13 years ago
185ce25
NAND: Make page, erase, oob size available via cmd_nand
by Marek Vasut
· 13 years ago
a986981
NAND: Add -y option to nand scrub command
by Marek Vasut
· 13 years ago
357b78e
NAND: Add nand read.raw and write.raw commands
by Marek Vasut
· 13 years ago
40c0c8b
GCC4.6: Squash warning in cmd_ubi.c:
by Marek Vasut
· 13 years ago
aed704f
GCC4,6: Squash warning in cmd_nand.c
by Marek Vasut
· 13 years ago
Next »