public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-01-26 07:52:27 to 2015-01-27 09:44:54 UTC [more...]

[U-Boot] [PATCH 0/23] x86: Add bare support for Intel Minnowboard Max
 2015-01-27  9:44 UTC  (27+ messages)
` [U-Boot] [PATCH 01/23] x86: Enhance the microcode tool to support header files as input
` [U-Boot] [PATCH 02/23] pci: Add a function to find a device by class
` [U-Boot] [PATCH 03/23] x86: pci: Add PCI IDs for Minnowboard Max
` [U-Boot] [PATCH 04/23] x86: video: Enable video "
` [U-Boot] [PATCH 05/23] usb: pci: Use pci_find_class() to find the device
` [U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI
` [U-Boot] [PATCH 07/23] x86: Add an option to enabling building a ROM file
` [U-Boot] [PATCH 08/23] x86: Make MMCONF_BASE_ADDRESS common across x86
` [U-Boot] [PATCH 09/23] x86: video: Allow video ROM execution to fall back to the other method
` [U-Boot] [PATCH 10/23] x86: bootstage: Add time measurement for vesa start-up
` [U-Boot] [PATCH 11/23] x86: Move common FSP code into a common location
` [U-Boot] [PATCH 12/23] x86: Adjust the FSP types slightly
` [U-Boot] [PATCH 13/23] x86: Make CAR and DRAM FSP code common
` [U-Boot] [PATCH 14/23] x86: Move common FSP functions into a common file
` [U-Boot] [PATCH 15/23] x86: Remove unnecessary casts and fix comment typos
` [U-Boot] [PATCH 16/23] x86: Allow FSP Kconfig settings for all x86
` [U-Boot] [PATCH 17/23] x86: Define cache line size
` [U-Boot] [PATCH 18/23] x86: Allow a UART to be set up before the FSP is ready
` [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver
` [U-Boot] [PATCH 20/23] scsi: bootstage: Measure time taken to scan the bus
` [U-Boot] [PATCH 21/23] x86: Enable bootstage features
` [U-Boot] [PATCH 22/23] x86: Add some documentation on how to port U-Boot on x86
` [U-Boot] [PATCH 23/23] x86: Add support for Intel Minnowboard Max

[U-Boot] [PATCH 00/18] Exynos: move i2c driver to dm api
 2015-01-27  8:01 UTC  (30+ messages)
` [U-Boot] [PATCH 01/18] arndale: config: disable max77686 support
  ` [U-Boot] [PATCH 02/18] exynos5250: config: disable max77686 driver
  ` [U-Boot] [PATCH 03/18] smdk5250: config: enable max77686 driver support
  ` [U-Boot] [PATCH 04/18] exynos4: dts: add missing i2c properties
  ` [U-Boot] [PATCH 05/18] arndale: dts: add missing i2c aliases
  ` [U-Boot] [PATCH 06/18] exynos5: pinmux: check flag for i2c config
` [U-Boot] [PATCH v2 00/10] exynos: enable dm i2c
  ` [U-Boot] [PATCH v2 01/10] arndale: config: disable max77686 support
  ` [U-Boot] [PATCH v2 02/10] exynos5250: config: disable max77686 driver
  ` [U-Boot] [PATCH v2 03/10] smdk5250: config: enable max77686 driver support
  ` [U-Boot] [PATCH v2 04/10] exynos4: dts: add missing i2c properties
  ` [U-Boot] [PATCH v2 05/10] arndale: dts: add missing i2c aliases
  ` [U-Boot] [PATCH v2 06/10] exynos5: pinmux: check flag for i2c config
  ` [U-Boot] [PATCH v2 07/10] dm: i2c: s3c24x0: adjust to dm-i2c api
  ` [U-Boot] [PATCH v2 08/10] odroid u3: dts: add missing i2c aliases
  ` [U-Boot] [PATCH v2 09/10] odroid u3: enable dm i2c support
  ` [U-Boot] [PATCH v2 10/10] exynos5: enable dm i2c

[U-Boot] Loading Linux Kernel without re-initializing hardware
 2015-01-27  7:50 UTC 

[U-Boot] usb flash boot on am335x machines
 2015-01-27  7:32 UTC  (2+ messages)

[U-Boot] [PATCH] patman: Make dry-run output match real functionality
 2015-01-27  5:21 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] dm: i2c: Convert cros_ec_i2c over to driver model
 2015-01-27  3:29 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] dm: i2c: dts: Support an offset-len device tree property
