index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib_generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib_generic: gunzip: New function zunzip
Ricardo Ribalda Delgado
2009-04-30
1
-7
/
+20
*
Update CHANGELOG, coding style cleanup.
Wolfgang Denk
2009-04-05
1
-7
/
+9
*
rename include/zlib.h to include/u-boot/zlib.h
Jean-Christophe PLAGNIOL-VILLARD
2009-04-04
3
-3
/
+3
*
Add LZO decompressor support
Stefan Roese
2009-03-20
3
-0
/
+334
*
vsprintf: pull updates from Linux kernel
Mike Frysinger
2009-03-20
1
-106
/
+373
*
bzip2: move ifdef handling to Makefile COBJS-$(...)
Mike Frysinger
2009-02-11
6
-20
/
+5
*
Fix gunzip in case of insufficient output buffer
Matthias Fuchs
2009-01-27
1
-1
/
+2
*
Introduce addr_map library
Kumar Gala
2008-12-15
2
-0
/
+82
*
UBI: Add basic UBI support to U-Boot (Part 6/8)
Kyungmin Park
2008-11-19
1
-0
/
+23
*
Fix strmhz(): avoid printing negative fractions
Wolfgang Denk
2008-10-22
1
-1
/
+1
*
strmhz(): Round numbers when printing clock frequencies
Wolfgang Denk
2008-10-21
1
-2
/
+4
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
1
-6
/
+6
*
Add Red Black Tree support
Kyungmin Park
2008-10-18
2
-0
/
+391
*
Coding style cleanup, update CHANGELOG
Wolfgang Denk
2008-09-13
3
-118
/
+118
*
Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
2008-09-13
11
-0
/
+2397
*
crc16: move to lib_generic
Jean-Christophe PLAGNIOL-VILLARD
2008-08-29
2
-0
/
+108
*
gunzip: move to lib_generic
Jean-Christophe PLAGNIOL-VILLARD
2008-08-29
2
-0
/
+114
*
Consolidate strmhz() implementation
Haavard Skinnemoen
2008-08-21
2
-0
/
+37
*
drivers/mtd/nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-08-13
1
-1
/
+1
*
vsprintf: add z and t options
Jean-Christophe PLAGNIOL-VILLARD
2008-07-14
1
-3
/
+9
*
Fix some more print() format errors.
Wolfgang Denk
2008-07-11
1
-9
/
+11
*
Fix LMB type issues
Andy Fleming
2008-07-10
1
-3
/
+3
*
Allow print_size to print in GB
Becky Bruce
2008-07-09
1
-13
/
+21
*
add SHA256 support
Jean-Christophe PLAGNIOL-VILLARD
2008-06-30
2
-0
/
+263
*
Fix an underflow bug in __lmb_alloc_base
Andy Fleming
2008-06-28
1
-15
/
+19
*
Add lmb_free
Andy Fleming
2008-06-28
1
-0
/
+49
*
Fix build issue with string.h and linux/string.h
Andy Fleming
2008-06-12
2
-2
/
+2
*
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
2008-06-12
1
-34
/
+35
*
Change print_size to take phys_size_t
Becky Bruce
2008-06-12
1
-1
/
+1
*
tools/mkimage: fix compiler warnings on some systems.
Wolfgang Denk
2008-06-06
2
-0
/
+4
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
3
-3
/
+3
*
Fix Compilation Errors with 'tools/env/fw_printenv'
Grant Erickson
2008-05-09
1
-0
/
+2
*
Coding Style cleanup, update CHANGELOG
Wolfgang Denk
2008-04-26
1
-2
/
+2
*
Use watchdog-aware functions when calculating hashes of images - take two
Bartlomiej Sieka
2008-04-25
2
-0
/
+8
*
Use watchdog-aware functions when calculating hashes of images
Bartlomiej Sieka
2008-04-25
1
-1
/
+1
*
lib_generic/crc32.c: add missing #include <watchdog.h>
Wolfgang Denk
2008-04-25
1
-0
/
+1
*
lib_generic/crc32.c: fix compile problem
Wolfgang Denk
2008-04-25
1
-5
/
+4
*
Add support for calculating hashes with watchdog triggering
Bartlomiej Sieka
2008-04-25
3
-0
/
+96
*
crc32: use uint32_t rather than unsigned long
Mike Frysinger
2008-04-24
1
-9
/
+10
*
Rename include/md5.h to include/u-boot/md5.h
Andy Fleming
2008-04-13
1
-1
/
+1
*
Add the MD5 algorithm
Bartlomiej Sieka
2008-03-14
2
-0
/
+275
*
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Kumar Gala
2008-02-29
2
-0
/
+281
*
[new uImage] Move gunzip() common code to common/gunzip.c
Marian Balakowicz
2008-02-07
1
-0
/
+4
*
Fix 64-bit vsprintf.
James Yang
2008-01-12
1
-4
/
+17
*
Build: split COBJS value into multiple lines
Grant Likely
2007-11-15
1
-5
/
+16
*
Move 64bit division from avr32 to generic lib
Dirk Behme
2007-08-10
2
-1
/
+53
*
Merge branch 'testing' into working
Andy Fleming
2007-08-03
1
-4
/
+5
|
\
|
*
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
2007-07-10
1
-2
/
+2
|
*
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...
Jon Loeliger
2007-07-09
1
-2
/
+2
|
*
lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
2007-07-04
1
-2
/
+3
[next]