Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
63469ba49a740f41d1cd6c2f10018438fa3ebf35
/
lib
a3a26fc
print_buffer: optimize & shrink
by Mike Frysinger
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
dd7e6c1
Avoid use of divides in print_size
by Nick Thompson
· 15 years ago
53258da
allow print_size to print large numbers on 32-bit systems
by Timur Tabi
· 15 years ago
508a4e7
fix print_size printing fractional gigabyte numbers on 32-bit platforms
by Timur Tabi
· 15 years ago
88fbf93
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
8e7788f
Move libfdt/ into lib/
by Peter Tyser
· 15 years ago
685b7f5
Rename lib_generic/ to lib/
by Peter Tyser
· 15 years ago
[Renamed from lib_generic]
79374af
env: fix endian ordering in crc table
by Jeff Angielski
· 15 years ago
ab427ae
gzip/zlib: make features optional
by Mike Frysinger
· 15 years ago
a0dadf8
lmb: only force on arches that use it
by Mike Frysinger
· 15 years ago
9a84980
sha1: add dedicated config option
by Mike Frysinger
· 15 years ago
8b3cc06
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
32d15b9
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
0f602e1
common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
by Heiko Schocher
· 15 years ago
12decf4
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
46e2d06
zlib.c: avoid build conflicts for cradle board
by Wolfgang Denk
· 15 years ago
e3c1dc5
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
a502df9
lzma: ignore unset filesizes
by Mike Frysinger
· 15 years ago
46aabf5
zlib: Optimize decompression
by Joakim Tjernlund
· 15 years ago
f7440cd
add lzop decompression support
by Peter Korsgaard
· 15 years ago
f0f778a
Generic udelay() with watchdog support
by Ingo van Lil
· 15 years ago
27f6d3f
crc32: Impl. linux optimized crc32()
by Joakim Tjernlund
· 15 years ago
e8b39e4
circbuf: Move to lib_generic and conditionally compile
by Peter Tyser
· 15 years ago
fe1a2fb
lib_generic memset: fill one word at a time if possible
by Alessandro Rubini
· 15 years ago
f881b54
lib_generic memcpy: copy one word at a time if possible
by Alessandro Rubini
· 15 years ago
9041654
zlib: fix code when DEBUG is defined
by Giuseppe CONDORELLI
· 15 years ago
807b9be
zlib: add watchdog reset call
by Giuseppe CONDORELLI
· 15 years ago
5e7e8e8
zlib: updated to v.1.2.3
by Giuseppe CONDORELLI
· 15 years ago
b7f4228
Fix LZMA string.h header inclusion issue and remove unused variables.
by Luigi 'Comio' Mantellini
· 15 years ago
be335ff
add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
by rhabarber1848@web.de
· 15 years ago
3d8759e
Use do_div from div64.h for vsprintf
by Dirk Behme
· 15 years ago
72d0bca
Revert "zlib: updated to v.1.2.3"
by Wolfgang Denk
· 15 years ago
bddc726
Coding Style cleanup; update CHANGELOG.
by Wolfgang Denk
· 15 years ago
b4a560a
zlib: updated to v.1.2.3
by Giuseppe CONDORELLI
· 15 years ago
d02bd74
Refresh LZMA-lib to v4.65
by Luigi 'Comio' Mantellini
· 15 years ago
4ad8e9f
compiler.h: unify system ifdef cruft here
by Mike Frysinger
· 15 years ago
9866305
Remove legacy NAND and disk on chip code.
by Scott Wood
· 16 years ago
4dc9fa6
lib_generic: gunzip: New function zunzip
by Ricardo Ribalda Delgado
· 16 years ago
e366f15
Update CHANGELOG, coding style cleanup.
by Wolfgang Denk
· 16 years ago
6bb9449
rename include/zlib.h to include/u-boot/zlib.h
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
371abe8
Add LZO decompressor support
by Stefan Roese
· 16 years ago
2b745dc
vsprintf: pull updates from Linux kernel
by Mike Frysinger
· 16 years ago
7c1555f
bzip2: move ifdef handling to Makefile COBJS-$(...)
by Mike Frysinger
· 16 years ago
1f2b05a
Fix gunzip in case of insufficient output buffer
by Matthias Fuchs
· 16 years ago
0949bd1
Introduce addr_map library
by Kumar Gala
· 16 years ago
ad7ae36
UBI: Add basic UBI support to U-Boot (Part 6/8)
by Kyungmin Park
· 16 years ago
fc8bc87
Fix strmhz(): avoid printing negative fractions
by Wolfgang Denk
· 16 years ago
709e85d
strmhz(): Round numbers when printing clock frequencies
by Wolfgang Denk
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
06be5b9
Add Red Black Tree support
by Kyungmin Park
· 16 years ago
9dbbd7b
Coding style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
35afc06
Add support for LZMA uncompression algorithm.
by Luigi 'Comio' Mantellini
· 16 years ago
9ec67ee
crc16: move to lib_generic
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
b8ec24c
gunzip: move to lib_generic
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
b644d6b
Consolidate strmhz() implementation
by Haavard Skinnemoen
· 16 years ago
719bb5f
drivers/mtd/nand: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
0f72069
vsprintf: add z and t options
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
12cec0a
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
09d2a71
Fix LMB type issues
by Andy Fleming
· 16 years ago
e9954d4
Allow print_size to print in GB
by Becky Bruce
· 16 years ago
c58a6b8
add SHA256 support
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
78bd5a7
Fix an underflow bug in __lmb_alloc_base
by Andy Fleming
· 16 years ago
1ae346c
Add lmb_free
by Andy Fleming
· 16 years ago
2126482
Fix build issue with string.h and linux/string.h
by Andy Fleming
· 16 years ago
d26d67c
Change lmb to use phys_size_t/phys_addr_t
by Becky Bruce
· 16 years ago
6b468aa
Change print_size to take phys_size_t
by Becky Bruce
· 16 years ago
a1ef057
tools/mkimage: fix compiler warnings on some systems.
by Wolfgang Denk
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
9989ed6
Fix Compilation Errors with 'tools/env/fw_printenv'
by Grant Erickson
· 17 years ago
7f39a01
Coding Style cleanup, update CHANGELOG
by Wolfgang Denk
· 17 years ago
222e2ca
Use watchdog-aware functions when calculating hashes of images - take two
by Bartlomiej Sieka
· 17 years ago
ab8c9f1
Use watchdog-aware functions when calculating hashes of images
by Bartlomiej Sieka
· 17 years ago
faa7c54
lib_generic/crc32.c: add missing #include <watchdog.h>
by Wolfgang Denk
· 17 years ago
3be46b8
lib_generic/crc32.c: fix compile problem
by Wolfgang Denk
· 17 years ago
da5045d
Add support for calculating hashes with watchdog triggering
by Bartlomiej Sieka
· 17 years ago
a2c67e9
crc32: use uint32_t rather than unsigned long
by Mike Frysinger
· 17 years ago
72c23be
Rename include/md5.h to include/u-boot/md5.h
by Andy Fleming
· 17 years ago
b0ce352
Add the MD5 algorithm
by Bartlomiej Sieka
· 17 years ago
6d7bfa8
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
by Kumar Gala
· 17 years ago
be946ba
[new uImage] Move gunzip() common code to common/gunzip.c
by Marian Balakowicz
· 17 years ago
7fc4015
Fix 64-bit vsprintf.
by James Yang
· 17 years ago
1179ad1
Build: split COBJS value into multiple lines
by Grant Likely
· 17 years ago
fb1dacd
Move 64bit division from avr32 to generic lib
by Dirk Behme
· 17 years ago
7e5e09f
Merge branch 'testing' into working
by Andy Fleming
· 17 years ago
1670a5b
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
1207797
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
a0453aa
Coding style cleanup; update CHANGELOG.
by Wolfgang Denk
· 17 years ago
2f7ec43
lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
633e03a
[PCS440EP] upgrade the PCS440EP board:
by Heiko Schocher
· 17 years ago
02a0078
[PATCH 3_9] Move buffer print code from md command to common function
by Grant Likely
· 18 years ago
5b62c8b
Fix JFFS2 compilation problem Patch by Stefan Roese, 12 Oct 2006
by Stefan Roese
· 18 years ago
f7b4f19
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
by Stefan Roese
· 18 years ago
d351b2b
* Several improvements to the new NAND subsystem:
by Stefan Roese
· 18 years ago
6a65e42
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
4df0da5
Coding style cleanup
by Wolfgang Denk
· 18 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
af8c4ca
Scheduled for removal: strnicmp() which is unused
by Wolfgang Denk
· 19 years ago
df70a42
Fix loop end test in lib_generic/string.c:strswab()
by Wolfgang Denk
· 19 years ago
c7ca7cf
Fix strswab() to reliably find end of string Patch by Andrew Dyer, 08 Feb 2005
by Wolfgang Denk
· 19 years ago
Next »