public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-10-21 20:16:40 to 2015-10-22 21:18:50 UTC [more...]

[U-Boot] [PATCH 3/7] omap4: omap_die_id support
 2015-10-22 21:18 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/7] "

[U-Boot] [PATCH 2/7] omap3: omap_die_id support
 2015-10-22 21:18 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/7] "

[U-Boot] [PATCH 1/7] omap-common: Common omap_die_id definition
 2015-10-22 21:18 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4 00/24] spi: Use BIT and GENMASK
 2015-10-22 21:18 UTC  (29+ messages)
` [U-Boot] [PATCH v4 01/24] spi: zynq_[q]spi: Use BIT macro
` [U-Boot] [PATCH v4 02/24] spi: zynq_[q]spi: Use GENMASK macro
` [U-Boot] [PATCH v4 03/24] spi: altera_spi: Use BIT macro
` [U-Boot] [PATCH v4 04/24] spi: atmel_spi: "
` [U-Boot] [PATCH v4 05/24] spi: bfin_spi6xx: "
` [U-Boot] [PATCH v4 06/24] spi: cadence_qspi_apb: "
` [U-Boot] [PATCH v4 07/24] spi: designware_spi: "
` [U-Boot] [PATCH v4 08/24] spi: exynos_spi: "
` [U-Boot] [PATCH v4 09/24] spi: fsl: "
` [U-Boot] [PATCH v4 10/24] spi: ich: "
` [U-Boot] [PATCH v4 11/24] spi: mpc8xxx_spi: "
` [U-Boot] [PATCH v4 12/24] spi: omap3_spi: "
` [U-Boot] [PATCH v4 13/24] spi: sh_qspi: "
` [U-Boot] [PATCH v4 14/24] spi: tegra: "
` [U-Boot] [PATCH v4 15/24] spi: ti_qspi: "
` [U-Boot] [PATCH v4 16/24] spi: xilinx_spi: "
` [U-Boot] [PATCH v4 17/24] spi: atmel_spi: Use GENMASK
` [U-Boot] [PATCH v4 18/24] spi: cadence_qspi_apb: "
` [U-Boot] [PATCH v4 19/24] spi: designware_spi: "
` [U-Boot] [PATCH v4 20/24] spi: fsl_qspi: "
` [U-Boot] [PATCH v4 21/24] spi: mxs_spi: "
` [U-Boot] [PATCH v4 22/24] spi: omap3_spi: "
` [U-Boot] [PATCH v4 23/24] spi: tegra: "
` [U-Boot] [PATCH v4 24/24] spi: xilinx_spi: "

[U-Boot] [U-BOOT][PATCH]ARM Fix pandaboard es and a4 revision ID
 2015-10-22 21:18 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-BOOT] ARM "

[U-Boot] [PATCH v3 1/4] spi: zynq_[q]spi: Use BIT macro
 2015-10-22 20:14 UTC  (9+ messages)
