public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-01-19 10:33:45 to 2015-01-20 11:03:49 UTC [more...]

[U-Boot] [PATCH 1/2] mtd:mxs:nand calculate ecc strength dynamically
 2015-01-20 11:03 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] mtd:mxs:nand support oobsize bigger than 512

[U-Boot] u-boot tools and build system
 2015-01-20 10:57 UTC 

[U-Boot] printf and R9 in ARM architecture
 2015-01-20 10:56 UTC  (3+ messages)

[U-Boot] sunxi: Initial A80 support
 2015-01-20 10:22 UTC  (17+ messages)
` [U-Boot] [PATCH 04/12] sunxi: Update sunxi-common.h to deal with different DRAM base addr on sun9i
` [U-Boot] [PATCH 05/12] sunxi: Move setting of CPU system control register SMP bit to save_boot_params
` [U-Boot] [PATCH 10/12] sunxi: mmc: Add support for sun9i (A80)
` [U-Boot] [PATCH 11/12] sun9i: Basic sun9i (A80) support

[U-Boot] [PATCH] sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problems
 2015-01-20  9:14 UTC  (2+ messages)

[U-Boot] [PATCH] arm, imx6, aristainetos: board updates
 2015-01-20  9:06 UTC 

[U-Boot] [PATCH V4] add README.distro file
 2015-01-20  9:00 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/5] avr32: add generic board
 2015-01-20  8:54 UTC  (10+ messages)
` [U-Boot] [RFC PATCH 1/5] avr32: use dlmalloc for DMA buffers
` [U-Boot] [RFC PATCH 2/5] avr32: rename cpu_init() -> arch_cpu_init()
` [U-Boot] [RFC PATCH 3/5] common/board_r: manual relocation for cmd table
` [U-Boot] [RFC PATCH 4/5] avr32: add generic board support
` [U-Boot] [RFC PATCH 5/5] grasshopper: enable generic board

[U-Boot] [PATCH 1/9] sunxi: axp209: Disable interrupts when intializing the axp209
 2015-01-20  8:51 UTC  (8+ messages)
` [U-Boot] [PATCH 3/9] sunxi: Stop differentiating between 512M and 1G variants of the same board
` [U-Boot] [PATCH 7/9] sunxi: Add mk802 board / defconfig

[U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)
 2015-01-20  8:16 UTC  (3+ messages)

[U-Boot] [PATCH] ubi: reset mtd_devs when ubi part fail
 2015-01-20  8:05 UTC 

[U-Boot] [PATCH v2 0/22] x86: Add support for MTRRs
 2015-01-20  7:44 UTC  (5+ messages)
` [U-Boot] [PATCH v2 04/22] x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES

[U-Boot] [PATCH v2] Enable journal replay for UBIFS
 2015-01-20  7:41 UTC  (2+ messages)

[U-Boot] Unreadable UBIFS partition after power cuts
 2015-01-20  7:26 UTC  (11+ messages)

[U-Boot] [PATCH v2] dm:gpio:mxc add DT support
 2015-01-20  7:15 UTC 

[U-Boot] [PATCH] board_f: save "malloc_base" from zeroing in case of CONFIG_SYS_MALLOC_F_LEN
 2015-01-20  7:07 UTC  (3+ messages)

[U-Boot] [PATCH] arm: fix exception vectors
 2015-01-20  6:55 UTC  (7+ messages)

[U-Boot] [PATCH] arm: spl: Allow board_init_r() to run with a larger stack
 2015-01-20  6:46 UTC  (6+ messages)

