public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-10-24 03:38:49 to 2015-10-26 03:00:34 UTC [more...]

[U-Boot] [PATCH V2 00/14] imx: mx6/7: support lcdif
 2015-10-26  3:00 UTC  (7+ messages)
` [U-Boot] [PATCH V2 01/14] mxs: add parameter base_addr for mxs_set_lcdclk
` [U-Boot] [PATCH V2 03/14] xfi3: correct function name

[U-Boot] [PATCH] nios2: add 10m50 devboard support
 2015-10-26  0:15 UTC 

[U-Boot] [PATCH] mtd: do not include cfi_flash.h if no flash
 2015-10-25 23:25 UTC  (6+ messages)

[U-Boot] [PATCH 0/2] Enable DFU for RAM on Allwinner devices
 2015-10-25 21:19 UTC  (17+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Enable DFU for RAM
` [U-Boot] [PATCH 2/2] musb: sunxi: Implement dfu_usb_get_reset()

[U-Boot] [PATCH v2] spi: zynq_qspi: Minor cleanups
 2015-10-25 18:51 UTC  (2+ messages)

[U-Boot] [PATCH v3 01/12] include: Add log2 header from the kernel
 2015-10-25 17:17 UTC  (12+ messages)
` [U-Boot] [PATCH v3 2/12] include: Add generic bitops headers
` [U-Boot] [PATCH v3 03/12] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH v3 04/12] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH v3 05/12] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH v3 06/12] x86: "
` [U-Boot] [PATCH v3 07/12] m68k: "
` [U-Boot] [PATCH v3 08/12] blackfin: "
` [U-Boot] [PATCH v3 09/12] sh: "
` [U-Boot] [PATCH v3 10/12] sandbox: "
` [U-Boot] [PATCH v3 11/12] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH v3 12/12] spi: Add SPI NOR protection mechanism

[U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel
 2015-10-25 16:54 UTC  (28+ messages)
` [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers
` [U-Boot] [PATCH v2 03/12] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH v2 04/12] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH v2 05/12] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH v2 06/12] x86: "
` [U-Boot] [PATCH v2 07/12] m68k: "
` [U-Boot] [PATCH v2 08/12] blackfin: "
` [U-Boot] [PATCH v2 09/12] sh: "
` [U-Boot] [PATCH v2 10/12] sandbox: "
` [U-Boot] [PATCH v2 11/12] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH v2 12/12] spi: Add SPI NOR protection mechanism

[U-Boot] [PATCH] spi: zynq_qspi: Use __func__ on debug
 2015-10-25 14:13 UTC  (6+ messages)

[U-Boot] [PATCH] u-boot/mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition
 2015-10-25 13:46 UTC  (2+ messages)

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

[U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition
 2015-10-25 10:29 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2015-10-25  8:04 UTC 

[U-Boot] [PATCH 5/5] driver: USB: Fix pointer conversion warnings for xilinx_zynqmp_ep
 2015-10-25  7:49 UTC 

[U-Boot] [PATCH 4/5] driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep
 2015-10-25  7:48 UTC 

[U-Boot] [PATCH 3/5] driver: usb: Fix pointer conversion warnings for hikey
 2015-10-25  7:48 UTC 

[U-Boot] [PATCH 2/5] driver: dwmmc: Fix pointer conversion warnings for hikey
 2015-10-25  7:48 UTC 

[U-Boot] [PATCH 1/5] driver: gpio: hikey: Fix pointer conversion warnings for hikey
 2015-10-25  7:48 UTC 

[U-Boot] [PATCH 0/5] driver: Fix pointer conversion warnings for hikey and xilinx_zynqmp_ep
 2015-10-25  7:47 UTC 

[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
 2015-10-25  7:40 UTC  (15+ messages)
` [U-Boot] [PATCH v4 01/21] spi: zynq_spi: Remove unneeded headers
` [U-Boot] [PATCH v4 02/21] sf: Return bank_sel, if flash->bank_curr == bank_sel
` [U-Boot] [PATCH v4 03/21] sf: Add spi_flash_read_bar
` [U-Boot] [PATCH v4 04/21] sf: Optimize BAR write code
` [U-Boot] [PATCH v4 05/21] sf: Make flash->flags use for generic usage
` [U-Boot] [PATCH v4 06/21] sf: Update status reg check in spi_flash_cmd_wait_ready
` [U-Boot] [PATCH v4 07/21] sf: Add FSR support to spi_flash_cmd_wait_ready

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

