Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
60ce19a19694c7f53beca6e40248e26cc1e8d619
60ce19a
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
6889628
usb: musb: fix printf warning
by Mike Frysinger
· 13 years ago
ef980a7
bootstage: arm: Add bootstage calls in board and bootm
by Simon Glass
· 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
4d7372f
bootstage: Define an optional microsecond timer
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
12a13d6
bootstage: Convert progress numbers 20-41 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
8445d00
bootstage: Create an initial header for boot progress integers
by Simon Glass
· 13 years ago
4fa117c
bootvx: Clear and disable data cache, and call vxWorks with parameter.
by Reinhard Arlt
· 13 years ago
6b300dc
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
eddcf95
CPCI750: Add CPCI-HD/2 support
by Reinhard Arlt
· 13 years ago
8211d12
Merge branch 'master' of git://git.denx.de/u-boot-avr32
by Wolfgang Denk
· 13 years ago
18f8ba2
Merge branch 'sandbox' of git://git.denx.de/u-boot-blackfin
by Wolfgang Denk
· 13 years ago
d309cef
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Wolfgang Denk
· 13 years ago
ed2b7a1
mxsboot: fix tool name in usage message
by Otavio Salvador
· 13 years ago
e095ffe
atmel_mci.h: remove outdated register macros
by Andreas Bießmann
· 13 years ago
a19e30e
doc/git-mailrc: add <me> to avr32 alias
by Andreas Bießmann
· 13 years ago
69df6de
ATMEL: remove old atmel_mci driver
by Sven Schnelle
· 13 years ago
8aa9682
ATMEL: use generic mmc framework
by Sven Schnelle
· 13 years ago
bc036d3
sandbox: mark os_exit as noreturn
by Mike Frysinger
· 13 years ago
8a3e035
sandbox: add getopt support
by Simon Glass
· 13 years ago
0fc3c22
sandbox: allow processing before main loop
by Simon Glass
· 13 years ago
20bf89a
sandbox: add concept of sandbox state
by Simon Glass
· 13 years ago
2f60d14
sandbox: disable fortification
by Mike Frysinger
· 13 years ago
ba15072
sandbox: u-boot.lds: tweak style
by Mike Frysinger
· 13 years ago
9c06499
sandbox: add get_{tbclk,ticks}
by Mike Frysinger
· 13 years ago
42454916
sandbox: enable GPIO driver
by Simon Glass
· 13 years ago
b43d044
sandbox: gpio: add basic driver for simulating GPIOs
by Simon Glass
· 13 years ago
3196d75
sandbox: add flags for open() call
by Simon Glass
· 13 years ago
827116f
sandbox: config: enable fdt and snprintf() options
by Simon Glass
· 13 years ago
dfa2fe3
sandbox: fdt: add support for CONFIG_OF_CONTROL
by Simon Glass
· 13 years ago
60addac
sandbox: add lseek helper
by Mike Frysinger
· 13 years ago
999a579
sandbox: add ifdef protection to os.h
by Mike Frysinger
· 13 years ago
17064c0
sandbox: add required header to os.c
by Simon Glass
· 13 years ago
e8015a6
sandbox: sort header files in os.c
by Simon Glass
· 13 years ago
a1facc9
Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU"
by Wolfgang Denk
· 13 years ago
51fbfb9
sh: timer: Remove unnecessary variable 'ticks'
by Nobuhiro Iwamatsu
· 13 years ago
f701b5e
sh: Fix sh7264 clock speed and related serial setting
by Phil Edworthy
· 13 years ago
45c786e
net: sh_eth: Remove unnecessary return
by Nobuhiro Iwamatsu
· 13 years ago
71f507c
net: sh_eth: Collect up EDMR_INIT_CNT to TIMEOUT_CNT
by Nobuhiro Iwamatsu
· 13 years ago
fa41330
net: sh_eth: Remove SH_ETH_PHY_DELAY
by Nobuhiro Iwamatsu
· 13 years ago
3bb12e8
sh: ecovec: Add support PHY of SMSC
by Nobuhiro Iwamatsu
· 13 years ago
9dfac0a
sh: sh_eth: Add support SH7724
by Nobuhiro Iwamatsu
· 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
0819fd8
tools: checkstack.pl from Linux added to tools
by Tom Rini
· 13 years ago
84ffd3a
Makefile: Remove mmc_spl related enteries
by Chander Kashyap
· 13 years ago
00f2cbc
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Wolfgang Denk
· 13 years ago
83ce109
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
dd152fc
PPC: Drop mv6436x_eth_initialize() from net/eth.c
by Marek Vasut
· 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
74a023c
sc520: fix build warning about unused temp var
by Mike Frysinger
· 13 years ago
80979e8
Remove execute permissions from source files
by Thomas Weber
· 13 years ago
38ff13d
integrator: remove fragile delay loop from PCI code
by Linus Walleij
· 13 years ago
b91b974
pci: move pciauto_config_init() to pci.h
by Linus Walleij
· 13 years ago
d9d4fa7
ppc: Change memsz variable to signed char
by Simon Glass
· 13 years ago
0fb0622
m68k: Change memsz to a signed char to avoid warning
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
451be50
eth: remove usb-ethernet devices before re-enumerating them
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
674db66
Merge branch 'master' of git://git.denx.de/u-boot-nds32
by Wolfgang Denk
· 13 years ago
facd17c
Ethernut 5: fix build error
by prabhakar.csengg@gmail.com
· 13 years ago
2d2e975
cmd_nand.c: Fix 'nand dump' after latest MTD resync
by Tom Rini
· 13 years ago
cdd045d
mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command
by Prabhakar Kushwaha
· 13 years ago
0ed5e77
mtd/nand: Fix IFC driver to support 2K NAND page
by Prabhakar Kushwaha
· 13 years ago
f2f5c9e
nand: reinstate lazy bad block scanning
by Scott Wood
· 13 years ago
107c630
Revert "nand: make 1-bit software ECC configurable"
by Scott Wood
· 13 years ago
e474e77
nds32/board.c: add PCI prompt at boot up
by Macpaul Lin
· 13 years ago
a473271
nds32/ag101/watchdog.S: add linkage support
by Macpaul Lin
· 13 years ago
82cb8bd
nds32: add linkage support
by Macpaul Lin
· 13 years ago
e0db71d
armv7: omap3: leave outer cache enabled
by Aneesh V
· 13 years ago
38ae6a9
at91: modified NAND flash timing on otc570 board
by Daniel Gorsulowski
· 13 years ago
879fbe8
at91: modified NAND flash timing on meesc board
by Daniel Gorsulowski
· 13 years ago
b5b070b
tt01: fix hush parser config, add release config
by Helmut Raiger
· 13 years ago
8deec39
tt01: add video support
by Helmut Raiger
· 13 years ago
364b6de
tt01: fix environment size
by Helmut Raiger
· 13 years ago
Next »