public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-07-31 14:25:27 to 2014-08-03 07:34:41 UTC [more...]

[U-Boot] [PATCH 00/18] Introduce cm-fx6 board
 2014-08-03  7:34 UTC  (12+ messages)
` [U-Boot] [PATCH 01/18] spl: improve spi configuration
` [U-Boot] [PATCH 02/18] mx6: add clock enabling functions
` [U-Boot] [PATCH 03/18] sf: fix sf probe
` [U-Boot] [PATCH 04/18] mtd: spi: add support for M25PE16 and M25PX16
` [U-Boot] [PATCH 05/18] compulab: eeprom: add support for defining eeprom i2c bus
` [U-Boot] [PATCH 06/18] sata: dwc_ahsata: implement sata_port_status
` [U-Boot] [PATCH 07/18] i2c: imx: add macros to setup pads for multiple SoC types
` [U-Boot] [PATCH 08/18] arm: mx6: ddr: cleanup
` [U-Boot] [PATCH 09/18] arm: mx6: ddr: do not write into reserved bit
` [U-Boot] [PATCH 10/18] arm: mx6: ddr: configure MMDC for slow_pd
` [U-Boot] [PATCH 11/18] arm: mx6: ddr: fix cs0_end calculation

[U-Boot] [PATCH 0/2] sunxi: Single u-boot binary for Allwinner A10/A13/A20 devices
 2014-08-03  3:26 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Replace CONFIG_SUN[457]I ifdefs with SOC_IS_SUN[457]I() calls
` [U-Boot] [PATCH 2/2] sunxi: Universal Allwinner A10/A13/A20 u-boot binary support

[U-Boot] [PATCH] ARM: HYP/non-sec: Add MIDR check to detect unsupported CPUs
 2014-08-03  2:36 UTC 

[U-Boot] [PATCH v2 00/16] sunxi: Allwinner A10/A13/A20 DRAM controller fixes
 2014-08-03  2:32 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/16] sunxi: dram: Remove useless 'dramc_scan_dll_para()' function
` [U-Boot] [PATCH v2 02/16] sunxi: dram: Remove broken super-standby remnants
` [U-Boot] [PATCH v2 03/16] sunxi: dram: Respect the DDR3 reset timing requirements
` [U-Boot] [PATCH v2 04/16] sunxi: dram: Fix CKE delay handling for sun4i/sun5i
` [U-Boot] [PATCH v2 05/16] sunxi: dram: Remove broken impedance and ODT configuration code
` [U-Boot] [PATCH v2 06/16] sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7i
` [U-Boot] [PATCH v2 07/16] sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functions
` [U-Boot] [PATCH v2 08/16] sunxi: dram: Re-introduce the impedance calibration ond ODT
` [U-Boot] [PATCH v2 09/16] sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)
` [U-Boot] [PATCH v2 10/16] sunxi: dram: Use divisor P=1 for PLL5
` [U-Boot] [PATCH v2 11/16] sunxi: dram: Improve DQS gate data training error handling
` [U-Boot] [PATCH v2 12/16] sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'
` [U-Boot] [PATCH v2 13/16] sunxi: dram: Configurable DQS gating window mode and delay
` [U-Boot] [PATCH v2 14/16] sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memory
` [U-Boot] [PATCH v2 15/16] sunxi: dram: Derive write recovery delay from DRAM clock speed
` [U-Boot] [PATCH v2 16/16] sunxi: dram: Autodetect DDR3 bus width and density

[U-Boot] [PATCH 1/2] arm: BeagleBone Black: enable fastboot support
 2014-08-02 21:54 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] fastboot: Flash command support

[U-Boot] [PATCH 0/4] Add option -r to env import to allow import of text files with CRLF as line endings
 2014-08-02 21:09 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] "

[U-Boot] [PATCH] video: add cfb console driver for sunxi
 2014-08-02 16:14 UTC 

[U-Boot] [PATCH] ARM: tegra: add Colibri T30 board support
 2014-08-02 14:09 UTC  (8+ messages)

[U-Boot] [PATCH v2 1/3] arm: bcm281xx: Add Ethernet Clock support
 2014-08-02  3:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] arm: bcm281xx: net: Add Ethernet Driver
` [U-Boot] [PATCH v2 3/3] arm: bcm281xx: add board with Ethernet capability

