public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-07-07 21:00:14 to 2014-07-09 20:12:52 UTC [more...]

[U-Boot] [PULL] u-boot/master
 2014-07-09 20:12 UTC 

[U-Boot] [PATCH] i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10
 2014-07-09 19:40 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mx6: soc: Do not apply the PFD erratum for mx6solox
 2014-07-09 19:13 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sxsabresd: Add PFUZE100 PMIC support

[U-Boot] [PATCH 1/3] ARM: omap: Fix GPMC init for OMAP3 platforms
 2014-07-09 18:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
` [U-Boot] [PATCH 3/3] ARM: omap: tao3530: Convert to generic board

[U-Boot] [PATCH v1 3/3] ARM: omap: merge GPMC initialization code for all platform
 2014-07-09 18:16 UTC  (7+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [U-boot] [Patch v2 0/6] Optimize Keystone2 code for other SoC types
 2014-07-09 16:48 UTC  (7+ messages)
` [U-Boot] [U-boot] [Patch v2 1/6] ARM: keystone2: psc: use common PSC base
` [U-Boot] [U-boot] [Patch v2 2/6] keystone: ddr3: add ddr3.h to hold ddr3 API
` [U-Boot] [U-boot] [Patch v2 3/6] keystone2: ddr: add DDR3 PHY configs updated for PG 2.0
` [U-Boot] [U-boot] [Patch v2 4/6] ARM: keystone2: keystone_nav: make it dependent on keystone driver
` [U-Boot] [U-boot] [Patch v2 5/6] keystone2: move cpu_to_bus() to keystone.c
` [U-Boot] [U-boot] [Patch v2 6/6] keystone2: add possibility to turn off all dsps

[U-Boot] [[U-boot] [Patch 0/6] Optimize Keystone2 code for other SoC types
 2014-07-09 16:43 UTC  (7+ messages)
` [U-Boot] [[U-boot] [Patch 1/6] ARM: keystone2: psc: use common PSC base
` [U-Boot] [[U-boot] [Patch 2/6] keystone: ddr3: add ddr3.h to hold ddr3 API
` [U-Boot] [[U-boot] [Patch 3/6] keystone2: ddr: add DDR3 PHY configs updated for PG 2.0
` [U-Boot] [[U-boot] [Patch 4/6] ARM: keystone2: keystone_nav: make it dependent on keystone driver
` [U-Boot] [[U-boot] [Patch 5/6] keystone2: move cpu_to_bus() to keystone.c
` [U-Boot] [[U-boot] [Patch 6/6] keystone2: add possibility to turn off all dsps

[U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
 2014-07-09 16:02 UTC  (7+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer
 2014-07-09 15:11 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] tricorder: convert to generic board
 2014-07-09 15:10 UTC 

[U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support
 2014-07-09 14:54 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] sunxi: add defines to control USB Host clocks/resets
` [U-Boot] [PATCH 2/5] sunxi: add USB EHCI driver
` [U-Boot] [PATCH 3/5] sunxi: add USB options to configs
` [U-Boot] [PATCH 4/5] sun7i: add USB EHCI configuration
` [U-Boot] [PATCH 5/5] sun7i: cubietruck: enable USB EHCI

[U-Boot] [PATCH] doc: Add zynq fragment to git-mailrc file
 2014-07-09 14:45 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements
 2014-07-09 13:56 UTC  (18+ messages)

[U-Boot] [PATCH v2 0/29] Add additional core driver model features
 2014-07-09 13:53 UTC  (31+ messages)
` [U-Boot] [PATCH v2 01/29] dm: gpio: Don't use the driver model uclass for SPL
` [U-Boot] [PATCH v2 02/29] dm: Use an explicit expect value in core tests
` [U-Boot] [PATCH v2 03/29] stdio: Remove redundant code around stdio_register() calls
` [U-Boot] [PATCH v2 04/29] stdio: Pass device pointer to stdio methods
` [U-Boot] [PATCH v2 05/29] dm: Make sure that the root device is probed
` [U-Boot] [PATCH v2 06/29] dm: Provide a way to shut down driver model
` [U-Boot] [PATCH v2 07/29] sandbox: Remove all drivers before exit
` [U-Boot] [PATCH v2 08/29] dm: Allow drivers to be marked 'before relocation'
` [U-Boot] [PATCH v2 09/29] dm: Support driver model prior to relocation
` [U-Boot] [PATCH v2 10/29] stdio: Provide functions to add/remove devices using stdio_dev
` [U-Boot] [PATCH v2 11/29] console: Remove vprintf() optimisation for sandbox
` [U-Boot] [PATCH v2 12/29] Add a flag indicating when the serial console is ready
` [U-Boot] [PATCH v2 13/29] dm: Move uclass error checking/probing into a function
` [U-Boot] [PATCH v2 14/29] fdt: Add a function to get the alias sequence of a node
` [U-Boot] [PATCH v2 15/29] dm: Move device display into its own function
` [U-Boot] [PATCH v2 16/29] dm: Avoid activating devices in 'dm uclass' command
` [U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering
` [U-Boot] [PATCH v2 18/29] dm: Display the sequence number for each device
` [U-Boot] [PATCH v2 19/29] dm: Allow a device to be found by its FDT offset
` [U-Boot] [PATCH v2 20/29] dm: Avoid accessing uclasses before they are ready
` [U-Boot] [PATCH v2 21/29] fdt: Add a function to get the node offset of an alias
` [U-Boot] [PATCH v2 22/29] dm: Tidy up some header file comments
` [U-Boot] [PATCH v2 23/29] dm: Provide a function to scan child FDT nodes
` [U-Boot] [PATCH v2 24/29] dm: Add functions to access a device's children
` [U-Boot] [PATCH v2 25/29] dm: Introduce per-child data for devices
` [U-Boot] [PATCH v2 26/29] dm: Add child_pre_probe() and child_post_remove() methods
` [U-Boot] [PATCH v2 27/29] dm: Improve errors and warnings in lists_bind_fdt()
` [U-Boot] [PATCH v2 28/29] dm: Add dm_scan_other() to locate board-specific devices
` [U-Boot] [PATCH v2 29/29] dm: Give the demo uclass a name

[U-Boot] [PULL]: small fixes from u-boot-imx
 2014-07-09 13:25 UTC  (2+ messages)

[U-Boot] [PATCH] boards.cfg: keep it sorted filling the board field
 2014-07-09 13:12 UTC  (2+ messages)

[U-Boot] [PATCH] mx6: soc: Update the comments of set_ldo_voltage()
 2014-07-09 13:11 UTC  (2+ messages)

[U-Boot] [PATCH] MX6: Correct calculation of PLL_SYS
 2014-07-09 12:56 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] ARM: m28evk: add needed commands and options
 2014-07-09 12:49 UTC  (4+ messages)

[U-Boot] [U-boot] question about nand_scan_bbt()
 2014-07-09 10:27 UTC 

[U-Boot] SPL broken on i.mx31 platforms
 2014-07-09  8:22 UTC  (11+ messages)
              ` [U-Boot] SPL broken on i.mx31 platforms, FIX?

[U-Boot] CONFIG_SYS_GENERIC_BOARD status
 2014-07-09  7:53 UTC  (2+ messages)

[U-Boot] [Question] Any plan to refactor Generic Board Framework?
 2014-07-09  7:43 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] i2c: ST33ZP24 I2C TPM driver
 2014-07-09  7:40 UTC 

[U-Boot] Please pull u-boot-sunxi.git/next
 2014-07-09  6:58 UTC  (3+ messages)

[U-Boot] [PATCH] build: define CPU only when arch/${ARCH}/cpu/${CPU} exists
 2014-07-09  1:42 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] am335x_evm / gumstix pepper: Correct DDR settings
 2014-07-08 23:38 UTC  (2+ messages)

[U-Boot] Programming PHY firmware over MDIO
 2014-07-08 23:12 UTC 

[U-Boot] [PATCH 1/2] spi: ST33ZP24 SPI TPM driver
 2014-07-08 22:05 UTC 

[U-Boot] [PATCH v2 0/9] Add a pre-relocation malloc() implementation
 2014-07-08 20:00 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/9] Remove form-feeds from dlmalloc.c
` [U-Boot] [PATCH v2 2/9] arm: Set up global data before board_init_f()
` [U-Boot] [PATCH v2 3/9] sandbox: "
` [U-Boot] [PATCH v2 4/9] Add a simple malloc() implementation for pre-relocation
` [U-Boot] [PATCH v2 5/9] arm: Support pre-relocation malloc()
` [U-Boot] [PATCH v2 6/9] exynos: Enable "
` [U-Boot] [PATCH v2 7/9] sandbox: Support "
` [U-Boot] [PATCH v2 8/9] sandbox: config: Enable "
` [U-Boot] [PATCH v2 9/9] sandbox: Always enable malloc debug

[U-Boot] [PATCH] common: main.c: make show_boot_progress __weak
 2014-07-08 18:24 UTC  (2+ messages)

[U-Boot] [PATCH] common: board_f: cosmetic use __weak for leds
 2014-07-08 18:23 UTC  (2+ messages)

[U-Boot] uboot-env.bin
 2014-07-08 18:01 UTC 

[U-Boot] [Patch v1 1/4] ARMv8/ls2085a: Fix CPU_RELEASE_ADDR
 2014-07-08 17:56 UTC  (4+ messages)
` [U-Boot] [Patch v1 2/4] armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page

[U-Boot] [PATCH v5 1/4] mx6: Add support for the mx6solox variant
 2014-07-08 17:09 UTC  (14+ messages)
` [U-Boot] [PATCH v5 2/4] mx6sx: Add pin definitions
` [U-Boot] [PATCH v5 3/4] mx6: clock: Do not enable sata and ipu clocks
` [U-Boot] [PATCH v5 4/4] mx6sx: Add initial support for mx6sxsabresd board

[U-Boot] [PATCH v2] mx6: add support of multi-processor command
 2014-07-08 11:24 UTC  (2+ messages)

[U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images
 2014-07-08  9:34 UTC  (4+ messages)

[U-Boot] [PATCH] mx6: add support of multi-processor command
 2014-07-08  9:18 UTC  (3+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH 1/3] test: dfu: cleanup before execution
 2014-07-08  7:58 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] test: dfu: add some more test cases
` [U-Boot] [PATCH 3/3] dfu: fix readback buffer overflow test

[U-Boot] [PATCH 1/6] cros_ec: Fix two bugs in the SPI implementation
 2014-07-08  6:13 UTC  (12+ messages)
` [U-Boot] [PATCH 2/6] exynos: spi: Fix calculation of SPI transaction start time
` [U-Boot] [PATCH 3/6] spi: Support half-duplex mode in FDT decode
` [U-Boot] [PATCH 4/6] exynos5: Enable data cashe
` [U-Boot] [PATCH 5/6] cros_ec: power: Add a tunnelled version of the tps65090 driver
` [U-Boot] [PATCH 6/6] cros_ec: exynos: Use the correct tps65090 driver in each case

[U-Boot] ARMv8 spin-table patches
 2014-07-08  3:48 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] powerpc: Remove mpc8xx boards without maintainers
 2014-07-08  1:43 UTC  (3+ messages)
` [U-Boot] [PATCH 3/7] mpc8xx: remove rbc823 board support

[U-Boot] [PATCH] cosmetic: doc: update README.generic-board
 2014-07-08  1:43 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] doc/README.falcon: Clarify steps slightly
 2014-07-08  1:42 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] Please pull u-boot-x86.git branch tom
 2014-07-08  1:39 UTC  (2+ messages)

[U-Boot] [PATCH] kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabled
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] git-mailrc: Add sunxi custodians
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 13/13] fit: make sha256 support optional
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,13/13] "