[U-Boot] u-boot.img size limit for spl fat load ?
 2015-01-20  6:38 UTC  (9+ messages)
      ` [U-Boot] Fwd: "

[U-Boot] [PATCH v2 0/26] dm: Add additional bus functionality
 2015-01-20  6:28 UTC  (28+ messages)
` [U-Boot] [PATCH v2 01/26] dm: i2c: Provide an offset length parameter where needed
` [U-Boot] [PATCH v2 02/26] dm: Don't run tests if U-Boot cannot be built
` [U-Boot] [PATCH v2 03/26] dm: core: Improve comments for uclass_first/next_device()
` [U-Boot] [PATCH v2 04/26] dm: core: Set device tree node for root device
` [U-Boot] [PATCH v2 05/26] dm: core: Tidy up error handling in device_bind()
` [U-Boot] [PATCH v2 06/26] dm: core: Allocate platform data when binding a device
` [U-Boot] [PATCH v2 07/26] dm: core: Allow parents to have platform data for their children
` [U-Boot] [PATCH v2 08/26] dm: core: Allow uclasses to specific the platdata for a device's children
` [U-Boot] [PATCH v2 09/26] dm: core: Add a post_bind method for parents
` [U-Boot] [PATCH v2 10/26] dm: core: Add a function to get a device's uclass ID
` [U-Boot] [PATCH v2 11/26] dm: core: Add a flag to control sequence numbering
` [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children
` [U-Boot] [PATCH v2 13/26] dm: spi: Move the per-child data size to the uclass
` [U-Boot] [PATCH v2 14/26] dm: core: Allow the uclass to set up a device's child after binding
` [U-Boot] [PATCH v2 15/26] dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()
` [U-Boot] [PATCH v2 16/26] dm: core: Allow uclass to set up a device's child before it is probed
` [U-Boot] [PATCH v2 17/26] dm: spi: Set up the spi_slave device pointer in child_pre_probe()
` [U-Boot] [PATCH v2 18/26] dm: spi: Move slave details to child platdata
` [U-Boot] [PATCH v2 19/26] dm: i2c: "
` [U-Boot] [PATCH v2 20/26] dm: tegra: Drop unused COMPAT features for I2C, SPI
` [U-Boot] [PATCH v2 21/26] dm: exynos: Drop unused COMPAT features for SPI
` [U-Boot] [PATCH v2 22/26] dm: core: Ignore disabled devices when binding
` [U-Boot] [PATCH v2 23/26] dm: cros_ec: Don't require protocol 3 support
` [U-Boot] [PATCH v2 24/26] dm: cros_ec: Move cros_ec_i2c over to driver model
` [U-Boot] [PATCH v2 25/26] dm: cros_ec_spi: Remove old pre-driver-model code
` [U-Boot] [PATCH v2 26/26] dm: Update documentation for new bus features

[U-Boot] [PATCH v3 0/12] Add support for caching Memory Reference Code data
 2015-01-20  6:04 UTC  (14+ messages)
` [U-Boot] [PATCH v3 01/12] x86: dts: Add compatible string for Intel ICH9 SPI controller
` [U-Boot] [PATCH v3 02/12] net: Add a separate file for IP checksumming
` [U-Boot] [PATCH v3 03/12] net: Use new checksum functions
` [U-Boot] [PATCH v3 04/12] x86: Use ipchecksum from net/
` [U-Boot] [PATCH v3 05/12] x86: rtc: mc146818: Add helpers to read/write CMOS RAM
` [U-Boot] [PATCH v3 06/12] x86: spi: Add device tree support
` [U-Boot] [PATCH v3 07/12] Allow architecture-specific memory reservation
` [U-Boot] [PATCH v3 08/12] x86: dts: Add SPI flash MRC details for chromebook_link
` [U-Boot] [PATCH v3 09/12] x86: Implement a cache for Memory Reference Code parameters
` [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration
` [U-Boot] [PATCH v3 11/12] x86: ivybridge: Drop the Kconfig MRC cache information
` [U-Boot] [PATCH v3 12/12] x86: config: chromebook_link: Enable environment

[U-Boot] [PATCH 1/3] x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
 2015-01-20  5:01 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] x86: Save mtrr support flag in global data
` [U-Boot] [PATCH 3/3] x86: Test mtrr support flag before accessing mtrr msr

[U-Boot] [PATCH 1/2] common: mark commands as default to match "config_cmd_default.h"
 2015-01-20  4:52 UTC  (6+ messages)

[U-Boot] [PATCH] sunxi: display: Make lcd display clk phase configurable
 2015-01-20  3:26 UTC  (6+ messages)

[U-Boot] [PATCH] x86: Fix various code format issues in start16.S
 2015-01-20  3:25 UTC 

[U-Boot] [PATCH 1/2] sandbox: Correct cros-ec keyboard definition
 2015-01-20  3:21 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Add a -D option to use a default device tree

[U-Boot] [PATCH] fdt: pci: Permit use of reg property for setting device address
 2015-01-20  3:19 UTC 

[U-Boot] [PATCH 00/18] Exynos: move i2c driver to dm api
 2015-01-20  3:18 UTC  (6+ messages)
` [U-Boot] [PATCH 01/18] arndale: config: disable max77686 support
  ` [U-Boot] [PATCH 07/18] dm: i2c: s3c24x0: adjust to dm-i2c api

[U-Boot] [PATCH v2 0/2] x86: Add generic VESA video driver
 2015-01-20  2:51 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] x86: Access the VGA ROM when needed