` [U-Boot] [PATCH v4 2/4] dm: exynos: dts: Set the offset length for cros_ec
` [U-Boot] [PATCH v4 3/4] dm: i2c: Add two more I2C init functions to the compatibility layer
` [U-Boot] [PATCH v4 4/4] dm: cros_ec: Convert cros_ec_i2c over to driver model

[U-Boot] [PATCH] drivers/net/e1000.c: fix compile warning under 64bit mode
 2015-01-27  3:16 UTC  (4+ messages)

[U-Boot] [PATCH] net: configure DWMAC DMA by default AXI burst length
 2015-01-27  2:54 UTC 

[U-Boot] [PATCH v5 0/3] pmic:pfuze support buck regulator mode switch
 2015-01-27  2:14 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/3] pmic:pfuz100 add switch mode and more registers
` [U-Boot] [PATCH v5 2/3] pmic:pfuze implement pmic_mode_init
` [U-Boot] [PATCH v5 3/3] imx:mx6 set normal APS and standby PFM mode

[U-Boot] [PATCH v2 0/3] Add generic early debug UART feature
 2015-01-27  1:27 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] serial: Support an early UART for debugging
` [U-Boot] [PATCH v2 2/3] serial: ns16550: Add access functions that don't need platdata
` [U-Boot] [PATCH v2 3/3] serial: ns16550: Support debug UART

[U-Boot] [PATCH 1/5] nand: Use common read function instead of verify_buf()
 2015-01-27  1:25 UTC  (8+ messages)
` [U-Boot] [PATCH 2/5] mtd: davinci_nand: "
` [U-Boot] [PATCH 3/5] mtd: nand: Remove nand_verify_buf() function
` [U-Boot] [PATCH 4/5] mtd: nand: Use ECC for NAND write verification
` [U-Boot] [PATCH 5/5] mtd: davinci "

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

[U-Boot] [PATCH v2] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig
 2015-01-26 22:35 UTC 

[U-Boot] [PATCH] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig
 2015-01-26 22:33 UTC  (7+ messages)

[U-Boot] [PATCH v7] Export redesign
 2015-01-26 22:22 UTC 

[U-Boot] [PATCH 0/2] Fastboot OEM commands
 2015-01-26 21:49 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support
` [U-Boot] [PATCH 2/2] fastboot: add support for "oem format" command

[U-Boot] [PATCH] fastboot: Add USB cable detect check
 2015-01-26 21:14 UTC 

[U-Boot] m68k: Build problems on some boards
 2015-01-26 20:54 UTC  (5+ messages)

[U-Boot] [PATCH v6] Export redesign
 2015-01-26 20:52 UTC 

[U-Boot] [PATCH v5] Export redesign
 2015-01-26 20:17 UTC  (6+ messages)

[U-Boot] Please pull u-boot-x86
 2015-01-26 19:51 UTC 

[U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S
 2015-01-26 19:32 UTC  (9+ messages)

[U-Boot] Writing u-boot to NAND from U-Boot results in "ecc unrecoverable error"
 2015-01-26 18:43 UTC 

[U-Boot] [PATCH] pci: tegra: Fix port information parsing
 2015-01-26 18:18 UTC  (14+ messages)

[U-Boot] [PATCH v2 0/3] Clean out SPL ready for driver model
 2015-01-26 18:12 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/3] ti: davinci: Remove unnecessary stack and global_data fiddles
` [U-Boot] [PATCH v2 2/3] Revert "Revert "ARM: SPL: do not set gd again""
` [U-Boot] [PATCH v2 3/3] arm: spl: Avoid setting up a duplicate global data structure

[U-Boot] Possible OMAP3 regression with current mainline
 2015-01-26 17:55 UTC 

[U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards
 2015-01-26 17:44 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

[U-Boot] [RFC PATCH 0/21] ARM: start to move SoC code into arch/arm/mach-*
 2015-01-26 17:40 UTC  (12+ messages)
` [U-Boot] [RFC PATCH 01/21] ARM: at91: move board select menu and common settings
` [U-Boot] [RFC PATCH 03/21] ARM: at91: collect SoC sources into mach-at91
` [U-Boot] [RFC PATCH 04/21] ARM: tegra: collect SoC sources into mach-tegra
` [U-Boot] [RFC PATCH 07/21] ARM: kirkwood: move SOC sources to mach-kirkwood
` [U-Boot] [RFC PATCH 14/21] ARM: at91: move SoC headers to mach-at91/include/mach

[U-Boot] [PATCH 1/4] powerpc: ppc4xx: Add missing type for SYS_MALLOC_F_LEN in Kconfig
 2015-01-26 16:12 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED
` [U-Boot] [PATCH 3/4] powerpc: ppc4xx: Add defaults for DT based booting to really work
` [U-Boot] [PATCH 4/4] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO

[U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables
 2015-01-26 15:44 UTC 

[U-Boot] [PATCH] gpt: fix error reporting on partition table write failures
 2015-01-26 15:43 UTC 

[U-Boot] [GIT PULL] Zynq SoC changes
 2015-01-26 15:42 UTC  (10+ messages)
              ` [U-Boot] [GIT PULL] Zynq SoC changes v2

[U-Boot] [PATCH v2] arm: spl: Allow board_init_r() to run with a larger stack
 2015-01-26 15:34 UTC 

[U-Boot] [PATCH 0/8] MIPS cache code cleanup
 2015-01-26 15:03 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] MIPS: avoid .set ISA for cache operations
` [U-Boot] [PATCH 2/8] MIPS: unify cache maintenance functions
` [U-Boot] [PATCH 3/8] MIPS: unify cache initialization code
` [U-Boot] [PATCH 4/8] MIPS: refactor L1 cache config reads to a macro
` [U-Boot] [PATCH 5/8] MIPS: refactor cache loops "
` [U-Boot] [PATCH 6/8] MIPS: inline mips_init_[id]cache functions
` [U-Boot] [PATCH 7/8] MIPS: allow systems to skip loads during cache init
` [U-Boot] [PATCH 8/8] MIPS: clear TagLo select 2 "

[U-Boot] [PATCH v4 1/2] disk: part_efi: move code to static functions
 2015-01-26 14:52 UTC  (6+ messages)
` [U-Boot] [PATCH v4 2/2] fastboot: handle flash write to GPT partitions

[U-Boot] [PATCH 01/10][v6] rsa: Split the rsa-verify to separate the modular exponentiation
 2015-01-26 13:41 UTC  (17+ messages)
` [U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
` [U-Boot] [PATCH 05/10][v6] lib/rsa: Modify rsa to use "
` [U-Boot] [PATCH 06/10][v6] DM: crypto/fsl - Add Freescale rsa "
` [U-Boot] [PATCH 07/10][v6] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
` [U-Boot] [PATCH 08/10][v6] hash: Add function to find hash_algo struct with progressive hash
` [U-Boot] [PATCH 09/10][v6] Use hash.c in mkimage
` [U-Boot] [PATCH 10/10][v6] rsa: Use checksum algorithms from struct hash_algo

[U-Boot] [PATCH 0/19] powerpc: Introduce device tree control and driver model
 2015-01-26 13:39 UTC  (10+ messages)
` [U-Boot] [PATCH 12/19] powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards
` [U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

[U-Boot] [PATCH v3 0/4] dm:gpio:mxc add DT support
 2015-01-26 13:38 UTC  (5+ messages)
` [U-Boot] [PATCH v3 4/4] "

[U-Boot] [PATCH 0/1] fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
 2015-01-26 13:13 UTC  (2+ messages)
` [U-Boot] [PATCH] "

[U-Boot] SPI driver convert to Driver Model
 2015-01-26 12:28 UTC  (2+ messages)

[U-Boot] u-boot tools and build system
 2015-01-26 12:10 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
 2015-01-26 10:12 UTC 

[U-Boot] [RFC] m68k: generic board
 2015-01-26  9:39 UTC  (3+ messages)

[U-Boot] Dallas 1-wire support in u-boot
 2015-01-26  8:49 UTC 

[U-Boot] [PATCH] fpga: Extend dump description
 2015-01-26  7:52 UTC 


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