[U-Boot] [PATCH][v2] mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition
 2015-10-25  5:02 UTC 

[U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver
 2015-10-25  3:14 UTC  (5+ messages)

[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-10-25  3:11 UTC  (3+ messages)
` [U-Boot] [PATCH 6/8] dm: pci: Add a function to get the controller for a bus

[U-Boot] [PATCH 1/4] taihu: Remove
 2015-10-25  2:45 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] ebony: Drop
` [U-Boot] [PATCH 3/4] taishan: Drop
` [U-Boot] [PATCH 4/4] ocotea: Drop

[U-Boot] [PATCH] pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()
 2015-10-25  2:36 UTC  (2+ messages)

[U-Boot] [PATCH] blackfin: Disable CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED in some cases
 2015-10-24 21:43 UTC 

[U-Boot] [PATCH] common/board_f.c: modify the macro to use get_clocks() more common
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm, powerpc: select SYS_GENERIC_BOARD
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 7/8] zynq: Move SPL console init out of board_init_f()
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 6/8] microblaze: Add a TODO to call board_init_f_mem()
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 5/8] arm: Switch 32-bit ARM to using generic global_data setup
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 4/8] arm: Switch aarch64 to using generic global_data setup
 2015-10-24 21:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 3/8] board_init_f_mem(): Don't create an unused early malloc() area
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 2/8] board_init_f_mem(): Don't require memset()
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 1/8] Move board_init_f_mem() into a common location
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH V2 3/3] fs-test.sh: fix pre-requisite detection
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[U-Boot] [PATCH V2 2/3] test: fat: add test of non-contiguous file reads
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[U-Boot] [PATCH V2 1/3] itest: make memory access work under sandbox
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, V2, "

[U-Boot] [PATCH v2 5/5] distro_bootcmd: Add support for booting from ubifs
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] ubifs: Add generic fs support
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,4/5] "

[U-Boot] [PATCH v2 3/5] ubifs: Add functions for generic fs use
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/5] disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] Allow imxtract to extract part of script image
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Fix bad return value checks (detected with Coccinelle)
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V2] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support
 2015-10-24 21:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/2] allow LED initialization without STATUS_LED_BOOT
 2015-10-24 21:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] add generic stubs for GPIO LEDs
 2015-10-24 21:14 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] Doubt in USB driver for Vybrid vf610
 2015-10-24 18:34 UTC  (13+ messages)

[U-Boot] [PATCH 01/13] include: Add log2 header from the kernel
 2015-10-24 17:51 UTC  (20+ messages)
` [U-Boot] [PATCH 02/13] include: Add generic bitops headers
` [U-Boot] [PATCH 03/13] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH 04/13] include: Add ffs64 header file
` [U-Boot] [PATCH 05/13] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH 06/13] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH 07/13] x86: "
` [U-Boot] [PATCH 08/13] m68k: "
` [U-Boot] [PATCH 09/13] blackfin: "
` [U-Boot] [PATCH 10/13] sh: "
` [U-Boot] [PATCH 11/13] sandbox: "
` [U-Boot] [PATCH 12/13] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH 13/13] spi: Add SPI NOR protection mechanism

[U-Boot] [PATCH 1/4] mmc: atmel: Silence debug output
 2015-10-24 12:52 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data

[U-Boot] [PATCH v2] fdt_support: Check for bank size before updating memory node
 2015-10-24 11:22 UTC 

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

[U-Boot] [PATCH v2 1/3] sf: Add dm_spi_flash_probe
 2015-10-24  3:54 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove


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