[U-Boot] [PATCH v4 12/13] board: gdsys: Remove commands to reduce footprint
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 11/13] board: iocon: Modify iocon hardware startup
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 10/13] board: gdsys: Enable scrambling on DP501
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/13] board: gdsys: Make gdsys osd hardware detection more robust
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/13] board: gdsys: Configure bridge on DP501 to support DDC only
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 07/13] board: gdsys: Increase iocon and dlv10g version string
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 06/13] board: gdsys: Fix dlvision-10g I2C configuration
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 05/13] i2c: IHS I2C master driver
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,05/13] "

[U-Boot] [PATCH v4 04/13] board: iocon: Support DisplayPort hardware
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/13] board: controlcenterd: Use new API for setting i2c bus
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 01/13] board: controlcenterd: Fix pci access
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH] blackfin, powerpc: remove redundant definitions of ARRAY_SIZE
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] README: document CONFIG_ENV_IS_IN_SPI_FLASH
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] blackfin: Add more dcache functions
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] blackfin: Fix warning about undefined function
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix incorrect memory access on M5235
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix bug, "address of" operator was forgotten
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] am43xx: Tune the system to avoid DSS underflows
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] am43xx: Update EMIF DDR3 Configuration for AM43x GP
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] board: ti: dra7xx: add mux data for UART3
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 2/2] README: document the CONFIG_ENV_IS_IN_FAT option
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/2] env_fat: use get_device_and_partition() during env save and load
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 7/7] mpc8xx: remove spc1920 board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,7/7] "

