Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
3573c327a627b5d309118fccb1a58ffb39660116
/
common
10d4e0f
common/cmd_nand.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 12 years ago
5017436
common/cmd_nvedit.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 12 years ago
a075a79
common/cmd_bootm.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 12 years ago
2ab5be7
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 12 years ago
8fa3d2b
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 12 years ago
8bd07c9
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 12 years ago
f576613
USB: Align buffers at cacheline
by Puneet Saxena
· 13 years ago
66cf641
usb: use noinline define
by Mike Frysinger
· 13 years ago
418396e
nand: extend .raw accesses to work on multiple pages
by Scott Wood
· 13 years ago
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
48522bb
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 12 years ago
71cadda
SATA: check for return value from sata functions
by Stefano Babic
· 13 years ago
0a6deb3
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
7b15e2b
linux/compat.h: rename from linux/mtd/compat.h
by Mike Frysinger
· 13 years ago
05f132d
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
5f6db68
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Wolfgang Denk
· 13 years ago
314f634
image/fit: drop inline markings on parser code
by Mike Frysinger
· 13 years ago
f624dd1
GCC47: Fix warning in cmd_nand.c
by Marek Vasut
· 13 years ago
34e210f
cmd_bdinfo: display the address map size (32-bit vs. 36-bit)
by Timur Tabi
· 13 years ago
0a85a9e
powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO
by Liu Gang
· 13 years ago
030fca5
Fix the behaviour of the 'run' command
by Timo Ketola
· 13 years ago
3786980
Move bootstage timer out of lib/time.c
by Simon Glass
· 13 years ago
35cf5fe
LMB: Fix undefined lmb_reserve() on non-lmb platforms
by Marek Vasut
· 13 years ago
57d40ab
RAMDISK: Fix unused variable issue caused by raw rd support
by Marek Vasut
· 13 years ago
017e1f3
BOOT: Add RAW ramdisk support to bootz
by Marek Vasut
· 13 years ago
44f074c
BOOT: Add "bootz" command to boot Linux zImage on ARM
by Marek Vasut
· 13 years ago
57210c7
Add support for loading and saving the environment to a FAT partition
by Maximilian Schwerin
· 13 years ago
c0b77e0
cmd_log: print log->v2.con value in the "log info" command
by Heiko Schocher
· 13 years ago
1e8e7ae
command, log: Coding Style cleanup
by Heiko Schocher
· 13 years ago
c16a123
command, log: print with "log show" a full logbuffer
by Heiko Schocher
· 13 years ago
a939ea3
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
1648a37
Add cmd_spl command
by Simon Schwarz
· 13 years ago
834c938
cmd_pxe.c: fix strict-aliasing warnings
by Jason Hobbs
· 13 years ago
24de357
SPL: Add YMODEM over UART load support
by Matt Porter
· 13 years ago
656f4c6
cmd_fat: add FAT write command
by Donggeun Kim
· 13 years ago
3fa4977
Revert "Add board_pre_console_putc to deal with early console output"
by Simon Glass
· 13 years ago
5b84dd6
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
3a608ca
bootstage: Implement core microsecond boot time measurement
by Simon Glass
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
aacc8c1
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
c8e66db
bootstage: Convert net progress numbers to enums
by Simon Glass
· 13 years ago
cd24a6b
bootstage: Convert NAND progress numbers to enums
by Simon Glass
· 13 years ago
90e153d
bootstage: Convert IDE progress numbers to enums
by Simon Glass
· 13 years ago
5e41088
bootstage: Convert progress numbers 10-19 to enums
by Simon Glass
· 13 years ago
5dc8871
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
578ac1e
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
6eee21d
bootvx: Clear and disable data cache, and call vxWorks with parameter.
by Reinhard Arlt
· 13 years ago
e37ae40
image: Support FDTs already loaded at their load address
by Stephen Warren
· 13 years ago
2349893
cmd_cache: use cache/invalidate functions available in common.h
by Stefan Kristiansson
· 13 years ago
4c12eeb
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
9d12d5d
Add cmd_process() to process commands in one place
by Simon Glass
· 13 years ago
7344f91
Remove interleave of non-U-Boot code in hush
by Simon Glass
· 13 years ago
bdf8e34
Create a single cmd_call() function to handle command execution
by Simon Glass
· 13 years ago
7fed89e
Don't include standard parser if hush is used
by Simon Glass
· 13 years ago
5307153
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
009dde1
Rename run_command2() to run_command()
by Simon Glass
· 13 years ago
f47360a
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
79714c1
Remove CMD_PXE's static on run_command()
by Simon Glass
· 13 years ago
a1a28c6
USB: relax usbcore reset timings
by Wolfgang Grandegger
· 13 years ago
f9636e8
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· 13 years ago
fb3ef64
USB: reevaluate iomux stdin on USB kbd detect
by amartin@nvidia.com
· 13 years ago
d53da84
usb: add numeric keypad support to HID driver
by Vincent Palatin
· 13 years ago
3d17308
USB: fix USB keyboard polling parameter
by Vincent Palatin
· 13 years ago
e159e48
USB: Make struct devrequest setup_packet local
by Marek Vasut
· 13 years ago
23faf2b
USB: Separate out USB hub driver
by Marek Vasut
· 13 years ago
c08b1b2
USB: Staticize internal functions
by Marek Vasut
· 13 years ago
e910042
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
cfdae12
cmd_nand.c: Fix 'nand dump' after latest MTD resync
by Tom Rini
· 13 years ago
fa34f6b
common/image.c: align usage of fdt_high with initrd_high
by Shawn Guo
· 13 years ago
dbe20fc
Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
e506a00
cmd_eeprom: typo
by Peter Meerwald
· 13 years ago
e9d44b3
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 13 years ago
c1173bd
sf command: allow default bus and chip selects
by Eric Nelson
· 13 years ago
8f5d468
davinci: add support for printing clock frequency
by Hadli, Manjunath
· 13 years ago
fc4fa6a
common, menu: do not trigger timeout again, if a line is read
by Heiko Schocher
· 13 years ago
317d6c5
common, menu: show menu on startup if CONFIG_MENU_SHOW is defined
by Heiko Schocher
· 13 years ago
e0611dd
common, menu: add statusline support
by Heiko Schocher
· 13 years ago
9c34831
common: add possibility for readline_into_buffer timeout
by Heiko Schocher
· 13 years ago
2be9fdb
openrisc: Add board info printout to cmd_bdinfo
by Stefan Kristiansson
· 13 years ago
3ddcacc
openrisc: Add architecture image support
by Stefan Kristiansson
· 13 years ago
5dd95cf
usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM
by Kyle Moffett
· 13 years ago
bf95df4
env: factor out the env_get_char_spec() function
by Igor Grinberg
· 13 years ago
06297db
FPGA: use debug() instead of module debug printf
by Stefano Babic
· 13 years ago
bfcc40b
Merge branch 'next' of ../next
by Wolfgang Denk
· 13 years ago
e273342
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
38bd80b
net: Fix arguments in tftpput command
by Simon Glass
· 13 years ago
43d4a5e
common/cmd_pxe.c: Fix GCC 4.6 build warnings
by Heiko Schocher
· 13 years ago
d3f80c7
common/cmd_nvedit.c: Fix size calculation in do_env_import()
by Horst Kronstorfer
· 13 years ago
a97f6ef
cmd_sf.c: fix printf() length modifier
by Andreas Bießmann
· 13 years ago
068af6f
Make printf and vprintf safe from buffer overruns
by Sonny Rao
· 13 years ago
b2fb47f
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
by Tom Rini
· 13 years ago
d798a9b
common/cmd_nvedit.c: Add missing 'env save' preproc guard
by Horst Kronstorfer
· 13 years ago
3b20011
powerpc/bootm: Flush ramdisk and device tree image when booting on MP
by Kumar Gala
· 13 years ago
b2eb7d9
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 13 years ago
1af9f96
usb: add help for missing start subcommand
by Veli-Pekka Peltola
· 13 years ago
b3813a2
cosmetic: remove excess whitespace from usb command help
by Veli-Pekka Peltola
· 13 years ago
5a1219e
USB: Drop dead code from usb_kbd.c
by Marek Vasut
· 13 years ago
9a8c72a
USB: Rework usb_kbd.c
by Marek Vasut
· 13 years ago
Next »