` [U-Boot] [PATCH v3 2/4] spi: zynq_[q]spi: Use GENMASK macro
` [U-Boot] [PATCH v3 3/4] spi: Use BIT macro in spi/drivers/*
` [U-Boot] [PATCH v3 4/4] spi: Use GENMASK instead of numeric hexcodes

[U-Boot] Fastboot behaviour with sparse images
 2015-10-22 19:03 UTC  (5+ messages)

[U-Boot] [PATCH 00/12] SPL mmc refactor and alternate boot device feature
 2015-10-22 18:11 UTC  (25+ messages)
` [U-Boot] [PATCH 01/12] spl: nand: remove code duplication
` [U-Boot] [PATCH 02/12] spl: mmc: add break statements in spl_mmc_load_image()
` [U-Boot] [PATCH 03/12] spl: mmc: refactor device location code to its own function
` [U-Boot] [PATCH 04/12] spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
` [U-Boot] [PATCH 05/12] spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
` [U-Boot] [PATCH 06/12] spl: mmc: move fs boot into its own function
` [U-Boot] [PATCH 07/12] spl: mmc: get rid of emmc boot code duplication
` [U-Boot] [PATCH 08/12] spl: change return values of spl_*_load_image()
` [U-Boot] [PATCH 09/12] common: spl: move image load to its own function
` [U-Boot] [PATCH 10/12] spl: add support for alternative boot device
` [U-Boot] [PATCH 11/12] spl: announce boot devices
` [U-Boot] [PATCH 12/12] arm: mx6: cm-fx6: define fallback boot devices for spl

[U-Boot] Reading data from SPI flash before relocation - what is the best way to do this?
 2015-10-22 17:15 UTC  (3+ messages)

[U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver
 2015-10-22 16:51 UTC  (3+ messages)

[U-Boot] [PATCH v1 00/12] Bring up rk3036 uboot
 2015-10-22 16:30 UTC  (27+ messages)
` [U-Boot] [PATCH v1 01/12] rockchip: define SUPPORT_SPL and SPL config in RK3288 config
` [U-Boot] [PATCH v1 02/12] rockchip: implement rockchip timer init function
` [U-Boot] [PATCH v1 03/12] rockchip: serial driver support rk3036
` [U-Boot] [PATCH v1 04/12] rockchip: Bring in RK3036 device tree file includes and bindings
` [U-Boot] [PATCH v1 05/12] rockchip: rk3036: Add clock driver
` [U-Boot] [PATCH v1 06/12] rockchip: rk3036: Add header files for GRF
` [U-Boot] [PATCH v1 07/12] rockchip: rk3036: Add Soc reset driver
` [U-Boot] [PATCH v1 08/12] rockchip: rk3036: Add a simple syscon driver
` [U-Boot] [PATCH v1 09/12] rockchip: rk3036: Add pinctrl driver
` [U-Boot] [PATCH v1 10/12] rockchip: Add an rk3036 MMC driver
` [U-Boot] [PATCH v1 11/12] rockchip: rk3036: Add core Soc start-up code
` [U-Boot] [PATCH v1 12/12] rockchip: Add basic support for evb-rk3036 board

[U-Boot] [PATCH V3 1/3] arm: discard relocation entries for secure text
 2015-10-22 15:32 UTC  (8+ messages)
` [U-Boot] [PATCH V3 2/3] mx7: psci: add basic psci support
` [U-Boot] [PATCH V3 3/3] imx: mx7: default enable non-secure mode

[U-Boot] [PATCH] fdt_support: Check for bank size before updating memory node
 2015-10-22 14:51 UTC  (2+ messages)

[U-Boot] [RFC PATCH] ARM: Update phys_addr_t depending on CONFIG_PHYS_64BIT
 2015-10-22 14:29 UTC 

[U-Boot] [PATCH] sandbox: add a sandbox timer and basic test
 2015-10-22 13:25 UTC 

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text
 2015-10-22 13:03 UTC  (3+ messages)
` [U-Boot] [PATCH V4 2/3] mx7: psci: add basic psci support
` [U-Boot] [PATCH V4 3/3] imx: mx7: default enable non-secure mode

[U-Boot] TI8148 EVM
 2015-10-22 12:20 UTC  (8+ messages)

[U-Boot] [PATCH v9 1/4] include: Add log2 and generic bitops header files
 2015-10-22 11:48 UTC  (4+ messages)

[U-Boot] Please pull u-boot-x86.git
 2015-10-22 11:24 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] linux/bitops: Move BIT defination at top
 2015-10-22 11:24 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] linux/bitops.h: GENMASK copy from linux

[U-Boot] [PATCH v3 1/2] linux/bitops: Move BIT definitions at top
 2015-10-22 11:24 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] ARM: keystone2: Enable OF_CONTROL and DM
 2015-10-22 11:23 UTC  (3+ messages)

[U-Boot] Bisected broken Ethernet support on ODROID-X (Exynos4412 board)
 2015-10-22 11:20 UTC  (6+ messages)

[U-Boot] [Patch V7 00/18] add LS1043A platform support
 2015-10-22 10:57 UTC 

[U-Boot] [Patch V7 05/18] net/fm: Add support for 64-bit platforms
 2015-10-22 10:47 UTC  (14+ messages)
` [U-Boot] [Patch V7 06/18] net/fm: Make the return value logic consistent with convention
` [U-Boot] [Patch V7 07/18] net: fm: bug fix when CONFIG_PHYLIB not defined
` [U-Boot] [Patch V7 08/18] net: Move some header files to include/
` [U-Boot] [Patch V7 09/18] net/fm: Add QSGMII PCS init
` [U-Boot] [Patch V7 10/18] net/fm: fix MDIO controller base on FMAN2
` [U-Boot] [Patch V7 11/18] armv8/fsl_lsch3: Change arch to fsl-layerscape
` [U-Boot] [Patch V7 12/18] armv8/fsl_lsch2: Add fsl_lsch2 SoC
` [U-Boot] [Patch V7 13/18] armv8/ls1043ardb: Add LS1043ARDB board support
` [U-Boot] [Patch V7 14/18] armv8/ls1043ardb: Add nand boot support
` [U-Boot] [Patch V7 15/18] armv8/ls1043a: Add Fman support
` [U-Boot] [Patch V7 16/18] armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb
` [U-Boot] [Patch V7 17/18] armv8/ls1043ardb: Add sd boot support
` [U-Boot] [Patch V7 18/18] armv8/ls1043a: Enable secondary cores

[U-Boot] [Patch V7 03/18] net/fm: Fix the endian issue to support both endianness platforms
 2015-10-22 10:46 UTC  (2+ messages)
` [U-Boot] [Patch V7 04/18] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC

[U-Boot] [Patch V7 02/18] common/board_f.c: modify the macro to use get_clocks() more common
 2015-10-22 10:44 UTC 

[U-Boot] [PATCH v3 1/2] arm: add support for semihosting for ARMv7M targets
 2015-10-22 10:42 UTC  (2+ messages)

[U-Boot] [Patch V7 01/18] armv7/ls1021a: move ns_access to common file
 2015-10-22 10:42 UTC 

[U-Boot] Bisected "sdhci_transfer_data: Error detected in status(0x208002)!" problem on ODROID-X
 2015-10-22 10:08 UTC  (3+ messages)

[U-Boot] [PATCH] arm: sunxi: Add icnova-a20-swac defconfig and dts file
 2015-10-22  7:57 UTC  (7+ messages)

[U-Boot] [PATCH] nios2: fix virt_to_phys for nios2 with MMU
 2015-10-22  7:47 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] net: convert altera_tse to driver model and phylib
 2015-10-22  7:35 UTC  (9+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] [PATCH v3] "

[U-Boot] [Patch V6 00/18] add LS1043A platform support
 2015-10-22  7:26 UTC  (14+ messages)
` [U-Boot] [Patch V6 01/18] armv7/ls1021a: move ns_access to common file
  ` [U-Boot] [Patch V6 02/18] common/board_f.c: modify the macro to use get_clocks() more common
    ` [U-Boot] [Patch V6 03/18] net/fm: Fix the endian issue to support both endianness platforms
      ` [U-Boot] [Patch V6 04/18] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC
        ` [U-Boot] [Patch V6 05/18] net/fm: Add support for 64-bit platforms
          ` [U-Boot] [Patch V6 06/18] net/fm: Make the return value logic consistent with convention
            ` [U-Boot] [Patch V6 07/18] net: fm: bug fix when CONFIG_PHYLIB not defined
              ` [U-Boot] [Patch V6 08/18] net: Move some header files to include/
                ` [U-Boot] [Patch V6 09/18] net/fm: Add QSGMII PCS init
                  ` [U-Boot] [Patch V6 10/18] net/fm: fix MDIO controller base on FMAN2
                    ` [U-Boot] [Patch V6 11/18] armv8/fsl_lsch3: Change arch to fsl-layerscape

[U-Boot] [PATCH 1/4] armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORY
 2015-10-22  6:25 UTC  (3+ messages)

[U-Boot] u-boot device model SPI + SPI Flash
 2015-10-22  6:16 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] arm: stm32f4: fix a bug when only first sector gets erased
 2015-10-22  6:13 UTC  (2+ messages)

[U-Boot] [PATCH v2] am43xx_evm: Add DFU support for qspi flash
 2015-10-22  6:00 UTC 

[U-Boot] [PATCH v4 0/8] arm: Tidy up early init
 2015-10-22  5:53 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/8] Move board_init_f_mem() into a common location

[U-Boot] [PATCH v1 0/3] ubi, ubifs: sync with linux 4.2
 2015-10-22  4:19 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] linux, compat: add missing definitions for ubi
` [U-Boot] [PATCH v1 2/3] ubi,ubifs: sync with linux v4.2
` [U-Boot] [PATCH v1 3/3] UBI: Fastmap: Fix PEB array type

[U-Boot] [PATCH 1/2] ARM: tegra: add PCI to Tegra210 SoC DT
 2015-10-22  1:51 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: enable PCI support of p2371-2180

[U-Boot] [PATCH] nios2: add README.nios2
 2015-10-22  1:40 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 0/2] Add support for Varisys Cyrus board
 2015-10-21 23:59 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] rtc: Add MCP79411 support to DS1307 rtc driver
` [U-Boot] [PATCH 2/2] mpc85xx: Add support for the Varisys Cyrus board

[U-Boot] [PATCH v2 1/3] part:efi: add GUID for linux file system data
 2015-10-21 23:24 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] gpt: add optional parameter type in gpt command

[U-Boot] u-boot driver model
 2015-10-21 23:24 UTC 

[U-Boot] [PATCH v5] x86: Add support for Advantech SOM-6896
 2015-10-21 23:24 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] x86: Fix up the MRC cache on ivybridge
 2015-10-21 23:24 UTC  (33+ messages)
` [U-Boot] [PATCH 1/9] rtc: mc146818: Add a comment to the #endif
` [U-Boot] [PATCH 2/9] rtc: mc146818: Use probe() to set up the device
` [U-Boot] [PATCH 3/9] dm: rtc: Correct rtc_read32() return value
` [U-Boot] [PATCH 4/9] x86: ivybridge: Use 'ret' instead of 'rcode'
` [U-Boot] [PATCH 5/9] x86: ivybridge: Check the RTC return value
` [U-Boot] [PATCH 6/9] x86: ivybridge: Use CONFIG_ENABLE_MRC_CACHE option
` [U-Boot] [PATCH 7/9] x86: ivybridge: Fix car_uninit() to correctly set run state
` [U-Boot] [PATCH 8/9] x86: ivybridge: Measure the MRC code execution time
` [U-Boot] [PATCH 9/9] x86: ivybridge: Enable the MRC cache

[U-Boot] [PATCH v2 0/5] x86: Early debug enhancements
 2015-10-21 23:20 UTC  (16+ messages)
` [U-Boot] [PATCH v2 1/5] debug_uart: Adjust the declaration of debug_uart_init()
` [U-Boot] [PATCH v2 2/5] debug_uart: Support board-specific UART initialisation
` [U-Boot] [PATCH v2 3/5] debug_uart: Add an option to announce the debug UART
` [U-Boot] [PATCH v2 4/5] x86: Init the debug UART if enabled
` [U-Boot] [PATCH v2 5/5] x86: chromebook_link: Enable the debug UART

[U-Boot] [PATCH] net: rtl8169: Build warning fixes for 64-bit
 2015-10-21 21:08 UTC  (4+ messages)

[U-Boot] [PATCH v7 0/9] Add support for ThunderX 88xx SoC family
 2015-10-21 20:49 UTC  (12+ messages)
` [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

[U-Boot] [PATCH v2 00/14] Implement fastboot over NAND and sparse transfers
 2015-10-21 20:49 UTC  (5+ messages)
` [U-Boot] [PATCH v2 09/14] fastboot: Implement NAND backend

[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-10-21 20:46 UTC  (13+ messages)
` [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
` [U-Boot] [PATCH 3/8] RFC: dm: pci: Set up the SDRAM mapping correctly
` [U-Boot] [PATCH 4/8] dm: pci: Support decoding ranges with duplicate entries
` [U-Boot] [PATCH 5/8] dm: pci: Add functions to emulate 8- and 16-bit access
` [U-Boot] [PATCH 7/8] dm: pci: Add a function to find the regions for a PCI bus
` [U-Boot] [PATCH 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI

[U-Boot] [PATCH] fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT
 2015-10-21 20:42 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