public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-17 10:35:25 to 2015-02-18 10:51:02 UTC [more...]

[U-Boot] [RESEND PATCH 00/12] various fixes mainly for pxa and colibri_pxa270
 2015-02-28 23:53 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH 06/12] pxa: colibri_pxa270: migrate to generic board
  ` [U-Boot] [PATCH "

[U-Boot] [PATCH 0/4] exynos-dwmmc: check set init priority for boot channel
 2015-02-18 10:51 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] dm: gpio: extend gpio api by dm_gpio_set_pull()
` [U-Boot] [PATCH 2/4] s5p: gpio: add implementation of dm_gpio_set_pull()
` [U-Boot] [PATCH 3/4] mmc: exynos dwmmc: check boot mode before init dwmmc
` [U-Boot] [PATCH 4/4] mmc: print SD/eMMC type for inited mmc devices
` [U-Boot] [PATCH V2 0/4] exynos-dwmmc: check set init priority for boot channel

[U-Boot] [PATCH RFC v2 0/6] usb: host: Add driver model support
 2015-02-18 10:41 UTC  (7+ messages)
` [U-Boot] [PATCH RFC 1/6] usb: Rename usb_submit_int_msg() API to usb_int_msg()
` [U-Boot] [PATCH RFC 2/6] dm: usb: Make necessary changes in framework for driver model
` [U-Boot] [PATCH RFC 3/6] dm: usb-host: Add UCLASS driver for USB
` [U-Boot] [PATCH RFC 4/6] dm: usb-host: Add support for driver model in o/e/xhci
` [U-Boot] [PATCH RFC 5/6] arm: exynos5: Enable EHCI and XHCI hcds through device tree
` [U-Boot] [PATCH RFC 6/6] configs: smdk5250: Enable using XHCI and EHCI together

[U-Boot] [PATCH v3 00/11] Add support for booting multiple cores
 2015-02-18  9:46 UTC  (12+ messages)
` [U-Boot] [PATCH v3 01/11] Exynos542x: Config: Add various configs
` [U-Boot] [PATCH v3 02/11] Exynos542x: CPU: Power down all secondary cores
` [U-Boot] [PATCH v3 03/11] Exynos542x: Add workaround for ARM errata 798870
` [U-Boot] [PATCH v3 04/11] Exynos542x: Add workaround for ARM errata 799270
` [U-Boot] [PATCH v3 05/11] Exynos542x: Add workaround for exynos iROM errata
` [U-Boot] [PATCH v3 06/11] Exynos542x: Change ambiguous function name set_l2cache
` [U-Boot] [PATCH v3 07/11] Exynos542x: cache: Disable clean/evict push to external
` [U-Boot] [PATCH v3 08/11] Exynos542x: add L2 control register configuration
` [U-Boot] [PATCH v3 09/11] Exynos542x: Fix secondary core booting for thumb
` [U-Boot] [PATCH v3 10/11] Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset
` [U-Boot] [PATCH v3 11/11] Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800

[U-Boot] [PATCH 1/4] sunxi: video: Add support for LCD reset pin
 2015-02-18  9:21 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] sunxi: video: Add support for tl059wv5c0 lcd panels

[U-Boot] [PATCH v3 00/12] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
 2015-02-18  8:14 UTC  (13+ messages)
