]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2014-06-25 Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2014-06-24 Tom RiniMerge branch 'sandbox' of git://git.denx.de/u-boot-x86
2014-06-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2014-06-24 Albert ARIBAUDMerge branch 'u-boot-atmel/master' into 'u-boot-arm...
2014-06-23 Masahiro Yamadasandbox: change local_irq_save() to macro
2014-06-23 Stephen Warrensandbox: terminate os_dirent_ls() result list
2014-06-23 Stephen Warrensandbox: restore ability to access host fs through...
2014-06-23 Vasili Galkax86: Enable 32-bit build using x86_64 multilib toolchain
2014-06-23 Heiko Schochermpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board
2014-06-23 Heiko Schocherlib, fdt: move fdtdec_get_int() out of lib/fdtdec.c
2014-06-21 Simon Glassdm: Use '*' to indicate a device is activated
2014-06-21 Jeroen Hofsteeinclude/dm.h: fix inclusion guard
2014-06-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2014-06-20 Simon Glassdm: Expand and improve the device lifecycle docs
2014-06-20 Simon Glassdm: Tidy up four minor code nits
2014-06-20 Simon Glasstegra: Enable driver model
2014-06-20 Simon Glasstegra: dts: Bring in GPIO bindings from linux
2014-06-20 Simon Glassdm: Fix printf() strings in the 'dm' command
2014-06-20 Simon Glassdm: Allow driver model tests only for sandbox
2014-06-20 Simon Glassdm: Cast away the const-ness of the global_data pointer
2014-06-20 Simon Glassdm: Add missing header files in lists and root
2014-06-20 Simon Glassdm: Use case-insensitive comparison for GPIO banks
2014-06-20 Simon Glassdm: Update README to encourage conversion to driver...
2014-06-20 Simon Glassdm: Rename struct device_id to udevice_id
2014-06-20 Simon GlassMakefile: Support include files for .dts files
2014-06-20 Simon Glasssandbox: Support iotrace feature
2014-06-20 Simon Glassarm: Support iotrace feature
2014-06-20 Simon GlassAdd an I/O tracing feature
2014-06-20 Masahiro Yamadacosmetic: kbuild: clean-up coding style (sync with...
2014-06-19 Jeroen Hofsteecosmetic: autoboot: update old style GNU struct init
2014-06-19 Jeroen Hofsteecmd_md5sum.c: remove dead code / fix warning
2014-06-19 Vasili GalkaRemove nios-32 arch remnants
2014-06-19 Vasili Galkam68k: Remove CONFIG_CMD_BEDBUG related code
2014-06-19 Jeroen Hofsteepmic: tps65090: correct checking i2c bus
2014-06-19 Hannes Petermaierfix: CONFIG_NETCONSOLE start/handle this stuff only...
2014-06-19 Jeroen Hofsteeincludes: move openssl headers to include/u-boot
2014-06-19 Stephen Warrentest: vboot: explicitly request bash
2014-06-19 Simon GlassAdd documentation for verified boot on Beaglebone Black
2014-06-19 Simon GlassEnhance fit_check_sign to check all images
2014-06-19 Simon Glassbootm: Move decompression code into its own function
2014-06-19 Simon GlassAllow compiling common/bootm.c on with HOSTCC
2014-06-19 Simon GlassAvoid including config.h in command.h
2014-06-19 Simon GlassFix small 'case' typo in image-fit.c
2014-06-19 Simon Glassbootm: Support android boot on sandbox
2014-06-19 Simon Glassimage: Remove the fit_load_image() property parameter
2014-06-19 Simon Glassbootm: Split out code from cmd_bootm.c
2014-06-19 Simon GlassReverse the meaning of the fit_config_verify() return...
2014-06-19 Simon Glasstools: Check arguments in fit_check_sign/fit_info
2014-06-19 Simon Glassfdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB
2014-06-19 Simon Glassmkimage: Automatically expand FDT in more cases
2014-06-19 Simon Glasshash: Use uint8_t in preference to u8
2014-06-19 Tom Riniam335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT...
2014-06-19 Masahiro Yamada.gitignore: drop include/asm/proc from ignore pattern
2014-06-19 Stephen Warrenfs: ext4: fix writing zero-length files
2014-06-19 Masahiro Yamadafdt_support: correct the return condition of fdt_initrd()
2014-06-19 Masahiro Yamadafdt_support: fix an endian bug of fdt_initrd()
2014-06-19 Masahiro Yamadafdt_support: fix an endian bug of fdt_fixup_memory_banks
2014-06-19 Masahiro Yamadafdt_support: add 'const' qualifier for unchanged argument
2014-06-19 Masahiro Yamadafdt_support: refactor fdt_fixup_stdout() function
2014-06-19 Masahiro Yamadafdt_support: delete force argument of fdt_chosen()
2014-06-19 Masahiro Yamadafdt_support: delete force argument of fdt_initrd()
2014-06-19 Masahiro Yamadafdt_support: refactor with fdt_find_or_add_subnode...
2014-06-19 Masahiro Yamadafdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
2014-06-19 Masahiro Yamadafreescale: m5253demo: fix unused-but-set-variable warnings
2014-06-19 Jon Nalleylibfdt: Fix segfault when calling fit_check_format...
2014-06-19 Chao Fum68k:correct io macros about endian
2014-06-19 Masahiro Yamadam68k: eliminate a warning in cpu_init
2014-06-19 Dan MurphyARM: fdt support: Add usbethaddr as an acceptable MAC
2014-06-19 Vasili GalkaFix bug in io64 target (introduced by commit aba27ac)
2014-06-18 Michal Simekconfigs: iocon: Enabling CONFIG_CMD_FPGAD again
2014-06-14 Tim Schendekehlarm: ethernut5: convert to generic board
2014-06-14 Wu, JoshARMv7: at91: enable ICache and DCache.
2014-06-14 Wu, Joshvideo: atmel_hlcdfb: enable dcache support
2014-06-14 Wu, Joshnet: macb: enable dcache in macb
2014-06-14 Andreas Bießmannmacb: make checkpatch clean
2014-06-14 Andreas Bießmannavr32: migrate cache functions
2014-06-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2014-06-12 Darwin Rambommc: free allocated memory on initialization errors
2014-06-12 Stephen Warrencmd_mmc: make mmc dev always re-probe the HW
2014-06-12 Stephen Warrencmd_mmc: Use init_mmc_device() from do_mmc_rescan()
2014-06-12 Stephen Warrencmd_mmc: add force_init parameter to init_mmc_device()
2014-06-12 Stephen Warrendisk: default to HW partition 0 if not specified
2014-06-12 Stephen Warrencmd_mmc: default to HW partition 0 if not specified
2014-06-12 Stephen Warrenmmc: return meaningful error codes from mmc_select_hwpart
2014-06-12 Steve Raei2c: kona: Resolve Kona I2C driver issue
2014-06-11 Jeroen Hofsteecommon/xyzModem.c: move empty statements to newline
2014-06-11 Jeroen Hofsteejffs2:jffs2_1pass.c: remove double braces
2014-06-11 Jeroen Hofsteeboard:keymile: remove unnecessary double braces
2014-06-11 Jeroen Hofsteecommon/cli_hush.c: remove unnecessary double braces
2014-06-11 Jeroen HofsteeLzmaTools: don't self assign values
2014-06-11 Jeroen Hofsteeimximage_hynix.cfg: fix unterminated comment
2014-06-11 Jeroen Hofsteecosmetic: board: pm9263 rewrite old style stuct init
2014-06-11 Jeroen Hofsteetps6586x.h: fix inclusion guard
2014-06-11 Vasili GalkaRemove ${objtree}/include/asm/proc/ link
2014-06-11 Vasili Galkacosmetic: Whitespace fix
2014-06-11 Jeroen Hofsteecosmetic: atmel: replace old style struct init
2014-06-11 Jeroen Hofsteeext4: correctly zero filename
2014-06-11 Jeroen Hofsteecommon: hash: zero end the string instead of the pointer
2014-06-11 Masahiro Yamadakbuild: move spl/Makefile to scripts/Makefile.spl
2014-06-11 Simon Glassm68k: Fix warnings with gcc 4.6
next