[U-Boot] [PATCH v3 0/3] ARM: at91: save mmc environment in a FAT file instead of some sectors
 2015-01-20  2:33 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] ARM: at91: sama5d3_xplained: save environment in a FAT file in MMC card
` [U-Boot] [PATCH v3 2/3] ARM: at91: sama5d3xek: save enviroment as "
` [U-Boot] [PATCH v3 3/3] ARM: at91: at91sam9x5: save environment to "

[U-Boot] [PATCH] dm:gpio:mxc get configuration from dtb
 2015-01-20  1:27 UTC  (4+ messages)

[U-Boot] [PATCH] powerpc/fsl: support low power boot for e500 and later
 2015-01-20  0:33 UTC  (2+ messages)

[U-Boot] [PATCH] distro_bootcmd: read DHCP boot script name from a variable
 2015-01-19 23:39 UTC 

[U-Boot] [PATCH 1/2] ARM: tegra: move common config defines centrally
 2015-01-19 23:25 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: support running in non-secure mode

[U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB
 2015-01-19 22:57 UTC  (2+ messages)

[U-Boot] avr32 atmel ngw100 support question
 2015-01-19 21:27 UTC  (8+ messages)

[U-Boot] [PATCH] sunxi: Add Gemei G9 (Allwinner A10/sun4i) tablet
 2015-01-19 20:16 UTC 

[U-Boot] [PATCH v2] sunxi: Add Marsboard A10 support
 2015-01-19 20:03 UTC  (2+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v2 0/7] video: Support for SSD2828 (parallel LCD to MIPI bridge)
 2015-01-19 20:02 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: atmel: at91sam9m10g45ek: enable SPL
 2015-01-19 19:32 UTC  (7+ messages)

[U-Boot] [PATCH 00/14] cm-fx6 updates and a new splash screen feature
 2015-01-19 19:24 UTC  (23+ messages)
` [U-Boot] [PATCH 01/14] arm: mx6: cm-fx6: expand boot sequence
` [U-Boot] [PATCH 02/14] arm: mx6: cm-fx6: change dtb node for ethaddr
` [U-Boot] [PATCH 03/14] compulab: eeprom: allow reading mac address from multiple eeproms
` [U-Boot] [PATCH 04/14] arm: mx6: cm-fx6: pass 2nd nic mac addr to Linux
` [U-Boot] [PATCH 06/14] arm: mx6: cm-fx6: add hdmi console support
` [U-Boot] [PATCH 07/14] arm: mx6: cm-fx6: display compulab logo
` [U-Boot] [PATCH 08/14] arm: mx6: cm-fx6: add support for usb keyboard
` [U-Boot] [PATCH 09/14] compulab: splash: use errno values
` [U-Boot] [PATCH 10/14] compulab: splash: refactor splash.c
` [U-Boot] [PATCH 11/14] compulab: splash: support multiple splash sources
` [U-Boot] [PATCH 14/14] common: convert compulab splash load code to common code

[U-Boot] [PATCH] usb: musb-new: omap2430: Reset the MUSB controller early
 2015-01-19 17:33 UTC  (5+ messages)
      ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI
 2015-01-19 17:17 UTC  (16+ messages)
` [U-Boot] [PATCH v1 3/4] jetson-tk1: Add PSCI configuration options and reserve secure code

[U-Boot] ot1200: add basic SPL support
 2015-01-19 16:26 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] ot1200: select SUPPORT_SPL
` [U-Boot] [PATCH 2/7] ot1200: make use of imx_ddr_size(..)
` [U-Boot] [PATCH 3/7] ot1200: move ccgr and gpr init to c functions
` [U-Boot] [PATCH 4/7] ot1200: enable spi clock directly in ccgr_init(..)
` [U-Boot] [PATCH 5/7] ot1200: add SPL configuration
` [U-Boot] [PATCH 6/7] ot1200: add basic SPL support
` [U-Boot] [PATCH 7/7] ot1200: add ot1200_spl_defconfig file

[U-Boot] Pull request: u-boot-mmc 19012015
 2015-01-19 15:50 UTC 

[U-Boot] [PATCH] mmc: fsl_esdhc: Add support for DDR mode
 2015-01-19 15:47 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/18] Support for eMMC partitioning and related fixes
 2015-01-19 15:44 UTC  (4+ messages)
` [U-Boot] [PATCH v4 01/18] mmc: show hardware partition sizes in mmcinfo output

[U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function
 2015-01-19 15:02 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] Fix some corner cases in bus width setting
 2015-01-19 14:45 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] mmc: Avoid redundant switching to 1-bit bus width for MMC cards
` [U-Boot] [PATCH 2/2] mmc: Skip changing bus width for MMC cards earlier than version 4.0