` [U-Boot] [PATCH v3 01/12] ARM: Factor out reusable psci_cpu_off_common
` [U-Boot] [PATCH v3 02/12] ARM: Factor out reusable psci_cpu_entry
` [U-Boot] [PATCH v3 03/12] ARM: Factor out reusable psci_get_cpu_stack_top
` [U-Boot] [PATCH v3 04/12] ARM: Put target PC for PSCI CPU_ON on per-CPU stack
` [U-Boot] [PATCH v3 05/12] tegra124: Add more registers to struct mc_ctlr
` [U-Boot] [PATCH v3 06/12] virt-dt: Allow reservation of secure region when in a RAM carveout
` [U-Boot] [PATCH v3 07/12] tegra: Make tegra_powergate_power_on public
` [U-Boot] [PATCH v3 08/12] tegra: Add ap_pm_init hook
` [U-Boot] [PATCH v3 09/12] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH v3 10/12] jetson-tk1: Add PSCI configuration options and reserve secure code
` [U-Boot] [PATCH v3 11/12] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0
` [U-Boot] [PATCH v3 12/12] tegra: Set CNTFRQ for secondary CPUs

[U-Boot] [PATCH v2 00/12] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
 2015-02-18  7:39 UTC  (21+ messages)
` [U-Boot] [PATCH v2 06/12] virt-dt: Allow reservation of the secure region when it is in a RAM carveout
` [U-Boot] [PATCH v2 09/12] tegra124: Add PSCI support for Tegra124
` [U-Boot] [PATCH v2 10/12] jetson-tk1: Add PSCI configuration options and reserve secure code
` [U-Boot] [PATCH v2 11/12] tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0

[U-Boot] [ANN] U-Boot v2015.01-rc2 released
 2015-02-18  5:34 UTC  (3+ messages)

[U-Boot] u-boot for Snow problem
 2015-02-18  5:24 UTC  (5+ messages)

[U-Boot] [RFC PATCH v2 0/8] Add Driver Model support to network stack
 2015-02-18  5:02 UTC  (26+ messages)
` [U-Boot] [RFC PATCH v3 0/14] "
  ` [U-Boot] [RFC PATCH v3 01/14] dm: core: Allow seq numbers to be resolved before probe
  ` [U-Boot] [RFC PATCH v3 07/14] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v3 09/14] dm: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [RFC PATCH v3 11/14] dm: eth: Add support for aliases
  ` [U-Boot] [RFC PATCH v3 14/14] dm: eth: Add a bridge to a real network for sandbox

[U-Boot] [PATCH 0/14] ARM: UniPhier: bug fixes, refactorings and new features
 2015-02-18  5:01 UTC  (4+ messages)
` [U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support

[U-Boot] [PATCH 0/4] various fixes for apalis/colibri_t30
 2015-02-18  5:01 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] dm: tegra: dts: add aliases for spi on apalis_t30
` [U-Boot] [PATCH 2/4] apalis/colibri_t30: fix MMC/SD card detect GPIOs
` [U-Boot] [PATCH 3/4] apalis_t30: enable gigabit ethernet via pcie
` [U-Boot] [PATCH 4/4] apalis/colibri_t30: add misc cmds increase buf sizes and max args

[U-Boot] [PATCH] Documentation: gpio: fix bindings document
 2015-02-18  5:01 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] dm: cros_ec: Convert to Kconfig
 2015-02-18  5:01 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] dm: Move CONFIG_I2C_COMPAT "
` [U-Boot] [PATCH 3/3] dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMAL

[U-Boot] [PATCH v2 0/8] arm: a few steps to reduce the boot time
 2015-02-18  4:32 UTC  (20+ messages)
` [U-Boot] [PATCH v2 1/8] exynos: config: enable arch memcpy and arch memset
` [U-Boot] [PATCH v2 2/8] arm: relocation: clear .bss section with arch memset if defined
` [U-Boot] [PATCH v2 3/8] dfu: mmc: file buffer: remove static allocation
` [U-Boot] [PATCH v2 4/8] dlmalloc: add option for skip memset in malloc init
` [U-Boot] [PATCH v2 5/8] README: add info about skip memset at "
` [U-Boot] [PATCH v2 6/8] kconfig: malloc: add option for "
` [U-Boot] [PATCH v2 7/8] trats2: defconfig: enable expert and "
` [U-Boot] [PATCH v2 8/8] odroid: defconfig: enable expert and skip malloc memset