[U-Boot] [PATCH 1/7] sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE
 2014-08-02  1:53 UTC  (16+ messages)
` [U-Boot] [PATCH 2/7] sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block
` [U-Boot] [PATCH 3/7] sunxi-common.h: Don't undefine CONFIG_CMD_NFS
` [U-Boot] [PATCH 4/7] sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later
` [U-Boot] [PATCH 5/7] sunxi-common.h: Use new generic $bootcmd
` [U-Boot] [PATCH 6/7] sunxi: Kconfig: move common settings into a shared code block
` [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

[U-Boot] [PATCH 1/2] driver/ddr: Restruct driver to allow standalone memory space
 2014-08-01 22:51 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block

[U-Boot] [PATCH v3 0/16] Introduce driver model serial uclass
 2014-08-01 21:52 UTC  (22+ messages)
` [U-Boot] [PATCH v3 07/16] sandbox: dts: Add a serial console node
` [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details
` [U-Boot] [PATCH v3 15/16] RFC: dm: tegra: Enable driver model for serial
` [U-Boot] [PATCH v3 16/16] dm: tegra: Use V_NS16550_CLK only in SPL builds

[U-Boot] Please pull u-boot-mpc85xx.git master
 2014-08-01 21:23 UTC 

[U-Boot] Pull request: u-boot-mmc 1/08/2014
 2014-08-01 20:51 UTC  (4+ messages)

[U-Boot] [PATCH] Makefile: restore *_config target
 2014-08-01 19:28 UTC 

[U-Boot] [PATCH 0/3] introduce genimg_get_kernel_addr()
 2014-08-01 19:18 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] image: "
` [U-Boot] [PATCH 2/3] pxe: detect image format before calling bootm/bootz
` [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()

[U-Boot] [PATCH] pxe: Allow use of environment variables in append string
 2014-08-01 19:07 UTC  (2+ messages)

[U-Boot] [PATCH] pxe: automatically add console= to bootargs when not specified in append
 2014-08-01 19:01 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: tegra: remove custom define for Jetson TK1
 2014-08-01 18:36 UTC  (3+ messages)

[U-Boot] Removing the need for boards.cfg
 2014-08-01 18:31 UTC  (5+ messages)

[U-Boot] [PATCH] env_fat.c: Make sure our buffer is cache aligned
 2014-08-01 17:59 UTC 

[U-Boot] [PATCH 1/1] env_mmc: support env partition setup in runtime
 2014-08-01 17:14 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] env_mmc: add mmc_get_env_addr() prototype
  ` [U-Boot] [PATCH v2 2/2] env_mmc: support env partition setup in runtime

[U-Boot] [PATCH 0/3] MMC: atmel: enable the features supported by MCI
 2014-08-01 17:00 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] MMC: atmel_mci: refactor setting the mode register
` [U-Boot] [PATCH 2/3] MMC: atmel_mci: add configuration register definition
` [U-Boot] [PATCH 3/3] MMC: atmel_mci: enable high speed mode support

[U-Boot] [PATCH] mmc/dw_mmc: Fix clock divider calculation error for bypass mode
 2014-08-01 16:45 UTC  (2+ messages)

[U-Boot] [PATCH 01/12] video: Add S3C24xx framebuffer support
 2014-08-01 16:26 UTC  (4+ messages)
` [U-Boot] [PATCH 11/12] mmc: s3c: Add SD driver

[U-Boot] [RESEND PATCH v2] bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flag
 2014-08-01 15:57 UTC  (2+ messages)

[U-Boot] [PATCH v7 1/1] ARM: kirkwood: add mvsdio driver
 2014-08-01 15:50 UTC  (4+ messages)

[U-Boot] Driver Model and DTS Parsing
 2014-08-01 15:42 UTC  (16+ messages)

[U-Boot] [PATCH v2 0/4] Implement "fastboot flash" for eMMC
 2014-08-01 15:36 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/4] usb/gadget: fastboot: add sparse image definitions

[U-Boot] unlock NVRAM for writing from within U-boot shell
 2014-08-01 14:40 UTC 