[U-Boot] [PATCH 6/7] mpc8xx: remove v37 board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,6/7] "

[U-Boot] [PATCH 5/7] mpc8xx: remove fads board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/7] "

[U-Boot] [PATCH 4/7] mpc8xx: remove netta, netta2, netphone board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/7] mpc8xx: remove RPXlite_dw, quantum board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/7] mpc8xx: remove qs850, qs860t board support
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] tpm: don't use unneeded double brackets
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] vcma9/lowlevel_init.S: trivial: terminate comment
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: emif4: wait for CM_DLL_READYST to be set
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Avoid using gawk-specific strtonum()
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix warnings with gcc 4.6
 2014-07-07 22:59 UTC  (8+ messages)
` [U-Boot] "

[U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support
 2014-07-07 22:46 UTC  (5+ messages)

[U-Boot] [PATCH RFC 1/3] spi:fsl_spi:Add compatibility for fsl-qspi and fsl-dspi modules driver
 2014-07-07 22:34 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: fix to display warning message for missing [toolchain] section
 2014-07-07 22:20 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: fix toolchain priority_list
 2014-07-07 22:19 UTC  (2+ messages)

[U-Boot] SPL with NAND: programming addresses
 2014-07-07 21:17 UTC  (2+ messages)

[U-Boot] [i2c] Pull request
 2014-07-07 21:00 UTC 


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