[U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support
 2015-02-18  4:05 UTC  (3+ messages)
  ` [U-Boot] unassigned-patches/131: "

[U-Boot] [PATCH v2 0/3] Add generic early debug UART feature
 2015-02-18  3:22 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2015-02-18  3:04 UTC  (2+ messages)

[U-Boot] omap_gpmc: Do not default to HAM1 when SW ECC is selected
 2015-02-18  2:58 UTC 

[U-Boot] [PATCH V3 1/3] bcm2835/rpi: add SPDX license tags for some files
 2015-02-18  2:39 UTC  (9+ messages)
` [U-Boot] [PATCH V3 3/3] rpi: add support for Raspberry Pi 2 model B

[U-Boot] [PATCH 1/2] ARM: tegra: add function to clear pinmux CLAMPING bit
 2015-02-18  2:24 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: import latest Jetson TK1 pinmux

[U-Boot] Question on the max size of SPL and OMAP3 SRAM
 2015-02-18  0:47 UTC 

[U-Boot] [PULL v2] u-boot-avr32/master -> u-boot/master
 2015-02-17 23:20 UTC 

[U-Boot] [PATCH 0/4] ARM / OMAP5 / DRA7 : Enable proper l2actl configuration
 2015-02-17 23:14 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH 2/4] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration
` [U-Boot] [PATCH 3/4] ARM / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH 4/4] configs: ti_omap5_common: Enable "

[U-Boot] [U-boot][PATCH] keystone2: add support for UART download
 2015-02-17 22:47 UTC  (4+ messages)

[U-Boot] [PATCH] fs: ext4 write: return file len on success
 2015-02-17 22:38 UTC  (2+ messages)

[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support
 2015-02-17 22:29 UTC  (21+ messages)
` [U-Boot] [PATCH 01/20] dm: spi: Avoid setting the speed with every transfer
` [U-Boot] [PATCH 02/20] cros_ec: Show the protocol version in the debug message
` [U-Boot] [PATCH 03/20] cros_ec: Handle the single duplex requirement in cros_ec
` [U-Boot] [PATCH 04/20] tegra: Provide more accurate microsecond time
` [U-Boot] [PATCH 05/20] tegra: cros_ec: Add tegra support for Chrome OS EC
` [U-Boot] [PATCH 06/20] tegra: spi: Drop the claim_bus() method to correct delays
` [U-Boot] [PATCH 07/20] dm: tegra: cros_ec: Enable Chrome OS EC on Nyan-big
` [U-Boot] [PATCH 08/20] dm: gpio: Add an implementation for gpio_get_number()
` [U-Boot] [PATCH 09/20] tegra: spi: Support slow SPI rates
` [U-Boot] [PATCH 10/20] tegra: clock: Support enabling external clocks
` [U-Boot] [PATCH 11/20] tegra: clock: Adjust PLL access to avoid a warning
` [U-Boot] [PATCH 12/20] tegra: Introduce SRAM repair on tegra124
` [U-Boot] [PATCH 13/20] tegra: Add missing tegra124 peripherals
` [U-Boot] [PATCH 14/20] tegra: Increase maximum arguments to 32
` [U-Boot] [PATCH 15/20] tegra: lcd: Tidy up clock init
` [U-Boot] [PATCH 16/20] tegra: Allow board-specific init
` [U-Boot] [PATCH 17/20] tegra: nyan-big: Add additional clock and kernel init
` [U-Boot] [PATCH 18/20] Add Chrome OS config header
` [U-Boot] [PATCH 19/20] tegra: config: Allow Chrome OS environment settings to be included
` [U-Boot] [PATCH 20/20] tegra: config: nyan-big: Add options required by Chrome OS boot

[U-Boot] [U-boot][PATCH v2] keystone2: add support for UART download
 2015-02-17 21:52 UTC  (4+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2015-02-17 20:24 UTC  (2+ messages)

[U-Boot] [PATCH 3/3] ARM: DRA7-evm: DDR3: Update leveling values
 2015-02-17 20:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] ARM: DRA7: EMIF: Update SDRAM_REF_CTRL register value
 2015-02-17 20:24 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] ARM: DRA72x: DDR3: Fix EMIF timings for 666MHz clock
 2015-02-17 20:24 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined
 2015-02-17 20:24 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] clock_am43xx:Set the MAC clock to /5 for OPP100
 2015-02-17 20:24 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: lpc3250: config: add generic board support
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] keystone2: ddr3: eliminate using global ddr3_size variable
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: keystone_net: move serdes setup to initialization function
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 6/6] KM/IVM: remove ivm_read_eeprom(void)
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,6/6] "

[U-Boot] [PATCH v3 5/6] 82xx/km82xx: read the IVM eeprom earlier
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/6] 83xx/km83xx: read the IVM eeprom earlier
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/6] 85xx/kmp204x: read the IVM eeprom earlier
 2015-02-17 20:23 UTC  (3+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/6] kirkwood/km_arm: read the IVM eeprom earlier
 2015-02-17 20:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/6] KM/IVM: split the IVM reading and parsing in 2 parts
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v1] tools/imagetool: remove linker script
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1] "

[U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] image: Convert to use fdt_for_each_subnode macro
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] spl, spl_nor: fix compiler warning
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] .travis.yml: remove 824x builds
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] PCI: add 64-bit prefetchable memory support
 2015-02-17 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
 2015-02-17 20:16 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] mmc: fsl_esdhc: Add support to force VSELECT set

[U-Boot] [PATCH v4] imx6: Added DEK blob generator command
 2015-02-17 20:14 UTC 

[U-Boot] Question about Arndale Octa board (Exynos 5420) and HYP mode
 2015-02-17 20:10 UTC 

[U-Boot] [PATCH 1/2] gunzip: add gzwrite routine for extracting compresed images to block device
 2015-02-17 19:46 UTC  (5+ messages)
` [U-Boot] [PATCH V2 "

[U-Boot] [PATCH v2 1/4] mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
 2015-02-17 19:41 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] mmc: fsl_esdhc: Add support to force VSELECT set
