]> git.kernelconcepts.de Git - karo-tx-uboot.git/shortlog
karo-tx-uboot.git
2014-07-28 Albert ARIBAUDMerge branch 'u-boot-ti/master' into 'u-boot-arm/master'
2014-07-28 Albert ARIBAUDMerge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
2014-07-28 Albert ARIBAUDMerge branch 'u-boot-sunxi/master' into 'u-boot-arm...
2014-07-26 Albert ARIBAUDMerge branch 'u-boot-microblaze/zynq' into 'u-boot...
2014-07-25 pekon guptaARM: omap: move board specific NAND configs out from...
2014-07-25 pekon guptaARM: omap: clean redundant PISMO_xx macros used in...
2014-07-25 pekon guptaARM: omap: fix GPMC address-map size for NAND and NOR...
2014-07-25 Rajendra NayakARM: OMAP: Fix handling of errata i727
2014-07-25 Hao Zhangboard: k2e-evm: add board support
2014-07-25 Khoronzhuk... ARM: keystone2: spl: add K2E SoC support
2014-07-25 Khoronzhuk... keystone2: use CONFIG_SOC_KEYSTONE in common places
2014-07-25 Hao ZhangARM: keystone2: add MSMC cache coherency support for...
2014-07-25 Hao ZhangARM: keystone2: clock: add K2E clock support
2014-07-25 Hao ZhangARM: keystone2: add K2E SoC hardware definitions
2014-07-25 Hao Zhangkeystone: ddr3: move K2HK DDR3 configuration to a commo...
2014-07-25 Hao Zhangconfigs: k2hk_evm: config: add common EVM configuration...
2014-07-25 Khoronzhuk... ARM: keystone: clock: move K2HK SoC dependent code...
2014-07-25 Hao ZhangARM: keystone2: move K2HK board files to common KS2...
2014-07-25 Murali Karicherikeystone2: add env option to do unitrd dt fixup
2014-07-25 Khoronzhuk... k2hk: use common KS2_ prefix for all hardware definitions
2014-07-25 Hao Zhangkeystone2: add possibility to turn off all dsps
2014-07-25 Hao Zhangkeystone2: move cpu_to_bus() to keystone.c
2014-07-25 Khoronzhuk... ARM: keystone2: keystone_nav: make it dependent on...
2014-07-25 Hao Zhangkeystone2: ddr: add DDR3 PHY configs updated for PG 2.0
2014-07-25 Khoronzhuk... keystone: ddr3: add ddr3.h to hold ddr3 API
2014-07-25 Khoronzhuk... ARM: keystone2: psc: use common PSC base
2014-07-25 Stefan RoeseARM: omap: tao3530: Convert to generic board
2014-07-25 Stefan RoeseARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
2014-07-25 Stefan RoeseARM: omap: Fix GPMC init for OMAP3 platforms
2014-07-25 Andreas Bießmanntricorder: convert to generic board
2014-07-25 Tom Riniam335x_evm / gumstix pepper: Correct DDR settings
2014-07-25 Khoronzhuk... k2hk_evm: add script to automate NAND flash process
2014-07-25 Khoronzhuk... keystone: add support for NAND gpheader image
2014-07-25 Khoronzhuk... mtd: nand: davinci: add opportunity to write keystone...
2014-07-25 Tom Rinitps65218/am43xx_evm: Add power framework support to...
2014-07-25 Tom Rinipower/pmic.h: Add prototype for power_init_board.
2014-07-25 Mugunthan V NARM: dra7_evm: Add Ethernet support for dra72x platform
2014-07-25 Mugunthan V NARM: DRA7xx: Add cpsw second port pinmux
2014-07-25 Mugunthan V Ndrivers: net: cpsw: add support for using second port...
2014-07-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2014-07-24 Nobuhiro Iwamatsuarm: rmobile: Add support Alt board
2014-07-24 Nobuhiro Iwamatsuarm: rmobile: Add support R8A7794
2014-07-24 Nobuhiro Iwamatsuserial: sh: Add support R8A7794
2014-07-24 Nobuhiro Iwamatsunet: sh-eth: Add support R8A7794
2014-07-24 Masahiro Yamadash: unify sh2/sh3/sh4 linker scripts
2014-07-23 Simon Glassbuildman: Avoid retrying a build if it definitely failed
2014-07-23 Simon Glassbuildman: Add -F flag to retry failed builds
2014-07-23 Masahiro Yamadazynq: disable -Wstrict-prototypes option for ps7_init.c
2014-07-23 Michal SimekARM: zynq: Show ECC status on the same line as DRAM...
2014-07-23 Michal SimekARM: zynq: Enable generic board for Xilinx Zynq
2014-07-23 Simon Glassdm: Give the demo uclass a name
2014-07-23 Simon Glassdm: Add dm_scan_other() to locate board-specific devices
2014-07-23 Simon Glassdm: Improve errors and warnings in lists_bind_fdt()
2014-07-23 Simon Glassdm: Add child_pre_probe() and child_post_remove() methods
2014-07-23 Simon Glassdm: Introduce per-child data for devices
2014-07-23 Simon Glassdm: Add functions to access a device's children
2014-07-23 Simon Glassdm: Provide a function to scan child FDT nodes
2014-07-23 Simon Glassdm: Tidy up some header file comments
2014-07-23 Simon Glassfdt: Add a function to get the node offset of an alias
2014-07-23 Simon Glassdm: Avoid accessing uclasses before they are ready
2014-07-23 Simon Glassdm: Allow a device to be found by its FDT offset
2014-07-23 Simon Glassdm: Display the sequence number for each device
2014-07-23 Simon Glassdm: Introduce device sequence numbering
2014-07-23 Simon Glassdm: Avoid activating devices in 'dm uclass' command
2014-07-23 Simon Glassdm: Move device display into its own function
2014-07-23 Simon Glassfdt: Add a function to get the alias sequence of a...
2014-07-23 Simon Glassdm: Move uclass error checking/probing into a function
2014-07-23 Simon GlassAdd a flag indicating when the serial console is ready
2014-07-23 Simon Glassconsole: Remove vprintf() optimisation for sandbox
2014-07-23 Simon Glassstdio: Provide functions to add/remove devices using...
2014-07-23 Simon Glassdm: Support driver model prior to relocation
2014-07-23 Simon Glassdm: Allow drivers to be marked 'before relocation'
2014-07-23 Simon Glasssandbox: Remove all drivers before exit
2014-07-23 Simon Glassdm: Provide a way to shut down driver model
2014-07-23 Simon Glassdm: Make sure that the root device is probed
2014-07-23 Simon Glassstdio: Pass device pointer to stdio methods
2014-07-23 Simon Glassstdio: Remove redundant code around stdio_register...
2014-07-23 Simon Glassdm: Use an explicit expect value in core tests
2014-07-23 Simon Glassdm: gpio: Don't use the driver model uclass for SPL
2014-07-23 Simon Glasssandbox: Always enable malloc debug
2014-07-23 Simon Glasssandbox: config: Enable pre-relocation malloc()
2014-07-23 Simon Glasssandbox: Support pre-relocation malloc()
2014-07-23 Simon GlassAdd a simple malloc() implementation for pre-relocation
2014-07-23 Simon Glasssandbox: Set up global data before board_init_f()
2014-07-23 Simon GlassRemove form-feeds from dlmalloc.c
2014-07-22 Masahiro Yamadam68k: define __kernel_size_t as unsinged int again
2014-07-22 Masahiro Yamadam68k: fix an undefined behavior warning of M5253DEMO...
2014-07-22 Wolfgang Denkboards.cfg: re-claim ownership for TQM8xx boards
2014-07-22 Pavel MachekEthernet: let user know if there is no valid ethernet...
2014-07-22 Ian Campbellboard_r: run scsi init() on ARM too
2014-07-22 Ian CampbellAHCI: Increase link timeout to 200ms
2014-07-22 Masahiro Yamada.gitignore: clean-up unnecessary entries
2014-07-22 Masahiro YamadaUpdate .mailmap using scripts/mailmapper
2014-07-22 Masahiro Yamadascripts: add mailmapper, a tool to create/update mailma...
2014-07-22 Masahiro Yamadaadd .mailmap for proper git-shortlog output
2014-07-22 Pavel Machekwhitespace cleanups
2014-07-22 Igor GrinbergMakefile: fix tags target documentation
2014-07-22 Igor GrinbergMakefile: fix ctags/etags clean targets
2014-07-22 Igor GrinbergMakefile: fix the {c, e}tags/cscope build targets
2014-07-22 Alexander Hollerrpi_b: handle import of environments in files with...
next