public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-12-11 16:45:25 to 2015-12-14 03:45:30 UTC [more...]

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2015-12-14  3:45 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/26] dm: pci: Mark legacy files as such
` [U-Boot] [PATCH v2 02/26] dm: pci: Add a dm_ prefix to pci_get_bdf()
` [U-Boot] [PATCH v2 03/26] dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
` [U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config
` [U-Boot] [PATCH v2 05/26] dm: pci: Add a driver-model version of pci_find_device()

[U-Boot] [PATCH 0/7] Switch rockchip firefly to using tiny-printf
 2015-12-14  3:45 UTC  (26+ messages)
` [U-Boot] [PATCH 1/7] spl: use panic_str instead of panic
` [U-Boot] [PATCH 3/7] lib/tiny-printf.c: Implement vprintf
` [U-Boot] [PATCH 4/7] lib: Split panic functions out of vsprintf.c
` [U-Boot] [PATCH 5/7] lib: split out strtoxxxx "
` [U-Boot] [PATCH 6/7] mmc: mmc: Don't use sprintf when using tiny-printf
` [U-Boot] [PATCH 7/7] rockchip: firefly: Use tiny-printf

[U-Boot] [PATCH v2 0/3] Fix rockchip spl loader mkimage flow
 2015-12-14  3:44 UTC  (9+ 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] help - u-boot on powerpc qemu
 2015-12-14  2:23 UTC  (2+ messages)

[U-Boot] [PATCH] spl: mmc: use block device number, not hard-coded 0
 2015-12-14  2:19 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mmc: implement mmc power on write protect function
 2015-12-14  2:16 UTC  (3+ messages)

[U-Boot] [PATCH v1] set the mmc specific addresss and range as power on write protection, you can't earse and write this range of data if you enable it after mmc power on
 2015-12-14  2:14 UTC 

[U-Boot] [PATCH 1/5][v5] armv8: define usec2ticks function
 2015-12-14  2:10 UTC  (5+ messages)
` [U-Boot] [PATCH 3/5][v5] include/linux: move typdef for uintptr_t

[U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout
 2015-12-14  1:25 UTC  (28+ messages)
` [U-Boot] [PATCH 3/6] arm: socfpga: de0-nano-soc: "

[U-Boot] [PATCH v2] arm: mxs: add support for I2SE's Duckbill boards
 2015-12-13 22:45 UTC  (4+ messages)

[U-Boot] [PATCH] arm: mvebu: Move some defines to common include file
 2015-12-13 22:02 UTC  (4+ messages)
