Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8097deaf2fa01e6f320447a759de0747def040a4
/
common
89aa5c9
Revert "Add board_pre_console_putc to deal with early console output"
by Simon Glass
· 13 years ago
60ce19a
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
768cbf0
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
31a870e
bootstage: Implement core microsecond boot time measurement
by Simon Glass
· 13 years ago
0169e6b
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
52823fd
bootstage: Convert FIT progress numbers to enums
by Simon Glass
· 13 years ago
964d1d4
bootstage: Convert net progress numbers to enums
by Simon Glass
· 13 years ago
9acfb15
bootstage: Convert NAND progress numbers to enums
by Simon Glass
· 13 years ago
1b659cf
bootstage: Convert IDE progress numbers to enums
by Simon Glass
· 13 years ago
3038f80
bootstage: Convert progress numbers 10-19 to enums
by Simon Glass
· 13 years ago
53624e0
bootstage: Convert progress numbers 1-9 into enums
by Simon Glass
· 13 years ago
d409b1b
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
2939564
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
4fa117c
bootvx: Clear and disable data cache, and call vxWorks with parameter.
by Reinhard Arlt
· 13 years ago
84d6228
image: Support FDTs already loaded at their load address
by Stephen Warren
· 13 years ago
a741605
cmd_cache: use cache/invalidate functions available in common.h
by Stefan Kristiansson
· 13 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
1727b94
Add cmd_process() to process commands in one place
by Simon Glass
· 13 years ago
e79731e
Remove interleave of non-U-Boot code in hush
by Simon Glass
· 13 years ago
2176d60
Create a single cmd_call() function to handle command execution
by Simon Glass
· 13 years ago
82c2132
Don't include standard parser if hush is used
by Simon Glass
· 13 years ago
bf8c5b0
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
8161d04
Rename run_command2() to run_command()
by Simon Glass
· 13 years ago
c023a89
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
388d223
Remove CMD_PXE's static on run_command()
by Simon Glass
· 13 years ago
9bb46e0
USB: relax usbcore reset timings
by Wolfgang Grandegger
· 13 years ago
185da95
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· 13 years ago
c9d6202
USB: reevaluate iomux stdin on USB kbd detect
by amartin@nvidia.com
· 13 years ago
92f6a62
usb: add numeric keypad support to HID driver
by Vincent Palatin
· 13 years ago
f3f3a5d
USB: fix USB keyboard polling parameter
by Vincent Palatin
· 13 years ago
f16090f
USB: Make struct devrequest setup_packet local
by Marek Vasut
· 13 years ago
6da5af3
USB: Separate out USB hub driver
by Marek Vasut
· 13 years ago
3a16a6a
USB: Staticize internal functions
by Marek Vasut
· 13 years ago
a0f4e47
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Wolfgang Denk
· 13 years ago
2d2e975
cmd_nand.c: Fix 'nand dump' after latest MTD resync
by Tom Rini
· 13 years ago
0ca9e98
common/image.c: align usage of fdt_high with initrd_high
by Shawn Guo
· 13 years ago
25707a8
Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
c48ae8c
cmd_eeprom: typo
by Peter Meerwald
· 13 years ago
a7469f1
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 13 years ago
b0af633
sf command: allow default bus and chip selects
by Eric Nelson
· 13 years ago
0dfccbe
davinci: add support for printing clock frequency
by Hadli, Manjunath
· 13 years ago
e795b2e
common, menu: do not trigger timeout again, if a line is read
by Heiko Schocher
· 13 years ago
b4c1df8
common, menu: show menu on startup if CONFIG_MENU_SHOW is defined
by Heiko Schocher
· 13 years ago
eb2296f
common, menu: add statusline support
by Heiko Schocher
· 13 years ago
0eab4d5
common: add possibility for readline_into_buffer timeout
by Heiko Schocher
· 13 years ago
a646fa6
openrisc: Add board info printout to cmd_bdinfo
by Stefan Kristiansson
· 13 years ago
15c669c
openrisc: Add architecture image support
by Stefan Kristiansson
· 13 years ago
6540db0
usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM
by Kyle Moffett
· 13 years ago
76c02dc
env: factor out the env_get_char_spec() function
by Igor Grinberg
· 13 years ago
b69b9a5
FPGA: use debug() instead of module debug printf
by Stefano Babic
· 13 years ago
93fa6b8
Merge branch 'next' of ../next
by Wolfgang Denk
· 13 years ago
0ba436d
Merge branch 'master' of /home/wd/git/u-boot/custodians
by Wolfgang Denk
· 13 years ago
778fe69
net: Fix arguments in tftpput command
by Simon Glass
· 13 years ago
9cd01dd
common/cmd_pxe.c: Fix GCC 4.6 build warnings
by Heiko Schocher
· 13 years ago
295da64
common/cmd_nvedit.c: Fix size calculation in do_env_import()
by Horst Kronstorfer
· 13 years ago
f51b06c
cmd_sf.c: fix printf() length modifier
by Andreas Bießmann
· 13 years ago
2813a21
Make printf and vprintf safe from buffer overruns
by Sonny Rao
· 13 years ago
7342452
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
by Tom Rini
· 13 years ago
c63e900
common/cmd_nvedit.c: Add missing 'env save' preproc guard
by Horst Kronstorfer
· 13 years ago
180c581
powerpc/bootm: Flush ramdisk and device tree image when booting on MP
by Kumar Gala
· 13 years ago
186df59
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Wolfgang Denk
· 13 years ago
ddb90d3
usb: add help for missing start subcommand
by Veli-Pekka Peltola
· 13 years ago
1f47a4d
cosmetic: remove excess whitespace from usb command help
by Veli-Pekka Peltola
· 13 years ago
d9b34b3
USB: Drop dead code from usb_kbd.c
by Marek Vasut
· 13 years ago
7534a3e
USB: Rework usb_kbd.c
by Marek Vasut
· 13 years ago
82cf9a4
USB: Add functionality to poll the USB keyboard via control EP
by Marek Vasut
· 13 years ago
b5f7b47
sandbox: Add improved RAM simulation
by Matthias Weisser
· 13 years ago
7420ca1
Add board_pre_console_putc to deal with early console output
by Simon Glass
· 13 years ago
dea3a10
common/usb_kbd.c: fix bug introduced in commit 00b7d6e
by Wolfgang Denk
· 13 years ago
b930098
USB: Squash checkpatch warnings in usb_kbd.c
by Marek Vasut
· 13 years ago
d565d24
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 13 years ago
1a0f81d
Fix unused function in cmd_bdinfo.c
by Simon Glass
· 13 years ago
0bc1724
Fix SPI build errors in exports.c
by Simon Glass
· 13 years ago
934fcb6
Revert "mii: miiphy register address width change"
by Wolfgang Denk
· 13 years ago
85cc88a
PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
by Marek Vasut
· 13 years ago
7acba0b
Add a cli command to test the TPM device.
by Vadim Bendebury
· 13 years ago
083b7a6
pxe: make the first label the implicit default
by Jason Hobbs
· 13 years ago
1a8d658
cmd_bdinfo: simplify local static funcs a bit
by Mike Frysinger
· 13 years ago
e31edc5
mii: miiphy register address width change
by Chandan Nath
· 13 years ago
1cd368d
env_nand: Remove DEBUG definition
by Thomas Weber
· 13 years ago
b50e1e0
common/menu.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
9299958
serial: constify serial_assign()
by Gerlando Falauto
· 13 years ago
34148d6
serial: cosmetic checkpatch compliance
by Gerlando Falauto
· 13 years ago
896a717
miiphy: Note that miiphy_* API is deprecated
by Andy Fleming
· 13 years ago
5c8929d
Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
f66131d
image: Don't detect XIP images as overlapping.
by Stephen Warren
· 13 years ago
8c87eba
image: Implement IH_TYPE_KERNEL_NOLOAD
by Stephen Warren
· 13 years ago
19fc0d5
x86: Provide more configuration granularity
by Graeme Russ
· 13 years ago
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
Next »