Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
1fe5c11045c128d36cdc9b68b7d1199aacc7b383
/
common
1fe5c11
serial: pxa: Move serial registration from serial_initialize()
by Marek Vasut
· 12 years ago
28af638
serial: s3c24xx: Move serial registration from serial_initialize()
by Marek Vasut
· 12 years ago
f0eb1f6
serial: mpc8xx: Move serial registration from serial_initialize()
by Marek Vasut
· 12 years ago
2a333ae
serial: Implement serial_initfunc() macro
by Marek Vasut
· 12 years ago
89143fb
serial: Rename .init() and .uninit() in serial_device
by Marek Vasut
· 12 years ago
5368c55
COMMON: Use __stringify() instead of MK_STR()
by Marek Vasut
· 12 years ago
868444f
SPL: Remove setting GD_FLG_RELOC in preloader_console_init()
by Tom Rini
· 12 years ago
61c0d6a
gth2: Remove this platform
by Tom Rini
· 12 years ago
b0d60a9
common: cmd_elf.c: use uintptr_t for casts from u32 to void*
by Daniel Schwierzeck
· 12 years ago
62e03d3
common: cmd_elf.c: fix checkpath.pl warnings
by Daniel Schwierzeck
· 12 years ago
b823fd9
ARM: prevent misaligned array inits
by Albert ARIBAUD
· 12 years ago
7ac8055
env: fix crash using default -f -a
by Gerlando Falauto
· 12 years ago
961c437
Improve license declaration for cmd_ini.h
by Joe Hershberger
· 12 years ago
1981668
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
194846f
serial: Add Zynq serial driver
by Michal Simek
· 12 years ago
bb64d1c
Output strings from echo with puts where easy
by Joe Hershberger
· 12 years ago
da83bcd
Add a command to access the system timer
by Joe Hershberger
· 12 years ago
c167cc0
Add a new "ini" command
by Joe Hershberger
· 12 years ago
36180d9
Cleanup cache command prints
by Joe Hershberger
· 12 years ago
e9455fc
Fix checkpatch.pl complaints in cmd_cache.c
by Joe Hershberger
· 12 years ago
ecd7295
Add parameter to md5sum to save the md5 sum
by Joe Hershberger
· 12 years ago
5ab177b
Implement verify option for md5sum command
by Joe Hershberger
· 12 years ago
3c210e2
Add parameter to sha1sum to save the SHA1 sum
by Joe Hershberger
· 12 years ago
e6e77d3
Implement verify option for sha1sum command
by Joe Hershberger
· 12 years ago
b0fe6ab
Change dead code in "test" cmd to debug output
by Joe Hershberger
· 12 years ago
93d7212
Allow runtime configuration of "zero-delay" check
by Joe Hershberger
· 12 years ago
7ac2fe2
OMAP: networking support for SPL
by Ilya Yanok
· 12 years ago
4063c77
OMAP: spl: call timer_init() from SPL
by Ilya Yanok
· 12 years ago
e5acb88
cmd_fat.c: fix build warning
by Anatolij Gustschin
· 12 years ago
f2b96df
common: add zip command support
by Lei Wen
· 12 years ago
cec2655
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 12 years ago
c57b953
SPL: Add support for loading image from ram in SPL.
by Pavel Machek
· 12 years ago
4212098
SPL: Rework how we inform about un-headered images
by Tom Rini
· 12 years ago
1292eaf
SPL: Make un-supported boot device puts a debug instead
by Tom Rini
· 12 years ago
3c6f8a0
SPL: Enable use of custom defined U-Boot entry point
by Stefan Roese
· 12 years ago
a4cc1c4
SPL: SPI: Enhance spi_spl_load to match the other load functions
by Tom Rini
· 12 years ago
022b497
SPL: Add option to skip copying of the mkimage header
by Stefan Roese
· 12 years ago
33d3464
SPL: Add NOR flash booting support
by Stefan Roese
· 12 years ago
a655938
PXE: FDT: Add support for fdt in PXE
by Chander Kashyap
· 12 years ago
d97b4ce
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
by Tom Rini
· 12 years ago
77552b0
SPL: Use image_get_xxx() functions to access header values
by Stefan Roese
· 12 years ago
ae83d88
SPL: do not use fix value for u-boot size
by Stefano Babic
· 12 years ago
6507f13
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
47f7bca
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
1170e63
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
9aa90c1
env: checkpatch clean env_fat
by Igor Grinberg
· 12 years ago
3bb89e5
env: remove duplicated env_get_char_spec()
by Igor Grinberg
· 12 years ago
b3873d3
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 12 years ago
5cf41dc
cmd_part: add partition-related command
by Stephen Warren
· 12 years ago
10a37fd
disk: get_device_and_partition() "auto" partition and cleanup
by Stephen Warren
· 12 years ago
650f366
cmd_reiser: use common get_device_and_partition function
by Rob Herring
· 12 years ago
4120457
cmd_zfs: use common get_device_and_partition function
by Rob Herring
· 12 years ago
475c797
cmd_disk: use common get_device_and_partition function
by Rob Herring
· 12 years ago
cfda5ae
cmd_fat: use common get_device_and_partition function
by Rob Herring
· 12 years ago
8118081
cmd_extX: use common get_device_and_partition function
by Rob Herring
· 12 years ago
9450106
ext4: remove init_fs/deinit_fs
by Rob Herring
· 12 years ago
7405a13
combine block device load commands into common function
by Rob Herring
· 12 years ago
5675b50
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 12 years ago
d23019f
common/lcd: fix build breakage for at91sam9x5ek and trats boards
by Anatolij Gustschin
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
495dbd7
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
1b09b53
common/lcd: add protection from null bmp pointer
by Nikita Kiryanov
· 12 years ago
50d924b
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 12 years ago
3ab270d
Revert "memsize: Fix for bug in memory sizing code"
by Tom Rini
· 12 years ago
93ad908
usb: do explicit unaligned accesses
by Lucas Stach
· 12 years ago
5fb29f3
Merge branch 'ext4'
by Tom Rini
· 12 years ago
b64b7c3
env: make "env default" selective, check and apply
by Gerlando Falauto
· 12 years ago
152874b
env: check and apply changes on delete/destroy
by Gerlando Falauto
· 12 years ago
c598359
env: add check/apply logic to himport_r()
by Gerlando Falauto
· 12 years ago
348b1f1
env: make himport_r() selective on variables
by Gerlando Falauto
· 12 years ago
c3f6525
env: unify logic to check and apply changes
by Gerlando Falauto
· 12 years ago
c2ba2ff
env: cosmetic: drop assignment i = iomux_doenv()
by Gerlando Falauto
· 12 years ago
84209af
env_common: Add missing ethprime
by Benoît Thébaudeau
· 12 years ago
4796bc4
env import/export: Remove from help if disabled
by Benoît Thébaudeau
· 12 years ago
b8496cc
memsize: Fix for bug in memory sizing code
by Iwo Mergler
· 12 years ago
78b2de8
env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER
by Stephen Warren
· 12 years ago
d97f01a
dm: sparc: common: Fixup cmd_bdinfo warnings
by Marek Vasut
· 12 years ago
c413a00
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 12 years ago
e70bfa2
nand: Make NAND lock status compatible with Micron
by Joe Hershberger
· 12 years ago
eee623a
nand: Add support for unlock.invert
by Joe Hershberger
· 12 years ago
cd40a66
Merge branch 'master' of git://git.denx.de/u-boot-fdt
by Tom Rini
· 12 years ago
e02c945
fdt: Check if the FDT address is configured
by Marek Vasut
· 12 years ago
f71d5cd
Merge branch 'master' of git://git.denx.de/u-boot-avr32
by Tom Rini
· 12 years ago
9369184
Fix strict-aliasing warning in dlmalloc
by Simon Glass
· 12 years ago
300feff
env_mmc: allow environment to be in an eMMC partition
by Stephen Warren
· 12 years ago
62fd66f
cmd_nand: dump: Align data and OOB buffers
by Thierry Reding
· 12 years ago
d1424ee
mmcinfo: Fix help message
by Benoît Thébaudeau
· 12 years ago
9404a5f
env_mmc: allow environment to be in an eMMC partition
by Stephen Warren
· 12 years ago
bfdcc65
common lcd: simplify lcd_display_bitmap
by Nikita Kiryanov
· 12 years ago
203c37b
common lcd: simplify core functions
by Nikita Kiryanov
· 12 years ago
7c7e280
common lcd: simplify lcd_display
by Nikita Kiryanov
· 12 years ago
d3a555e
common lcd: simplify lcd_logo
by Nikita Kiryanov
· 12 years ago
de15a06
cfi: Make the flash erase and write operations abortable
by Joe Hershberger
· 12 years ago
a005f19
hush: Don't parse the contents of a dereferenced var
by Joe Hershberger
· 12 years ago
641b0d3
hush: Add default value substitution support
by Joe Hershberger
· 12 years ago
3801a15
env_nand: align NAND buffers
by Stephen Warren
· 12 years ago
cee84e8
image/FIT: Add ramdisk load, entry address and OS tag inclusion
by Jagannadha Sutradharudu Teki
· 12 years ago
b700695
usb: Optimize USB storage read/write
by Jim Shimer
· 12 years ago
3e8581b
usb_stor_BBB_transport: Do not delay when not required
by Benoît Thébaudeau
· 12 years ago
4bee5c8
usb_storage: Remove EHCI constraints
by Benoît Thébaudeau
· 12 years ago
Next »