` [U-Boot] [PATCH v2 3/4] imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use
` [U-Boot] [PATCH v2 4/4] warp: Add initial WaRP Board support

[U-Boot] [PATCH] add example for file on VFAT filesystem usage
 2015-02-17 19:01 UTC  (2+ messages)

[U-Boot] u-boot tftp problem
 2015-02-17 17:10 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-02-17 16:10 UTC  (12+ messages)
` [U-Boot] [PATCH v2 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v2 2/8] lpc32xx: mtd: nand: add MLC NAND controller
    ` [U-Boot] [PATCH v2 3/8] lpc32xx: i2c: add LPC32xx I2C interface support
      ` [U-Boot] [PATCH v2 4/8] lpc32xx: add GPIO support
        ` [U-Boot] [PATCH v2 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)

[U-Boot] [PATCH v2] mtd: nand: omap_gpmc: Make ready/busy pins configurable
 2015-02-17 16:08 UTC 

[U-Boot] [PULL] u-boot-avr32/master -> u-boot/master
 2015-02-17 16:08 UTC  (4+ messages)

[U-Boot] [PATCH v1 1/1] usb: gadget: fastboot: Add fastboot erase
 2015-02-17 15:55 UTC  (9+ messages)
            ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] mtd: nand: omap_gpmc: Make ready/busy pins configurable
 2015-02-17 14:08 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] samsung: board: reserve dram for the secure firmware
 2015-02-17 13:50 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] board: samsung: reserve memory "
` [U-Boot] [PATCH 2/3] Odroid-XU3: enable the last dram bank and reserve 22MiB
` [U-Boot] [PATCH 3/3] Odroid U3: use common code for dram reservation

[U-Boot] [PATCH v2 00/11] Add support for booting multiple cores
 2015-02-17 11:50 UTC  (5+ messages)
` [U-Boot] [PATCH v2 07/11] Exynos542x: cache: Disable clean/evict push to external
` [U-Boot] [PATCH v2 08/11] Exynos542x: add L2 control register configuration

[U-Boot] [PATCH 0/2] dfu: allow to autoset configuration
 2015-02-17 11:24 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] dfu: samsung: move call to set_dfu_alt_info() to dfu common code
` [U-Boot] [PATCH 2/2] odroid: adjust get_dfu_alt_*() functions to new declarations

[U-Boot] please pull u-boot-samsung master
 2015-02-17 10:43 UTC  (3+ messages)

[U-Boot] [PATCH] vexpress64: juno: support SMC9118 ethernet
 2015-02-17 10:35 UTC 


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