public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-26 10:52:32 to 2015-11-27 10:20:03 UTC [more...]

[U-Boot] [PATCH v1] arm: socfpga: Enable load zImage and Linux DTB from QSPI
 2015-11-27 10:20 UTC  (8+ messages)

[U-Boot] [PATCH v1] arm: socfpga: Enable load zImage and Linux DTB from USB
 2015-11-27 10:19 UTC  (6+ messages)

[U-Boot] [PATCH v7 00/34] sf: MTD support
 2015-11-27  9:21 UTC  (73+ messages)
` [U-Boot] [PATCH v7 01/34] sf: spi_flash_validate_params => spi_flash_scan
` [U-Boot] [PATCH v7 02/34] sf: Move spi_flash_scan code to sf_ops
` [U-Boot] [PATCH v7 03/34] sf: Move read_id "
` [U-Boot] [PATCH v7 04/34] sf: probe: Code cleanup
` [U-Boot] [PATCH v7 05/34] sf: Use static for file-scope functions
` [U-Boot] [PATCH v7 06/34] sf: Fix Makefile
` [U-Boot] [PATCH v7 07/34] sf: Use simple name for register access functions
` [U-Boot] [PATCH v7 08/34] sf: Use flash function pointers in dm_spi_flash_ops
` [U-Boot] [PATCH v7 09/34] sf: Flash power up read-only based on idcode0
` [U-Boot] [PATCH v7 10/34] sf: Use static for file-scope functions
` [U-Boot] [PATCH v7 11/34] sf: Remove unneeded header includes
` [U-Boot] [PATCH v7 12/34] sf: probe: Use spi_flash_scan in dm-spi-flash
` [U-Boot] [PATCH v7 13/34] sf: Re-factorize spi_flash_probe_tail code
` [U-Boot] [PATCH v7 14/34] dm-sf: Re-factorize spi_flash_std_probe code
` [U-Boot] [PATCH v7 15/34] zynq: Enable CONFIG_SPL_MTD_SUPPORT
` [U-Boot] [PATCH v7 16/34] sf: Add MTD support to spi_flash
` [U-Boot] [PATCH v7 17/34] sf: Use mtd_info ops instead of spi_flash ops
` [U-Boot] [PATCH v7 18/34] cmd_sf: Use mtd->size instead of flash->size
` [U-Boot] [PATCH v7 19/34] sf: Use mtd->erasesize instead of flash->erase_size
` [U-Boot] [PATCH v7 20/34] dm-sf: use mtd_ops, drop dm_spi_flash_ops
` [U-Boot] [PATCH v7 21/34] sf: Use MTD lock operations
` [U-Boot] [PATCH v7 22/34] sf: Add MTD support for non-dm spi_flash interface
` [U-Boot] [PATCH v7 23/34] sf: probe: Minor cleanup
` [U-Boot] [PATCH v7 24/34] sf: Drop SNOR_F_SST_WR flash->flags
` [U-Boot] [PATCH v7 25/34] sf: Remove unneeded SST_BP and SST_WP
` [U-Boot] [PATCH v7 26/34] sf: ops: Fix missing break on spansion read_bar
` [U-Boot] [PATCH v7 27/34] sf: Drop SPI_FLASH_MTD driver
` [U-Boot] [PATCH v7 28/34] configs: Remove CONFIG_SPI_FLASH_MTD
` [U-Boot] [PATCH v7 29/34] sf: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v7 30/34] sf: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v7 31/34] sf: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v7 32/34] sf: dataflash: Add MTD core support
` [U-Boot] [PATCH v7 33/34] sf: dataflash: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v7 34/34] mtd: dataflash: Minor cleanups

[U-Boot] zynq: ps7_init_gpl.c
 2015-11-27  9:06 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/2] This little series fixes some issues with kwbimage
 2015-11-27  8:43 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue
` [U-Boot] [PATCH v1 2/2] kwbimage: fix size computations for v1 images

[U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
 2015-11-27  8:31 UTC  (20+ messages)
` [U-Boot] [PATCH 01/19] arm: omap-common: do not build timer when CONFIG_TIMER defined
` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device
` [U-Boot] [PATCH 03/19] dm: timer: uclass: Add flag to control sequence numbering
` [U-Boot] [PATCH 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm
` [U-Boot] [PATCH 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 06/19] arm: dts: am437x-sk-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 07/19] defconfig: am437x_sk_evm: enable timer driver model
` [U-Boot] [PATCH 08/19] arm: dts: am437x-gp-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 09/19] defconfig: am437x_gp_evm: enable timer driver model
` [U-Boot] [PATCH 10/19] am335x_evm: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node
` [U-Boot] [PATCH 12/19] defconfig: am335x_boneblack_vboot: enable timer driver model
` [U-Boot] [PATCH 13/19] arm: dts: am335x-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 14/19] defconfig: am335x_gp_evm: enable timer driver model
` [U-Boot] [PATCH 15/19] ti_omap5_common: timer: do not define CONFIG_TIMER for spl
` [U-Boot] [PATCH 16/19] arm: dts: dra72-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 17/19] defconfig: dra72_evm: enable timer driver model
` [U-Boot] [PATCH 18/19] arm: dts: dra7-evm: add tick-timer to chosen node
` [U-Boot] [PATCH 19/19] defconfig: dra74_evm: enable timer driver model

[U-Boot] [PATCH] ARM: zynq: Add default ps7_init_gpl.c/h for ZYBO
 2015-11-27  8:24 UTC  (2+ messages)

[U-Boot] [PATCH v2] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED
 2015-11-27  7:46 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/13] dm: pci: Support native driver model calls
 2015-11-27  7:38 UTC  (17+ messages)
` [U-Boot] [PATCH v3 01/13] pci: Use a common return in command processing
` [U-Boot] [PATCH v3 02/13] pci: Use a separate variable for the bus number
` [U-Boot] [PATCH v3 03/13] pci: Refactor the pciinfo() function
` [U-Boot] [PATCH v3 04/13] dm: pci: Add a comment about how to find struct pci_controller
` [U-Boot] [PATCH v3 05/13] dm: pci: Rename pci_auto.c to pci_auto_old.c
` [U-Boot] [PATCH v3 06/13] dm: pci: Move common auto-config functions to a common file
` [U-Boot] [PATCH v3 07/13] dm: pci: Reorder functions in cmd_pci.c
` [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments "
` [U-Boot] [PATCH v3 09/13] pci: Use common functions to read/write config
` [U-Boot] [PATCH v3 10/13] pci: Use a separate 'dev' variable for the PCI device
` [U-Boot] [PATCH v3 11/13] pci: Move PCI header output code into its own function
` [U-Boot] [PATCH v3 12/13] dm: pci: Convert 'pci' command to driver model
` [U-Boot] [PATCH v3 13/13] dm: pci: Disable PCI compatibility functions by default

[U-Boot] [PATCH v4] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smplsel
 2015-11-27  7:22 UTC 

[U-Boot] [PATCH] powerpc, mpc5xxx: fix missing bootflag init
 2015-11-27  5:23 UTC  (3+ messages)

[U-Boot] [PATCH] common: cli_hush: avoid memory leak
 2015-11-27  4:58 UTC  (6+ messages)
` [U-Boot] [PATCH] common: mmc: unsigned char compared against 0

[U-Boot] Please pull from u-boot-i2c
 2015-11-27  4:56 UTC 

[U-Boot] [PATCH v2 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27  4:07 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] Revert "rockchip: Add max spl size & spl header configs"
` [U-Boot] [PATCH v2 2/3] rockchip: mkimage: use imagename to select spl hdr & spl size
` [U-Boot] [PATCH v2 3/3] rockchip: doc: add imagename

[U-Boot] [PATCH v1 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27  3:58 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/3] Revert "rockchip: Add max spl size & spl header configs"
` [U-Boot] [PATCH v1 2/3] rockchip: mkimage: use imagename to select spl hdr & spl size
` [U-Boot] [PATCH v1 3/3] rockchip: doc: add imagename

[U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL
 2015-11-27  3:37 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk3036: enable CONFIG_DEBUG_UART, and use ns16550 uart driver

[U-Boot] [PATCH 0/2] Fix linux-rock booting on rockchip 3288
 2015-11-27  3:35 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] Revert "rockchip: Reconfigure the malloc based to point to system memory"
` [U-Boot] [PATCH 2/2] rockchip: Explicitely set CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN

[U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB
 2015-11-27  3:18 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Remove fsloadcmd from environment
 2015-11-27  3:18 UTC  (2+ messages)

[U-Boot] [PATCH] Implement pytest-based test infrastructure
 2015-11-27  2:52 UTC  (11+ messages)

[U-Boot] [PATCH V2] common: cli_hush: avoid memory leak
 2015-11-27  2:52 UTC  (2+ messages)

[U-Boot] [PATCH v7 1/2] Fix board init code to respect the C runtime environment
 2015-11-27  2:51 UTC  (4+ messages)
` [U-Boot] [PATCH v7 2/2] arm: move gd handling outside of C code

[U-Boot] [PATCH] video: ipu: fix out of bounds access
 2015-11-27  2:00 UTC 

[U-Boot] [PATCH 0/2] Enable DM_SERIAL for dra74x evm
 2015-11-26 17:49 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] arm: dts: dra7-evm: add chosen node to specify serial console device