` [U-Boot] [PATCH] arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

[U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE
 2015-12-13 19:55 UTC  (6+ messages)
` [U-Boot] [PATCH 1/8] m68k: move CONFIG_SYS_TEXT_BASE to defconfig files
` [U-Boot] [PATCH 2/8] m68k: M54418TWR: drop board/freescale/m54418twr/config.mk

[U-Boot] [PATCH v3] dm: Add timeline and guide for porting serial drivers
 2015-12-13 19:55 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] usb: increase USB descriptor buffer size
 2015-12-13 18:49 UTC  (4+ messages)

[U-Boot] is it worth contributing a SATA SIL3512 driver to u-boot?
 2015-12-13 18:34 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] sf: Rename spi_flash_set_* functions
 2015-12-13 17:47 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sf: Rename bank_end to bar_end in read_bar

[U-Boot] [PATCH 1/4] sf: Get spi locally from spi_flash
 2015-12-13 16:52 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] spi: Use mode instead of op_mode_tx
` [U-Boot] [PATCH 3/4] spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
` [U-Boot] [PATCH 4/4] sf: Move spi_read_cmds_array locally

[U-Boot] [RFC PATCH 00/11] Add support for 96boards Dragonboard410C board
 2015-12-13 15:48 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 05/11] ehci: Add support for Qualcomm EHCI

[U-Boot] [PATCH v3] ARM: mxs: allow boards to select DC-DC switching clock source
 2015-12-13 15:41 UTC  (2+ messages)

[U-Boot] [PATCH 00/57] dm: x86: Convert ivybridge code to use driver model
 2015-12-13 12:58 UTC  (115+ messages)
` [U-Boot] [PATCH 01/57] dm: Add an init() method to the LPC uclass
` [U-Boot] [PATCH 02/57] dm: core: Display the error number when driver binding fails
` [U-Boot] [PATCH 03/57] dm: usb: Add a compatible string for PCI EHCI controller
` [U-Boot] [PATCH 04/57] dm: syscon: Allow finding devices by driver data
` [U-Boot] [PATCH 05/57] dm: pci: Convert bios_emu to use the driver model PCI API
` [U-Boot] [PATCH 06/57] x86: ivybridge: Set up the LPC device using driver model
` [U-Boot] [PATCH 07/57] x86: ivybridge: Move lpc_early_init() to probe()
` [U-Boot] [PATCH 08/57] x86: ivybridge: Move more init to the probe() function
` [U-Boot] [PATCH 09/57] x86: ivybridge: Set up the PCH init
` [U-Boot] [PATCH 10/57] dm: x86: Add a northbridge uclass
` [U-Boot] [PATCH 11/57] x86: ivybridge: Add a driver for the bd82x6x northbridge
` [U-Boot] [PATCH 12/57] x86: ivybridge: Move northbridge init into the probe() method
` [U-Boot] [PATCH 13/57] x86: ivybridge: Move LPC and PCH init into northbridge probe()
` [U-Boot] [PATCH 14/57] x86: ivybridge: Rename lpc_init() to lpc_init_extra()
` [U-Boot] [PATCH 15/57] x86: ivybridge: Add an init() method for the bd82x6x LPC
` [U-Boot] [PATCH 16/57] x86: ivybridge: Move graphics init much later
` [U-Boot] [PATCH 17/57] x86: ivybridge: Move sandybridge init to the lpc init() method
` [U-Boot] [PATCH 18/57] x86: ivybridge: Move GPIO init to the LPC "
` [U-Boot] [PATCH 19/57] x86: ivybridge: Use common CPU init code
` [U-Boot] [PATCH 20/57] x86: ivybridge: Move CPU init code into the driver
` [U-Boot] [PATCH 21/57] x86: ivybridge: Set up the thermal target correctly
` [U-Boot] [PATCH 22/57] x86: ivybridge: Drop the dead MTRR code
` [U-Boot] [PATCH 23/57] x86: ivybridge: Move early init code into northbridge.c
` [U-Boot] [PATCH 24/57] x86: Make x86_init_cpus() static
` [U-Boot] [PATCH 25/57] x86: Don't show an error when the MRC cache is up to date
` [U-Boot] [PATCH 26/57] x86: Bring up northbridge, pch and lpc after the CPUs
` [U-Boot] [PATCH 27/57] x86: ivybridge: Move northbridge and PCH init into drivers
` [U-Boot] [PATCH 28/57] x86: ivybridge: Use driver model PCI API in bd82x6x_pci_init()
` [U-Boot] [PATCH 29/57] x86: ivybridge: Use driver model PCI API in bd82x6x.c
` [U-Boot] [PATCH 30/57] x86: ivybridge: Move northbridge setup to the northbridge driver
` [U-Boot] [PATCH 31/57] ahci: Add an AHCI uclass
` [U-Boot] [PATCH 32/57] x86: ivybridge: Do the SATA init before relocation
` [U-Boot] [PATCH 33/57] x86: ivybridge: Drop the unused bd82x6x_init_extra()
` [U-Boot] [PATCH 34/57] x86: ivybridge: Use the SATA driver to do the init
` [U-Boot] [PATCH 35/57] x86: ivybridge: Use driver model PCI API in sata.c
` [U-Boot] [PATCH 36/57] x86: ivybridge: Move lpc_enable() into gma.c
` [U-Boot] [PATCH 37/57] x86: ivybridge: Move LPC init into LPC init() method
` [U-Boot] [PATCH 38/57] x86: ivybridge: Drop the special PCI driver
` [U-Boot] [PATCH 39/57] x86: ivybridge: Convert lpc init code to DM PCI API
` [U-Boot] [PATCH 40/57] x86: Enable DM_USB for link and panther
` [U-Boot] [PATCH 41/57] x86: i2c: Add a stub driver for Intel I2C/SMbus
` [U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init
` [U-Boot] [PATCH 43/57] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
` [U-Boot] [PATCH 44/57] x86: ivybridge: Convert dram_init() "
` [U-Boot] [PATCH 45/57] x86: ivybridge: Convert sdram_initialise() "
` [U-Boot] [PATCH 46/57] x86: chromebook_link: Enable the syscon uclass
` [U-Boot] [PATCH 47/57] x86: ivybridge: Convert SDRAM init to use driver model
` [U-Boot] [PATCH 48/57] x86: ivybridge: Convert report_platform to DM PCI API
` [U-Boot] [PATCH 49/57] x86: ivybridge: Convert pch.c to use "
` [U-Boot] [PATCH 50/57] x86: ivybridge: Move code from pch.c to bd82x6x.c
` [U-Boot] [PATCH 51/57] x86: ivybridge: Sort out the calls to bridge_silicon_revision()
` [U-Boot] [PATCH 52/57] x86: ivybridge: Convert EHCI init to use the DM PCI API
` [U-Boot] [PATCH 53/57] x86: ivybridge: Drop XHCI support
` [U-Boot] [PATCH 54/57] x86: ivybridge: Drop the SMM-locking code
` [U-Boot] [PATCH 55/57] x86: Set up a shared syscon numbering schema
` [U-Boot] [PATCH 56/57] x86: ivybridge: Use syscon for the GMA device
` [U-Boot] [PATCH 57/57] x86: fdt: Drop the unused compatible strings in fdtdec

[U-Boot] [linux-sunxi] Mainline U-Boot, EHCI, usbkbd not working (workaround)
 2015-12-13 10:30 UTC  (2+ messages)

[U-Boot] how to specify a URL to keep up with u-boot git repo files?
 2015-12-13 10:12 UTC 

[U-Boot] [PATCH 0/6] usb: dwc2: add SPLIT transaction support
 2015-12-13  4:48 UTC  (14+ messages)
