index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-06-21
Merge branch 'master' of git://git.denx.de/u-boot-dm
Tom Rini
2014-06-20
dm: Expand and improve the device lifecycle docs
Simon Glass
2014-06-20
dm: Tidy up four minor code nits
Simon Glass
2014-06-20
tegra: Enable driver model
Simon Glass
2014-06-20
tegra: dts: Bring in GPIO bindings from linux
Simon Glass
2014-06-20
dm: Fix printf() strings in the 'dm' command
Simon Glass
2014-06-20
dm: Allow driver model tests only for sandbox
Simon Glass
2014-06-20
dm: Cast away the const-ness of the global_data pointer
Simon Glass
2014-06-20
dm: Add missing header files in lists and root
Simon Glass
2014-06-20
dm: Use case-insensitive comparison for GPIO banks
Simon Glass
2014-06-20
dm: Update README to encourage conversion to driver model
Simon Glass
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
2014-06-20
Makefile: Support include files for .dts files
Simon Glass
2014-06-20
sandbox: Support iotrace feature
Simon Glass
2014-06-20
arm: Support iotrace feature
Simon Glass
2014-06-20
Add an I/O tracing feature
Simon Glass
2014-06-20
cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)
Masahiro Yamada
2014-06-19
cosmetic: autoboot: update old style GNU struct init
Jeroen Hofstee
2014-06-19
cmd_md5sum.c: remove dead code / fix warning
Jeroen Hofstee
2014-06-19
Remove nios-32 arch remnants
Vasili Galka
2014-06-19
m68k: Remove CONFIG_CMD_BEDBUG related code
Vasili Galka
2014-06-19
pmic: tps65090: correct checking i2c bus
Jeroen Hofstee
2014-06-19
fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL
Hannes Petermaier
2014-06-19
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
test: vboot: explicitly request bash
Stephen Warren
2014-06-19
Add documentation for verified boot on Beaglebone Black
Simon Glass
2014-06-19
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
bootm: Move decompression code into its own function
Simon Glass
2014-06-19
Allow compiling common/bootm.c on with HOSTCC
Simon Glass
2014-06-19
Avoid including config.h in command.h
Simon Glass
2014-06-19
Fix small 'case' typo in image-fit.c
Simon Glass
2014-06-19
bootm: Support android boot on sandbox
Simon Glass
2014-06-19
image: Remove the fit_load_image() property parameter
Simon Glass
2014-06-19
bootm: Split out code from cmd_bootm.c
Simon Glass
2014-06-19
Reverse the meaning of the fit_config_verify() return code
Simon Glass
2014-06-19
tools: Check arguments in fit_check_sign/fit_info
Simon Glass
2014-06-19
fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB
Simon Glass
2014-06-19
mkimage: Automatically expand FDT in more cases
Simon Glass
2014-06-19
hash: Use uint8_t in preference to u8
Simon Glass
2014-06-19
am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now
Tom Rini
2014-06-19
.gitignore: drop include/asm/proc from ignore pattern
Masahiro Yamada
2014-06-19
fs: ext4: fix writing zero-length files
Stephen Warren
2014-06-19
fdt_support: correct the return condition of fdt_initrd()
Masahiro Yamada
2014-06-19
fdt_support: fix an endian bug of fdt_initrd()
Masahiro Yamada
2014-06-19
fdt_support: fix an endian bug of fdt_fixup_memory_banks
Masahiro Yamada
2014-06-19
fdt_support: add 'const' qualifier for unchanged argument
Masahiro Yamada
2014-06-19
fdt_support: refactor fdt_fixup_stdout() function
Masahiro Yamada
2014-06-19
fdt_support: delete force argument of fdt_chosen()
Masahiro Yamada
2014-06-19
fdt_support: delete force argument of fdt_initrd()
Masahiro Yamada
2014-06-19
fdt_support: refactor with fdt_find_or_add_subnode helper func
Masahiro Yamada
[next]