` [U-Boot] [PATCH 2/2] defconfig: dra74_evm: enable serial driver model

[U-Boot] [PATCH] arm: dts: omap: add reg-shift to serial device tree node
 2015-11-26 17:49 UTC  (2+ messages)

[U-Boot] [PATCH] dm: serial: Minor coding style cleanup of some comments
 2015-11-26 17:49 UTC  (3+ messages)

[U-Boot] [PATCH] common/Makefile: Compile fdt_support is enabled in SPL
 2015-11-26 17:49 UTC  (2+ messages)

[U-Boot] [PATCH] dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE
 2015-11-26 17:49 UTC  (2+ messages)

[U-Boot] [PATCH] i2c: Fix the comment to match the function described
 2015-11-26 17:49 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/11] dm: timer: x86: 64-bit counter support and tsc timer dm conversion
 2015-11-26 17:49 UTC  (14+ messages)
` [U-Boot] [PATCH v3 05/11] dm: timer: Support 64-bit counter

[U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver
 2015-11-26 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v2 1/4] x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
 2015-11-26 16:50 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] mmc: socfpga_dw_mmc: Move drvsel and smplsel to dts
 2015-11-26 16:27 UTC  (2+ messages)

[U-Boot] [PATCH] pmic: Fix pfuze100 bit definitions
 2015-11-26 16:21 UTC  (7+ messages)

[U-Boot] [PATCH] arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions
 2015-11-26 16:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-11-26 16:03 UTC  (3+ messages)
` [U-Boot] [PATCH 5/5] move the erratum_a008336_a008514 from general ddr file to soc file

[U-Boot] mxs: HAB experiments
 2015-11-26 13:09 UTC  (8+ messages)
  ` [U-Boot] mxs: HAB: current CST broken

[U-Boot] [RFC] Removal of superfluous gd assignments
 2015-11-26 12:17 UTC  (3+ messages)

[U-Boot] [PATCH] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED
 2015-11-26 11:28 UTC  (3+ messages)

[U-Boot] Rpi Uboot not working ; USB keyboard undetected
 2015-11-26 11:25 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/7] tools: env: simplify argument parsing
 2015-11-26 10:52 UTC  (4+ messages)
` [U-Boot] [PATCH v2 5/7] tools: env: shift optind arguments and fix argument indices
` [U-Boot] [PATCH v2 6/7] tools: env: factor out parse_common_args
` [U-Boot] [PATCH v2 7/7] tools: env: update usage strings


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