` [U-Boot] [PATCH 1/6] usb: dwc2: avoid out of bounds access
` [U-Boot] [PATCH 2/6] usb: dwc2: Handle NAK during CONTROL DATA and STATUS stage
` [U-Boot] [PATCH 3/6] usb: dwc2: determine TT hub address and port for split transactions
` [U-Boot] [PATCH 4/6] usb: dwc2: add helper function for setting SPLIT HC registers
` [U-Boot] [PATCH 5/6] usb: dwc2: add support for SPLIT transactions
` [U-Boot] [PATCH 6/6] usb: dwc2: remove no longer used wait_for_chhltd()

[U-Boot] [PATCH 0/2] arm: lpc32xx: use driver model serial console drivers
 2015-12-13  0:48 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arm: lpc32xx: switch serial console to driver model
` [U-Boot] [PATCH 2/2] arm: lpc32xx: switch SPL builds "

[U-Boot] [PATCH 01/11] drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
 2015-12-13  0:29 UTC  (11+ messages)
` [U-Boot] [PATCH 02/11] drivers/spi/kirkwood_spi: Fix debugging with CONFIG_DM_SPI
` [U-Boot] [PATCH 03/11] mvebu: Fix for non-DM ehci-marvell support
` [U-Boot] [PATCH 04/11] README: Review the u-boot porting guide list
` [U-Boot] [PATCH 05/11] axp: Fix debugging support in DDR3 write leveling
` [U-Boot] [PATCH 06/11] drivers/pci/pci_mvebu: Fix for boards with X4 lanes
` [U-Boot] [PATCH 07/11] mvebu: Fix shortcoming of Marvell BSP board detection
` [U-Boot] [PATCH 08/11] drivers/ddr/marvell: Default DRAM_ECC to 0
` [U-Boot] [PATCH 09/11] mvebu: Add rudimental MV78320 support
` [U-Boot] [PATCH 10/11] mvebu: Support Synology DS414
` [U-Boot] [PATCH 11/11] common: Implement Synology specific command set

[U-Boot] [PATCH 00/11] Add support for Synology DS414 and some related fixes
 2015-12-13  0:29 UTC 

[U-Boot] [PATCH v2 1/4] arm: socfpga: cyclone5-socdk: Enabling U-Boot environment in QSPI
 2015-12-13  0:16 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/4] arm: socfpga: arria5-socdk: "
` [U-Boot] [PATCH v2 3/4] arm: socfpga: sockit: "
` [U-Boot] [PATCH v2 4/4] arm: socfpga: socrates: "

[U-Boot] [PATCH V2] arm: novena: Switch novena to config_distro_bootcmd
 2015-12-12 23:16 UTC  (2+ messages)

[U-Boot] Very confusing variable=name behaviour
 2015-12-12 21:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] sunxi: support for a second SD card socket
 2015-12-12 20:31 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3
` [U-Boot] [PATCH 2/2] sunxi: Enable a second mmc socket as boot target in the environment

[U-Boot] [PATCH] FSL espi: Return all data read from device unmodified
 2015-12-12 17:10 UTC  (3+ messages)
` [U-Boot] [PATCH v3] spi: fsl_espi: "

[U-Boot] [PATCH] serial: lpc32xx hsuart: port driver to driver model
 2015-12-12 17:04 UTC 

[U-Boot] [PATCH 0/2] Change DM_SEQ_ALIAS to be configurable for SPL
 2015-12-12 15:38 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] spl: dm: Add SPL_DM_SEQ_ALIAS config option

[U-Boot] [PATCH v2] ARM: mxs: allow boards to select DC-DC switching clock source
 2015-12-12 15:33 UTC  (4+ messages)

[U-Boot] [PATCH] am335x_evm: Don't undef CONFIG_BOOTDELAY
 2015-12-12  9:27 UTC 

[U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly
 2015-12-12  9:14 UTC 

[U-Boot] Pull request: u-boot-spi/master
 2015-12-12  1:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2015-12-12  1:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2015-12-12  1:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] am335x_evm.h: unsed CONFIG_BOOTDELAY
 2015-12-11 21:53 UTC  (6+ messages)
` [U-Boot] [PATCH 3/3] omap4_panda: Convert to config_distro_bootcmd.h

[U-Boot] [PATCH v2] imx_common: check for Serial Downloader in spl_boot_device
 2015-12-11 20:45 UTC  (6+ messages)

[U-Boot] [PATCH V2 1/1] Revert "spi: fsl_qspi: Use GENMASK"
 2015-12-11 18:54 UTC  (4+ messages)

[U-Boot] dm: Introduce SPI-NOR framework
 2015-12-11 16:57 UTC  (5+ messages)

[U-Boot] [PATCH v10 01/14] sf: spi_flash_validate_params => spi_flash_scan
 2015-12-11 16:47 UTC  (4+ messages)
` [U-Boot] [PATCH v10 02/14] sf: Move spi_flash_scan code to sf_ops

[U-Boot] [PATCH v8 00/14] sf: Tuning spi-flash layer
 2015-12-11 16:45 UTC  (2+ messages)


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