[U-Boot] [PATCH 6/6] ARM: atmel: sama5d4_xplained: enable usb ethernet gadget
 2015-01-19 14:04 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 5/6] ARM: atmel: sama5d4_xplained: add option for usb ethernet gadget
 2015-01-19 14:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/6] ARM: atmel: sama5d4ek: enable usb ethernet gadget
 2015-01-19 14:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,4/6] "

[U-Boot] [PATCH 3/6] ARM: atmel: sama5d4ek: add option for usb ethernet gadget
 2015-01-19 14:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/6] ARM: atmel: sama5d4: add usb device initial code
 2015-01-19 14:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/6] "

[U-Boot] [PATCH 1/6] ARM: atmel: sama5d4: add usb platform data
 2015-01-19 14:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/6] "

[U-Boot] [PATCH] ARM: UniPhier: add SG_MEMCONF macros for DDR channel 2
 2015-01-19 13:34 UTC 

[U-Boot] [PATCH] ARM: UniPhier: use <linux/sizes.h> for readability
 2015-01-19 13:33 UTC 

[U-Boot] [PATCH] cmd: Fix gettime command help
 2015-01-19 13:32 UTC 

[U-Boot] [PATCH] ARM: UniPhier: fix IECTRL set code for PH1-Pro4
 2015-01-19 13:31 UTC 

[U-Boot] [PATCH] ARM: UniPhier: describe init_page_table shorter
 2015-01-19 13:30 UTC 

[U-Boot] [PATCH 1/2] common: mark commands as default to match "config_cmd_default.h"
 2015-01-19 12:34 UTC  (3+ messages)

[U-Boot] [PATCH] Don't apply: tools: add a tool to move automatically CONFIGs from headers to defconfigs
 2015-01-19 12:12 UTC 

[U-Boot] [PATCH] arm: at91: snapper9260: Drop invalid CONFIG_SKIP_RELOCATE_UBOOT
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/6] ARM: at91: sama5d3_xplained: spl: enable PMECC header generation
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/2] arm, at91, axm: add SPL support for axm
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] arm, at91: corvus board updates
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH v1 3/3] taurus, spl: erase also spi flash if recovery button is pressed
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH v1 2/3] arm, at91: enable thumb mode for taurus board in SPL
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1,2/3] "

[U-Boot] [PATCH v1 1/3] arm, arm926ejs: make thumb mode compileable
 2015-01-19 11:50 UTC  (2+ messages)
` [U-Boot] [U-Boot,v1,1/3] "

[U-Boot] [PATCH 01/10][v5] rsa: Split the rsa-verify to separate the modular exponentiation
 2015-01-19 11:36 UTC  (10+ messages)
` [U-Boot] [PATCH 02/10][v5] FIT: Modify option FIT_SIGNATURE in Kconfig
` [U-Boot] [PATCH 03/10][v5] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
` [U-Boot] [PATCH 04/10][v5] configs: Move CONFIG_FIT_SIGNATURE to defconfig
` [U-Boot] [PATCH 05/10][v5] lib/rsa: Modify rsa to use DM driver
` [U-Boot] [PATCH 06/10][v5] DM: crypto/fsl - Add Freescale rsa "
` [U-Boot] [PATCH 07/10][v5] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
` [U-Boot] [PATCH 08/10][v5] hash: Add function to find hash_algo struct with progressive hash
` [U-Boot] [PATCH 09/10][v5] Use hash.c in mkimage
` [U-Boot] [PATCH 10/10][v5] rsa: Use checksum algorithms from struct hash_algo

[U-Boot] [linux-sunxi] [PATCH] sunxi: Add Marsboard A10 support
 2015-01-19 10:36 UTC 

[U-Boot] [PATCH v2 0/11] Add full DDR init for Marvell Armada-XP MV78xx0 (AXP)
 2015-01-19 10:33 UTC  (6+ messages)
` [U-Boot] [PATCH v2 07/11] Makefile: Add another kwb build target used on Marvell Armada-XP (AXP)
` [U-Boot] [PATCH v2 08/11] arm: db-mv784mp-gp: Enable SPL to include DDR training code into U-Boot
` [U-Boot] [PATCH v2 09/11] arm: maxbcm: "
` [U-Boot] [PATCH v2 10/11] arm: mvebu: Placeholder bin_hdr file can now be removed
` [U-Boot] [PATCH v2 11/11] arm: armada-xp: Change built target to include the SPL binary as bin_hdr


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