index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Implement support for encrypting environment
Marek Vasut
2014-03-21
1
-0
/
+62
*
env: Add env_export() wrapper
Marek Vasut
2014-03-21
11
-117
/
+63
*
aes: Add 'aes' command to access AES-128-CBC
Marek Vasut
2014-03-21
2
-0
/
+90
*
tools, fit_check_sign: verify a signed fit image
Heiko Schocher
2014-03-21
1
-8
/
+10
*
gen: Add progressive hash API
Hung-ying Tyan
2014-03-21
1
-11
/
+105
*
rsa: add sha256,rsa4096 algorithm
Heiko Schocher
2014-03-21
1
-0
/
+23
*
rsa: add sha256-rsa2048 algorithm
Heiko Schocher
2014-03-21
1
-0
/
+38
*
fit: add sha256 support
Heiko Schocher
2014-03-21
1
-0
/
+5
*
fdt: add "fdt checksign" command
Heiko Schocher
2014-03-21
1
-1
/
+41
*
sandbox: Add LCD driver
Simon Glass
2014-03-17
1
-4
/
+17
*
cros_ec: Move EC interface into common library
Vadim Bendebury
2014-03-17
2
-0
/
+45
*
sandbox: Use os functions to read host device tree
Simon Glass
2014-03-17
1
-27
/
+21
*
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Masahiro Yamada
2014-03-07
3
-26
/
+26
*
cmd_nvedit: Make 'env import -c' require size parameter
Tom Rini
2014-03-07
1
-0
/
+3
*
hush: fix some quoted variable expansion issues
Stephen Warren
2014-03-07
1
-6
/
+25
*
Add 64-bit data support for memory commands
York Sun
2014-03-04
2
-10
/
+151
*
dm: Enable gpio command to support driver model
Simon Glass
2014-03-04
1
-13
/
+116
*
dm: Add a demonstration/example driver
Simon Glass
2014-03-04
2
-0
/
+103
*
dm: Set up driver model after relocation
Simon Glass
2014-03-04
1
-0
/
+33
*
Add cmd_process_error() to report and process errors
Simon Glass
2014-03-04
1
-0
/
+10
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-26
4
-15
/
+16
|
\
|
*
arm: Switch to -mno-unaligned-access when supported by the compiler
Tom Rini
2014-02-26
1
-2
/
+0
|
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
2
-13
/
+5
|
*
pxe: allow compilation when !defined(CONFIG_CMD_NET)
Stephen Warren
2014-02-21
1
-0
/
+11
*
|
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Tom Rini
2014-02-25
1
-1
/
+6
|
\
\
|
*
|
SPL: P2020RDB: fix the problem booting from spi flash
Ying Zhang
2014-02-24
1
-1
/
+6
*
|
|
ubifs: fix checkpatch warning
Karicheri, Muralidharan
2014-02-21
1
-9
/
+0
*
|
|
common, itest: pass u-boot env variables to itest.s
Heiko Schocher
2014-02-21
1
-0
/
+13
*
|
|
common, ubi: add ubi check volumename command
Heiko Schocher
2014-02-21
1
-0
/
+31
*
|
|
Fix memory commands for 64-bit platforms
York Sun
2014-02-21
1
-36
/
+36
*
|
|
pxe: prepend fdtdir to DTB name irrespective of source
Stephen Warren
2014-02-21
1
-37
/
+40
*
|
|
fix address of error message in mtest command
David Feng
2014-02-21
1
-5
/
+9
*
|
|
common: Add get_effective_memsize() to memsize.c
York Sun
2014-02-21
3
-13
/
+16
*
|
|
common: Remove invalid endianess conversion
Christian Eggers
2014-02-21
1
-2
/
+2
*
|
|
fs/fdos: Remove
Tom Rini
2014-02-21
2
-69
/
+1
*
|
|
blackfin: Add <asm/clock.h> to numerous drivers
Tom Rini
2014-02-20
1
-0
/
+1
|
|
/
|
/
|
*
|
cosmetic: FIT: fix a strange comment
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
|
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
Masahiro Yamada
2014-02-19
1
-2
/
+0
*
|
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
|
kbuild: use Linux Kernel build scripts
Masahiro Yamada
2014-02-19
1
-7
/
+3
*
|
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
1
-5
/
+4
*
|
common: spl: Add spl sata boot support
Dan Murphy
2014-02-19
5
-0
/
+60
*
|
EXT4: Fix number base handling of "ext4write" command
Wolfgang Denk
2014-02-19
1
-2
/
+2
*
|
fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
|
cmd_test: implement -e test for file existence
Stephen Warren
2014-02-19
1
-0
/
+6
*
|
cmd_test: evaluate to false without any arguments
Stephen Warren
2014-02-19
1
-1
/
+1
*
|
cmd_test: implement ! on sub-expressions
Stephen Warren
2014-02-19
1
-19
/
+24
*
|
cmd_test: check for binary operators before unary
Stephen Warren
2014-02-19
1
-4
/
+4
*
|
cmd_test: use table lookup for parsing
Stephen Warren
2014-02-19
1
-67
/
+110
*
|
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-17
1
-14
/
+13
|
\
\
[next]