[U-Boot] [PATCH] am335x_evm: Convert CONFIG_CONS_INDEX into a menu choice
 2014-08-01 13:53 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board
 2014-08-01 13:39 UTC  (8+ messages)

[U-Boot] [PATCH 1/3] driver/mc: Add Layerscape Management Complex hardware interface
 2014-08-01 12:52 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] driver/mc: Add Layerscape Management Complex wrapper function
` [U-Boot] [PATCH 3/3] driver/mc: print Management Complex version info

[U-Boot] [PATCH v3 0/4] Implement "fastboot flash" for eMMC
 2014-08-01 12:13 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/4] usb/gadget: fastboot: add sparse image definitions

[U-Boot] [PATCH 1/5] mx6: imx-regs: Remove unused 'omux' field from iomux struct
 2014-08-01 11:50 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset
` [U-Boot] [PATCH 3/5] mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition
` [U-Boot] [PATCH 4/5] mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED
` [U-Boot] [PATCH 5/5] pmic: pmic_pfuze100: Use a shorter name for PMIC name

[U-Boot] [PATCH] cosmetic: mconf.c: remove texts referring to modules
 2014-08-01 10:52 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/2] blackfin: convert blackfin board_f and board_r to use generic board init functions
 2014-08-01 10:20 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] support blackfin board initialization in generic board_f

[U-Boot] Falcon boot mode
 2014-08-01  9:37 UTC 

[U-Boot] [U-boot] Question about the (new) U-Boot Timer API
 2014-08-01  9:17 UTC 

[U-Boot] [PATCH] ARM: atmel: sama5d3: add timings register
 2014-08-01  8:37 UTC 

[U-Boot] [PATCH v2 0/3] Add some missing buildman features and deprecate MAKEALL
 2014-08-01  8:10 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] buildman: Add some notes about moving from MAKEALL

[U-Boot] [PATCH] drivers: net: remove dead drivers
 2014-08-01  6:43 UTC  (3+ messages)

[U-Boot] Quick guide to Kconfig
 2014-08-01  4:42 UTC  (5+ messages)

[U-Boot] [PATCH v3] powerpc/t104xrdb: Add T1042RDB board support
 2014-08-01  4:20 UTC 

[U-Boot] [PATCH] git-mailrc: add a kconfig alias
 2014-08-01  3:31 UTC  (2+ messages)

[U-Boot] MDIO_DEVAD_NONE
 2014-08-01  2:15 UTC 

[U-Boot] Please pull u-boot-sunxi.git/master
 2014-08-01  1:54 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl
 2014-08-01  0:24 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] MAINTAINERS: add initial version
` [U-Boot] [PATCH v3 2/4] get_maintainer.pl: import script from linux 3.15
` [U-Boot] [PATCH v3 3/4] get_maintainer.pl: adapt to U-Boot tree
` [U-Boot] [PATCH v3 4/4] get_maintainer.pl: add support for scanning multiple MAINTAINERS files

[U-Boot] [PATCH v2] ARM: tegra: Add support for norrin board
 2014-07-31 23:21 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/4] introduce get_maintainer.pl
 2014-07-31 23:20 UTC  (4+ messages)
` [U-Boot] [PATCH v1 2/4] get_maintainer.pl: import script from linux 3.15

[U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd
 2014-07-31 23:00 UTC  (5+ messages)

[U-Boot] [PATCH] kconfig: Fix compiler warning in menu.c
 2014-07-31 22:21 UTC  (4+ messages)

[U-Boot] [PATCH v8 0/13] Kconfig for U-Boot
 2014-07-31 22:19 UTC  (3+ messages)

[U-Boot] [PATCH] pxe: detect image format before calling bootm/bootz
 2014-07-31 21:26 UTC  (3+ messages)

[U-Boot] [PATCH v8 05/13] kconfig: switch to Kconfig
 2014-07-31 21:06 UTC  (7+ messages)

[U-Boot] [PATCH] omap5912osk: change the status to Orphan
 2014-07-31 19:54 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: tegra: Use mem size from MC rather than ODMDATA
 2014-07-31 19:45 UTC  (2+ messages)

[U-Boot] [PATCH] lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM
 2014-07-31 19:40 UTC 

[U-Boot] Please pull u-boot-sunxi.git/master
 2014-07-31 14:25 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox