public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-03-04 23:30:37 to 2015-03-06 15:43:39 UTC [more...]

[U-Boot] [PATCH] gpt: fix error reporting on partition table write failures
 2015-03-06 15:43 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 0/22] Add driver model support for PCI
 2015-03-06 15:43 UTC  (25+ messages)
` [U-Boot] [PATCH v2 01/22] sandbox: Update device tree 'reg' properties for I2C and SPI
` [U-Boot] [PATCH v2 02/22] fdt: Export fdtdec_get_number() for general use
` [U-Boot] [PATCH v2 03/22] x86: Add a x86_ prefix to the x86-specific PCI functions
` [U-Boot] [PATCH v2 04/22] dm: Add a new CPU init function which can use driver model
` [U-Boot] [PATCH v2 05/22] x86: Split up arch_cpu_init()
` [U-Boot] [PATCH v2 06/22] Correct map_sysmem() logic in do_mem_mw()
` [U-Boot] [PATCH v2 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()
` [U-Boot] [PATCH v2 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data
` [U-Boot] [PATCH v2 09/22] dm: core: Mark device as active before calling its probe() method
` [U-Boot] [PATCH v2 10/22] dm: core: Add a uclass pre_probe() method for devices
` [U-Boot] [PATCH v2 11/22] dm: Show both allocated and requested seq numbers in 'dm uclass'
` [U-Boot] [PATCH v2 12/22] dm: pci: Move common PCI functions into their own file
` [U-Boot] [PATCH v2 13/22] dm: pci: Add a uclass for PCI
` [U-Boot] [PATCH v2 14/22] dm: sandbox: pci: Add PCI support for sandbox
` [U-Boot] [PATCH v2 15/22] dm: sandbox: Add a simple PCI driver
` [U-Boot] [PATCH v2 16/22] dm: sandbox: pci: Add a PCI emulation uclass
` [U-Boot] [PATCH v2 17/22] dm: sandbox: Add a emulated PCI device as an example
` [U-Boot] [PATCH v2 18/22] dm: sandbox: pci: Enable PCI for sandbox
` [U-Boot] [PATCH v2 19/22] dm: x86: pci: Add a PCI driver for driver model
` [U-Boot] [PATCH v2 20/22] dm: x86: pci: Convert coreboot to use driver model for pci
` [U-Boot] [PATCH v2 21/22] dm: x86: pci: Convert chromebook_link "
` [U-Boot] [PATCH v2 22/22] dm: pci: Add driver model tests for PCI

[U-Boot] [PULL] u-boot-socfpga/master
 2015-03-06 15:43 UTC  (4+ messages)

[U-Boot] Please pull u-boot-marvell master
 2015-03-06 15:43 UTC  (2+ messages)

[U-Boot] Please pull u-boot-mpc85xx master
 2015-03-06 15:43 UTC  (2+ messages)

[U-Boot] [u-boot][PATCH] omap3_beagle: Fix device tree boot
 2015-03-06 15:34 UTC 

[U-Boot] 4K padding of ARM DT blob
 2015-03-06 15:12 UTC  (4+ messages)

[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
 2015-03-06 15:08 UTC  (20+ messages)
` [U-Boot] [PATCH v2 00/12] "
  ` [U-Boot] [PATCH v2 02/12] dm: device: add function device_get_first_child_by_uclass_id()
  ` [U-Boot] [PATCH v2 03/12] dm: pmic: add implementation of driver model pmic uclass
  ` [U-Boot] [PATCH v2 04/12] dm: pmic: add implementation of driver model regulator uclass
  ` [U-Boot] [PATCH v2 05/12] dm: pmic: new commands: pmic and regulator
  ` [U-Boot] [PATCH v2 07/12] dm: regulator: add max77686 regulator driver
  ` [U-Boot] [PATCH v2 08/12] doc: driver-model: pmic and regulator uclass documentation
  ` [U-Boot] [PATCH v2 10/12] odroid: board: add support to dm pmic api
  ` [U-Boot] [PATCH v2 12/12] odroid: config: enable dm pmic, dm regulator and max77686 driver

[U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode
 2015-03-06 13:43 UTC  (3+ messages)

[U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again
 2015-03-06 12:15 UTC  (11+ messages)

[U-Boot] [PATCH v3] armv8/vexpress64: make multientry conditional
 2015-03-06 12:14 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V2 1/2] spi: Add Designware SPI controller Kconfig entry
 2015-03-06 10:47 UTC  (9+ messages)
` [U-Boot] [PATCH V2 2/2] spi: Add Cadence QSPI "

[U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size
 2015-03-06 10:21 UTC  (15+ messages)

[U-Boot] [PATCH] travis.yml: some adaptions
 2015-03-06  8:06 UTC  (5+ messages)

[U-Boot] [PATCH V5 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-03-06  4:41 UTC  (12+ messages)
` [U-Boot] [PATCH V5 01/11] ARM: Introduce erratum workaround for 798870
` [U-Boot] [PATCH V5 02/11] ARM: Introduce erratum workaround for 454179
` [U-Boot] [PATCH V5 03/11] ARM: Introduce erratum workaround for 430973
` [U-Boot] [PATCH V5 04/11] ARM: Introduce erratum workaround for 621766
` [U-Boot] [PATCH V5 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH V5 06/11] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V5 07/11] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
` [U-Boot] [PATCH V5 08/11] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH V5 09/11] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration
` [U-Boot] [PATCH V5 10/11] ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766
` [U-Boot] [PATCH V5 11/11] ARM: OMAP3: rx51: "

[U-Boot] [PATCH V4 00/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-03-06  2:52 UTC  (10+ messages)
` [U-Boot] [PATCH V4 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic

[U-Boot] [PATCH] ARM: PSCI: Rework the DT handler slightly
 2015-03-06  1:19 UTC 

[U-Boot] ARMv8 targets are broken on 2015.04-rc3
 2015-03-06  0:59 UTC  (6+ messages)

[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command
 2015-03-06  0:10 UTC  (6+ messages)

[U-Boot] Please pull u-boot-x86 branch 'buildman'
 2015-03-05 23:20 UTC 

[U-Boot] [PATCH] buildman: Correct toolchain download feature
 2015-03-05 23:18 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] buildman: Support comparison of CONFIG options between commits
 2015-03-05 23:18 UTC  (3+ messages)
` [U-Boot] [PATCH 2/6] buildman: Add a space before the list of boards

[U-Boot] Hi Simon, Problems about RSA public exponents for verified boot
 2015-03-05 21:47 UTC  (5+ messages)

[U-Boot] [PATCH] tegra: Remove tegra_spl_gpio_direction_output declaration from header file
 2015-03-05 21:45 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
 2015-03-05 21:00 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DM for Cadence and DW SPI

[U-Boot] DWC2 driver issues
 2015-03-05 20:59 UTC  (4+ messages)

[U-Boot] [PATCHv2 00/20] Add SPL support for SoCFPGA
 2015-03-05 20:59 UTC  (4+ messages)
` [U-Boot] [PATCHv2 02/20] arm: socfpga: spl: Add SRAM section

[U-Boot] [PATCH 1/2] spi: Add Designware SPI controller Kconfig entry
 2015-03-05 20:48 UTC  (12+ messages)
` [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI "

[U-Boot] [PATCH 4/4][v3] SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms
 2015-03-05 20:16 UTC  (2+ messages)

[U-Boot] [PATCH 3/4][v3] SECURE BOOT: Add command for validation of images
 2015-03-05 20:15 UTC  (2+ messages)

[U-Boot] [PATCH 2/4][v3] fsl_sec_mon: Add driver for Security Monitor block of Freescale
 2015-03-05 20:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/4][v3] fsl_sfp : Move ccsr_sfp_regs definition to common include
 2015-03-05 20:14 UTC  (2+ messages)

[U-Boot] [PATCH][v2] rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
 2015-03-05 20:12 UTC  (2+ messages)

[U-Boot] [PATCH] mpc85xx/t104xrdb : remove raw timing parameter
 2015-03-05 20:10 UTC  (2+ messages)

[U-Boot] [PATCH][v2] powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs
 2015-03-05 20:09 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DS
 2015-03-05 20:09 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI
 2015-03-05 20:06 UTC  (5+ messages)

[U-Boot] [PATCH] fdtdec: Improve fdtdec_get_pci_bdf() documentation
 2015-03-05 19:48 UTC  (2+ messages)

[U-Boot] [PATCH] x86: Add queensbay fsp patch information in README.x86
 2015-03-05 19:48 UTC  (2+ messages)

[U-Boot] [PATCH v1]dm : spi: Convert Freescale DSPI to driver model
 2015-03-05 19:45 UTC  (6+ messages)

[U-Boot] [PATCH] arm: mx5: Add support for USB armory board
 2015-03-05 19:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v4] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-03-05 17:08 UTC  (7+ messages)
` [U-Boot] [U-Boot, 1/2, v4] "

[U-Boot] API_env_enum behaviour with SPI serial flash
 2015-03-05 16:08 UTC 

[U-Boot] u-boot deleted
 2015-03-05 16:02 UTC 

[U-Boot] [PATCH 0/4] Add support for stm32f429-discovery board
 2015-03-05 15:35 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] ARM: Add ARMv7-M support
` [U-Boot] [PATCH 2/4] ARMv7M: Add STM32F4 support
` [U-Boot] [PATCH 3/4] stm32f4: Add serial driver
` [U-Boot] [PATCH 4/4] stm32f4: Add support for stm32f429-discovery board

[U-Boot] [PATCH v3] usb_storage : scan all interfaces to find a storage device
 2015-03-05 15:19 UTC  (4+ messages)

[U-Boot] [PATCH] arm, da8xx: convert ipam390 board to generic board support
 2015-03-05 15:08 UTC  (2+ messages)

[U-Boot] [PATCH] arm: pxa: introducing cpuinfo display for marvell pxa270m
 2015-03-05 14:48 UTC  (4+ messages)

[U-Boot] [U-BOOT 1/1] kconfig: common: Fix memtest bool name
 2015-03-05 14:43 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] flea3: Convert to generic board
 2015-03-05 14:43 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] mx35pdk: "
` [U-Boot] [PATCH 3/3] woodburn: "

[U-Boot] [PATCH v1 1/4] ARM: DRA7XX: Add config file for Android with fastboot support
 2015-03-05 14:37 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

[U-Boot] [PATCH v1 1/1] fastboot: Add support for flashing zImage
 2015-03-05 14:29 UTC  (4+ messages)

[U-Boot] [PATCH] fsl_sec.h: Fix thinko
 2015-03-05 14:00 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2015-03-05 14:00 UTC  (2+ messages)

[U-Boot] Ask for help: Compulab CM-510 U-boot version: Load Kernel from SD-Card
 2015-03-05  9:48 UTC  (5+ messages)

[U-Boot] [RFC] sunxi: Support uploading 'boot.scr' to RAM over USB OTG in FEL mode
 2015-03-05  7:42 UTC  (6+ messages)

[U-Boot] [PATCH 2/2][v6] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040
 2015-03-05  7:38 UTC 

[U-Boot] [PATCH 1/2][v6] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-03-05  7:38 UTC 

[U-Boot] [PATCH v3 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board
 2015-03-05  6:46 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/8] lpc32xx: add Ethernet support
  ` [U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller
    ` [U-Boot] [PATCH v3 3/8] lpc32xx: i2c: add LPC32xx I2C interface support
      ` [U-Boot] [PATCH v3 4/8] lpc32xx: add GPIO support
        ` [U-Boot] [PATCH v3 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)
          ` [U-Boot] [PATCH v3 6/8] dtt: add ds620 support
            ` [U-Boot] [PATCH v3 7/8] lpc32xx: add lpc32xx-spl.bin boot image target
              ` [U-Boot] [PATCH v3 8/8] lpc32xx: add support for board work_92105

[U-Boot] [PATCH RFC v2 0/6] usb: host: Add driver model support
 2015-03-05  4:14 UTC  (5+ messages)

[U-Boot] [PATCH 0/22] Add driver model support for PCI
 2015-03-05  4:10 UTC  (18+ messages)
` [U-Boot] [PATCH 01/22] dm: i2c: Add a missing memory allocaton check
` [U-Boot] [PATCH 02/22] sandbox: Correct device tree 'reg' properties for I2C and SPI
` [U-Boot] [PATCH 05/22] RFC: x86: Split up arch_cpu_init()
` [U-Boot] [PATCH 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()
` [U-Boot] [PATCH 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data

[U-Boot] [PATCH] MAINTAINERS: add Driver Model repository information
 2015-03-05  4:09 UTC  (3+ messages)

[U-Boot] Driver model 'next' tree
 2015-03-05  2:32 UTC 

[U-Boot] [PATCH 1/4] arm: rmobile: lager: Update to QoS revision 0.973
 2015-03-04 23:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm: rmobile: koelsch: Update to QoS revision 0.411
` [U-Boot] [PATCH 3/4] arm: rmobile: gose: Update to QoS revision 0.311
` [U-Boot] [PATCH 4/4] arm: rmobile: alt: Update to QoS revision 0.31 and 0.321


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