Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
69d59b47ad408d9961b850f23e59a93fdeb71df8
69d59b4
Introduce generic u-boot.h file
by Simon Glass
· 12 years ago
cb466c0
I2C: S3C24X0: Bug fixes in i2c_transfer
by Rajeshwari Shinde
· 12 years ago
cecf3c0
I2C: S3C24X0: Remove the dead code
by Rajeshwari Shinde
· 12 years ago
68149e9
cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set
by Tom Rini
· 12 years ago
d514544
CONFIG_BOOTDELAY default should not affect runtime
by Joe Hershberger
· 12 years ago
fe492ce
common/main: move set_working_fdt_addr to enable usage of $fdtaddr
by Barak Wasserstrom
· 12 years ago
7d85591
env: fix "env ask" command
by Wolfgang Denk
· 12 years ago
01fac04
cmd_fat.c: Note in fatread help about alignment requirements
by Tom Rini
· 12 years ago
f1932b7
env: Allow accessing non-mtd devices
by Lubomir Rintel
· 12 years ago
c8b5f55
cmd_df.c: Delete this clearly unused source file.
by Robert P. J. Day
· 12 years ago
a22bf16
cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs
by Robert P. J. Day
· 12 years ago
be2e5a0
Allow u-boot to be silent without forcing Linux to be
by Joe Hershberger
· 12 years ago
5501153
Fix a couple typoes in tools/env/README
by Robert P. J. Day
· 12 years ago
d45a6ae
tools: update checkpatch to latest upstream version
by Kim Phillips
· 12 years ago
e3e2d00
tools: enable more checkpatch tests by default
by Kim Phillips
· 12 years ago
92668d6
cmd_part: don't print cmd name twice in help
by Stephen Warren
· 12 years ago
6bdd9f8
MAKEALL: fix kill_children for BSD hosts
by Andreas Bießmann
· 12 years ago
c08349e
mvsata_ide.c: Correction of typo in comments
by Gray Remlin
· 12 years ago
7c9e89b
ppc: Remove PCIPPC2 and PCIPPC6 boards
by Stefan Roese
· 12 years ago
efd7c11
display_options:print_buffer: align ASCII print
by Andreas Bießmann
· 12 years ago
a268170
Feature Removal: disable "mtest" command by default
by Wolfgang Denk
· 12 years ago
c02bff3
Merge branch 'master' of git://git.denx.de/u-boot-mpc82xx
by Tom Rini
· 12 years ago
8327122
powerpc/82xx/km: removed unneeded ifdef
by Holger Brunck
· 12 years ago
47ce50e
powerpc/82xx/km: make handle_mgcoge3un_reset static
by Holger Brunck
· 12 years ago
5a35831
mpc512x: pdm360ng: drop not needed memory node fixup
by Anatolij Gustschin
· 12 years ago
a615dfd
mpc512x: Adjust the DRAM init sequence to the datasheet spec
by Anatolij Gustschin
· 12 years ago
fcc7fe4
mpc512x: add ifm ac14xx board
by Anatolij Gustschin
· 12 years ago
5643709
mpc512x: allow configuring board specific IPS divider
by Anatolij Gustschin
· 12 years ago
1d63b8f
mpc512x: optionally configure DIU, LPC and NFC deviders
by Anatolij Gustschin
· 12 years ago
e5f5386
mpc512x: use common code for clock setting for all mpc512x boards
by Anatolij Gustschin
· 12 years ago
676c669
mpc512x: use common code for CSx configuration
by Anatolij Gustschin
· 12 years ago
b84d6d2
mpc512x: add common LAW and Chip Select configuration
by Anatolij Gustschin
· 12 years ago
aed7548
mpc5200: a4m2k: Implement custom "dynamic" watchdog support
by Stefan Roese
· 12 years ago
d4451d3
mpc5200: Add a4m2k board port
by Stefan Roese
· 12 years ago
b4dc0bd
mpc5200: spl_boot.c: Change init oder to first enable printf
by Stefan Roese
· 12 years ago
fc95908
x86: Enable CONFIG_OF_CONTROL on coreboot
by Simon Glass
· 12 years ago
26f7621
x86: Adjust link device tree include file
by Simon Glass
· 12 years ago
62f7970
x86: Add error checking to x86 relocation code
by Simon Glass
· 12 years ago
f697d52
x86: Support relocation of FDT on start-up
by Simon Glass
· 12 years ago
f82d15e
x86: Rearrange the output input to remove BSS
by Simon Glass
· 12 years ago
4b491b8
x86: Add an __end symbol to signal the end of the U-Boot binary
by Simon Glass
· 12 years ago
bc2df1a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· 12 years ago
8937140
x86: Add basic cache operations
by Simon Glass
· 12 years ago
5e98947
x86: Add function to get top of usable ram
by Simon Glass
· 12 years ago
2536850
Prepare v2013.04-rc1
by Tom Rini
· 12 years ago
47fa71b
kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.
by Sonic Zhang
· 12 years ago
59af76d
bootm: fix conditional compilation for bootm ramdisk subcommand
by Daniel Schwierzeck
· 12 years ago
18a3cce
env: Avoid clobbering an edited variable on ctrl-c
by Joe Hershberger
· 12 years ago
949a771
ubifs: Allow ubifsmount volume reference by number
by Joe Hershberger
· 12 years ago
e40753b
sandbox: config: Enable sandbox command
by Simon Glass
· 12 years ago
10fc121
sandbox: Enable ext4 and fat filesystems
by Simon Glass
· 12 years ago
d304931
sandbox: Add 'sb' command to access filesystem features
by Simon Glass
· 12 years ago
92ccc96
sandbox: Add host filesystem
by Simon Glass
· 12 years ago
62584db
sandbox: Add a way of obtaining directory listings
by Simon Glass
· 12 years ago
e6d5241
fs: Move ls and read methods into ext4, fat
by Simon Glass
· 12 years ago
117e050
fs: Use map_sysmem() on read
by Simon Glass
· 12 years ago
2ded0d4
fs: Tell probe functions where to put their results
by Simon Glass
· 12 years ago
c6f548d
fs: Use filesystem methods instead of switch()
by Simon Glass
· 12 years ago
436e2b7
fs: Fully populate the filesystem method struct
by Simon Glass
· 12 years ago
293d7fb
ext4: Split write support into its own file
by Simon Glass
· 12 years ago
1c9f47a
Merge branch 'mem' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
c259188
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Tom Rini
· 12 years ago
9faf4f0
blackfin: bf60x: add resume from hibernate
by Steven Miao
· 13 years ago
49c2da5
blackfin: bf60x: add hw watchdog support
by Bob Liu
· 13 years ago
4a207e8
blackfin: add bf6xx spi driver
by Scott Jiang
· 13 years ago
187f32f
blackfin: bf60x: add rsi/sdh support
by Sonic Zhang
· 12 years ago
320ec9d
blackfin: bf60x: add board and headers files to support bf609
by Sonic Zhang
· 12 years ago
c34346d
blackfin: bf60x: add gpio support
by Bob Liu
· 12 years ago
7677d65
blackfin: bf60x: support big cplb page
by Bob Liu
· 13 years ago
ee82596
blackfin: bf60x: add dma support
by Bob Liu
· 12 years ago
a12c51f
blackfin: bf60x: add serial support
by Sonic Zhang
· 12 years ago
a2979dc
blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.
by Sonic Zhang
· 12 years ago
3ead92c
blackfin: bf60x: new processor header files
by Bob Liu
· 12 years ago
28786eb
SPL: Change description for spl command
by Stefano Babic
· 12 years ago
3037296
OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define
by Stefano Babic
· 12 years ago
3e1b393
Add README for the "Falcon" mode
by Stefano Babic
· 12 years ago
218da0f
hash: Use lower case for hash algorithm names
by Simon Glass
· 12 years ago
bd091b6
sandbox: Allow hash functions to work correctly
by Simon Glass
· 12 years ago
5512d5b
sandbox: Update mtest to fix crashes
by Simon Glass
· 12 years ago
8e169cc
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
by Simon Glass
· 12 years ago
ecdbf41
sandbox: config: Enable hash functions and mtest
by Simon Glass
· 12 years ago
d20a40d
Roll crc32 into hash infrastructure
by Simon Glass
· 12 years ago
d5b7667
hash: Add a flag to support saving hashes in the environment
by Simon Glass
· 12 years ago
0ccff50
image: Use crc header file instead of C prototypes
by Simon Glass
· 12 years ago
978226d
net: Use new numeric setenv functions
by Simon Glass
· 12 years ago
49c4f03
fs: Use new numeric setenv functions
by Simon Glass
· 12 years ago
41ef372
common: Use new numeric setenv functions
by Simon Glass
· 12 years ago
bfc5996
Update set_working_fdt_addr() to use setenv_addr()
by Simon Glass
· 12 years ago
8c86bbe
Reduce casting in mtest
by Simon Glass
· 12 years ago
c44d438
Bring mtest putc() into common code
by Simon Glass
· 12 years ago
7ecbd4d
Fix mtest indenting
by Simon Glass
· 12 years ago
51209b1
Use common mtest iteration counting
by Simon Glass
· 12 years ago
c9638f5
Split out the memory tests into separate functions
by Simon Glass
· 12 years ago
0628ab8
sandbox: Change memory commands to use map_physmem
by Simon Glass
· 12 years ago
4213fc2
sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf
by Simon Glass
· 12 years ago
e101550
sandbox: Improve sandbox serial port keyboard interface
by Taylor Hutt
· 12 years ago
bda32ff
Update print_buffer() to use const
by Simon Glass
· 12 years ago
6b3ff98
Tidy up error checking and fix bug in hash command
by Simon Glass
· 12 years ago
8ec21bb
sandbox: fix compiler warning
by Allen Martin
· 12 years ago
a1eac57
common/env_nand.c: calculate crc only when readenv was OK
by Phil Sutter
· 12 years ago
Next »