index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_generic
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-27
Fix gunzip in case of insufficient output buffer
Matthias Fuchs
1
-1
/
+2
2008-12-15
Introduce addr_map library
Kumar Gala
2
-0
/
+82
2008-11-19
UBI: Add basic UBI support to U-Boot (Part 6/8)
Kyungmin Park
1
-0
/
+23
2008-10-22
Fix strmhz(): avoid printing negative fractions
Wolfgang Denk
1
-1
/
+1
2008-10-21
strmhz(): Round numbers when printing clock frequencies
Wolfgang Denk
1
-2
/
+4
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-6
/
+6
2008-10-18
Add Red Black Tree support
Kyungmin Park
2
-0
/
+391
2008-09-13
Coding style cleanup, update CHANGELOG
Wolfgang Denk
3
-118
/
+118
2008-09-13
Add support for LZMA uncompression algorithm.
Luigi 'Comio' Mantellini
11
-0
/
+2397
2008-08-29
crc16: move to lib_generic
Jean-Christophe PLAGNIOL-VILLARD
2
-0
/
+108
2008-08-29
gunzip: move to lib_generic
Jean-Christophe PLAGNIOL-VILLARD
2
-0
/
+114
2008-08-21
Consolidate strmhz() implementation
Haavard Skinnemoen
2
-0
/
+37
2008-08-13
drivers/mtd/nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-07-14
vsprintf: add z and t options
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+9
2008-07-11
Fix some more print() format errors.
Wolfgang Denk
1
-9
/
+11
2008-07-10
Fix LMB type issues
Andy Fleming
1
-3
/
+3
2008-07-09
Allow print_size to print in GB
Becky Bruce
1
-13
/
+21
2008-06-30
add SHA256 support
Jean-Christophe PLAGNIOL-VILLARD
2
-0
/
+263
2008-06-28
Fix an underflow bug in __lmb_alloc_base
Andy Fleming
1
-15
/
+19
2008-06-28
Add lmb_free
Andy Fleming
1
-0
/
+49
2008-06-12
Fix build issue with string.h and linux/string.h
Andy Fleming
2
-2
/
+2
2008-06-12
Change lmb to use phys_size_t/phys_addr_t
Becky Bruce
1
-34
/
+35
2008-06-12
Change print_size to take phys_size_t
Becky Bruce
1
-1
/
+1
2008-06-06
tools/mkimage: fix compiler warnings on some systems.
Wolfgang Denk
2
-0
/
+4
2008-05-21
Big white-space cleanup.
Wolfgang Denk
3
-3
/
+3
2008-05-09
Fix Compilation Errors with 'tools/env/fw_printenv'
Grant Erickson
1
-0
/
+2
2008-04-26
Coding Style cleanup, update CHANGELOG
Wolfgang Denk
1
-2
/
+2
2008-04-25
Use watchdog-aware functions when calculating hashes of images - take two
Bartlomiej Sieka
2
-0
/
+8
2008-04-25
Use watchdog-aware functions when calculating hashes of images
Bartlomiej Sieka
1
-1
/
+1
2008-04-25
lib_generic/crc32.c: add missing #include <watchdog.h>
Wolfgang Denk
1
-0
/
+1
2008-04-25
lib_generic/crc32.c: fix compile problem
Wolfgang Denk
1
-5
/
+4
2008-04-25
Add support for calculating hashes with watchdog triggering
Bartlomiej Sieka
3
-0
/
+96
2008-04-24
crc32: use uint32_t rather than unsigned long
Mike Frysinger
1
-9
/
+10
2008-04-13
Rename include/md5.h to include/u-boot/md5.h
Andy Fleming
1
-1
/
+1
2008-03-14
Add the MD5 algorithm
Bartlomiej Sieka
2
-0
/
+275
2008-02-29
[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Kumar Gala
2
-0
/
+281
2008-02-07
[new uImage] Move gunzip() common code to common/gunzip.c
Marian Balakowicz
1
-0
/
+4
2008-01-12
Fix 64-bit vsprintf.
James Yang
1
-4
/
+17
2007-11-15
Build: split COBJS value into multiple lines
Grant Likely
1
-5
/
+16
2007-08-10
Move 64bit division from avr32 to generic lib
Dirk Behme
2
-1
/
+53
2007-08-03
Merge branch 'testing' into working
Andy Fleming
1
-4
/
+5
2007-07-10
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-2
/
+2
2007-07-09
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...
Jon Loeliger
1
-2
/
+2
2007-07-10
Coding style cleanup; update CHANGELOG.
Wolfgang Denk
1
-293
/
+276
2007-07-04
lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-2
/
+3
2007-06-22
[PCS440EP] upgrade the PCS440EP board:
Heiko Schocher
2
-1
/
+431
2007-02-20
[PATCH 3_9] Move buffer print code from md command to common function
Grant Likely
1
-0
/
+70
2006-10-12
Fix JFFS2 compilation problem
Stefan Roese
1
-2
/
+2
2006-10-11
Cleanup of NAND update patch (remove changelog from cmd_nand.c)
Stefan Roese
1
-3
/
+2
2006-10-10
* Several improvements to the new NAND subsystem:
Stefan Roese
1
-1
/
+3
[next]