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
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Add environment variable flags
Joe Hershberger
2012-12-13
1
-0
/
+4
*
env: Add support for callbacks to environment vars
Joe Hershberger
2012-12-13
1
-4
/
+63
*
env: Hide '.' variables in env print by default
Joe Hershberger
2012-12-13
1
-1
/
+4
*
env: Refactor apply into change_ok
Joe Hershberger
2012-12-13
1
-27
/
+43
*
env: Consolidate common code in hsearch_r()
Joe Hershberger
2012-12-13
1
-34
/
+37
*
env: Refactor do_apply to a flag
Joe Hershberger
2012-12-13
1
-17
/
+20
*
Make linux kernel string funcs available to tools
Joe Hershberger
2012-12-13
3
-39
/
+52
*
vsprintf:fix: Change type returned by ustrtoul
Lukasz Majewski
2012-12-13
1
-1
/
+1
*
Add strcasecmp() and strncasecmp()
Simon Glass
2012-12-11
1
-4
/
+12
*
sha256: Use const where possible and add watchdog function
Simon Glass
2012-12-11
1
-2
/
+35
*
sha1: Use const where possible, and unsigned for input len
Simon Glass
2012-12-11
1
-8
/
+11
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2012-12-07
2
-0
/
+25
|
\
|
*
Introduce arch_phys_memset which works like memset but on physical memory
Gabe Black
2012-12-06
2
-0
/
+25
*
|
lzma: update to lzma sdk 9.20
Stefan Reinauer
2012-12-06
5
-34
/
+91
|
/
*
fdt: Remove fdtdec_find_alias_node() function
Simon Glass
2012-11-12
1
-23
/
+1
*
fdt: Add polarity-aware gpio functions to fdtdec
Sean Paul
2012-11-12
1
-0
/
+20
*
fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property
Che-Liang Chiou
2012-11-12
1
-0
/
+13
*
fdt: Add function to read boolean property
Gabe Black
2012-11-12
1
-0
/
+14
*
fdt: Export fdtdec_lookup() and fix the name
Gerald Van Baren
2012-11-12
1
-1
/
+1
*
fdt: Add function for decoding multiple gpios globally available
Abhilash Kesavan
2012-11-12
1
-3
/
+2
*
fdt: Add fdtdec_decode_region() to decode memory region
Simon Glass
2012-11-12
1
-0
/
+17
*
fdt: Add function to get a config string from device tree
Simon Glass
2012-11-12
1
-10
/
+18
*
fdt: Add function to get config int from device tree
Abhilash Kesavan
2012-11-12
1
-0
/
+22
*
lib/vsprintf.c: sparse fixes
Kim Phillips
2012-11-04
1
-2
/
+2
*
lib/zlib: sparse fixes
Kim Phillips
2012-11-04
5
-43
/
+16
*
lib/vsprintf.c: don't special-case pointers to address null
Wolfgang Denk
2012-11-02
1
-0
/
+6
*
Merge branch 'next'
Gerald Van Baren
2012-10-22
3
-1
/
+112
|
\
|
*
libfdt: Add helper function to create a trivial, empty tree
Gerald Van Baren
2012-10-15
2
-1
/
+85
|
*
libfdt: Add support for appending the values to a existing property
Minghuan Lian
2012-10-15
1
-0
/
+27
*
|
lib: vsprintf.c: replace NUM_TYPE with s64/u64 types
Daniel Schwierzeck
2012-10-15
1
-6
/
+5
*
|
lib: vsprintf.c: fix checkpath.pl warnings
Daniel Schwierzeck
2012-10-15
1
-50
/
+77
*
|
ARM: prevent misaligned array inits
Albert ARIBAUD
2012-10-15
1
-0
/
+3
|
/
*
OMAP: networking support for SPL
Ilya Yanok
2012-10-01
2
-2
/
+9
*
lib: add gzip lib function callback
Lei Wen
2012-09-29
2
-0
/
+143
*
lib: zlib: remove the limitation for cannot using 0 as start
Lei Wen
2012-09-29
1
-3
/
+1
*
lib: zlib: include deflate into zlib build
Lei Wen
2012-09-29
3
-4
/
+16
*
lib: zlib: import trees file from 1.2.5
Lei Wen
2012-09-29
2
-0
/
+1371
*
lib: zlib: import deflate source file from 1.2.5
Lei Wen
2012-09-29
2
-0
/
+2176
*
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Tom Rini
2012-09-21
1
-8
/
+19
|
\
|
*
fdt: Tidy debugging, add to fdtdec_get_int/addr()
Simon Glass
2012-09-21
1
-8
/
+19
*
|
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2012-09-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
tegra: nand: Add Tegra NAND driver
Jim Lin
2012-09-07
1
-0
/
+1
*
|
env: delete selected vars not present in imported env
Gerlando Falauto
2012-09-18
1
-8
/
+42
*
|
env: check and apply changes on delete/destroy
Gerlando Falauto
2012-09-18
1
-6
/
+10
*
|
env: add check/apply logic to himport_r()
Gerlando Falauto
2012-09-18
1
-1
/
+19
*
|
env: make himport_r() selective on variables
Gerlando Falauto
2012-09-18
1
-1
/
+26
|
/
*
fdt: Include arch specific gpio.h instead of asm-generic/gpio.h
Michal Simek
2012-08-10
1
-2
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2012-07-08
2
-2
/
+53
|
\
|
*
SPL: lib/Makefile: Add crc32.c to SPL build
Stefan Roese
2012-07-07
1
-1
/
+1
|
*
net: use common rand()/srand() functions
Michael Walle
2012-07-07
1
-1
/
+3
[next]