public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-12-07 09:02:31 to 2015-12-08 03:39:09 UTC [more...]

[U-Boot] [PATCH 00/57] dm: x86: Convert ivybridge code to use driver model
 2015-12-08  3:39 UTC  (51+ 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 1/3] serial-uclass.c: Copy at most sdev.name - 1 characters into the buffer
 2015-12-08  3:26 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sandbox: eth-raw-os.c: Ensure that our interface name is not too long
` [U-Boot] [PATCH 3/3] sandbox: sandbox_flash.c: Ensure NUL-termination on product/vendor strings

[U-Boot] Secure Boot Mode on rk3288 Radxa Rock2
 2015-12-08  3:13 UTC 

[U-Boot] [PATCH v5] arm: Add sata support on Layerscape ARMv8 board
 2015-12-08  3:04 UTC  (7+ messages)

[U-Boot] dm: Introduce SPI-NOR framework
 2015-12-08  2:52 UTC  (2+ messages)

[U-Boot] Would like to participate on the new U-Boot driver modele
 2015-12-08  2:48 UTC  (2+ messages)

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-12-08  2:46 UTC  (18+ messages)

[U-Boot] [PATCH 0/2] atmel_nand: add sama5d2 chip support, which support up to 32bit pmecc
 2015-12-08  1:32 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] atmel_nand: Add 32 bit ecc support for sama5d2 chip

[U-Boot] [PATCH 0/7] Switch rockchip firefly to using tiny-printf
 2015-12-08  0:40 UTC  (17+ 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] ns16550: change reg-shift property default to zero
 2015-12-08  0:18 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR
 2015-12-07 23:12 UTC  (4+ messages)

[U-Boot] [PATCH 1/7] arm: socfpga: Allow DWC2 UDC probing from OF
 2015-12-07 22:51 UTC  (19+ messages)
` [U-Boot] [PATCH 2/7] arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded data
` [U-Boot] [PATCH 3/7] arm: socfpga: cyclone5-socdk: "
` [U-Boot] [PATCH 4/7] arm: socfpga: de0_nano: "
` [U-Boot] [PATCH 5/7] arm: socfpga: mcvevk: "
` [U-Boot] [PATCH 6/7] arm: socfpga: sockit: "
` [U-Boot] [PATCH 7/7] arm: socfpga: socrates: "

[U-Boot] Rpi Uboot not working ; USB keyboard undetected
 2015-12-07 22:36 UTC  (4+ messages)

[U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure
 2015-12-07 21:51 UTC  (3+ messages)

[U-Boot] [PATCH v5 1/2] common: Rewrite hiding the end of memory
 2015-12-07 21:37 UTC  (2+ messages)
` [U-Boot] [PATCH v5 2/2] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server

[U-Boot] [PATCH] mkimage: Fix generating multi and script images again
 2015-12-07 20:52 UTC  (8+ messages)

[U-Boot] [PATCH 1/5][v2] armv8: usec2ticks function defined
 2015-12-07 20:31 UTC  (9+ messages)
` [U-Boot] [PATCH 3/5] Data type defined for pointer addresses

[U-Boot] [ANN] U-Boot v2016.01-rc2 released
 2015-12-07 20:12 UTC  (2+ messages)

[U-Boot] [PATCH v4] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server
 2015-12-07 19:16 UTC  (3+ messages)

[U-Boot] [GIT PULL] Zynq changes
 2015-12-07 19:06 UTC  (5+ messages)
` [U-Boot] [PATCH] CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set

[U-Boot] [PULL] u-boot-usb/master
 2015-12-07 19:05 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2015-12-07 19:05 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] block: pass block dev not num to read/write/erase()
 2015-12-07 18:38 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mmc: store hwpart in the block device
` [U-Boot] [PATCH 3/3] ums: support multiple LUNs at once

[U-Boot] [PATCH v3] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server
 2015-12-07 18:08 UTC  (7+ messages)

[U-Boot] [PATCH 1/6] arm: socfpga: de0_nano: Zap VIRTUAL_TARGET
 2015-12-07 17:46 UTC  (20+ messages)
` [U-Boot] [PATCH 4/6] arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD
` [U-Boot] [PATCH 5/6] arm: socfpga: Introduce common board code
` [U-Boot] [PATCH 6/6] arm: socfpga: Drop the board boilerplate

[U-Boot] u-boot retries with fallback to other images
 2015-12-07 17:38 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-12-07 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH 3/5] ls102xa: Enable snoop and DVM message requests

[U-Boot] [PATCH] SPI: Fix correct target name for ZynqMP
 2015-12-07 15:33 UTC  (2+ messages)

[U-Boot] [PATCH] spi: Add cadence compatible string
 2015-12-07 15:30 UTC  (2+ messages)

[U-Boot] mmc erase fails from U-Boot command line
 2015-12-07 14:50 UTC  (2+ messages)
` [U-Boot] [PATCH] mmc: update MMC_ERASE argument to match Linux kernel

[U-Boot] [PATCH] arm: socfpga: Fix cache configuration
 2015-12-07 14:47 UTC  (7+ messages)

[U-Boot] mmc erase fails from U-Boot command line
 2015-12-07 14:36 UTC  (17+ messages)

[U-Boot] [PATCH] imx_common: check for Serial Downloader in spl_boot_device
 2015-12-07 14:24 UTC  (6+ messages)

[U-Boot] [PATCH] ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register
 2015-12-07 14:05 UTC  (3+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH] imx: mx6: fix reg base address when runtime usage
 2015-12-07 14:03 UTC  (2+ messages)

[U-Boot] Samsung I2C driver
 2015-12-07 14:00 UTC  (2+ messages)

[U-Boot] [PATCH] imx: mx6: add missing return value
 2015-12-07 13:59 UTC  (3+ messages)

[U-Boot] [PATCH] imx: mx7: enable CONFIG_FSL_CLK
 2015-12-07 13:58 UTC  (2+ messages)

[U-Boot] [PATCH] mx6cuboxi: use load instead of fatload
 2015-12-07 13:53 UTC  (2+ messages)

[U-Boot] [PATCH v2] mx6sxsabresd: Fix Ethernet PHY reset sequence
 2015-12-07 13:49 UTC  (3+ messages)

[U-Boot] [PATCH 1/7] net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF
 2015-12-07 13:39 UTC  (15+ messages)
` [U-Boot] [PATCH 3/7] arm: socfpga: arria5-socdk: Remove Micrel PHY configuration
` [U-Boot] [PATCH 4/7] arm: socfpga: cyclone5-socdk: "
` [U-Boot] [PATCH 5/7] arm: socfpga: de0_nano: "
` [U-Boot] [PATCH 6/7] arm: socfpga: sockit: "
` [U-Boot] [PATCH 7/7] arm: socfpga: socrates: "
` [U-Boot] [PATCH V2 1/7] net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF

[U-Boot] [PATCH] x86: Fix PCI UART compatible string for crownbay and galileo
 2015-12-07 13:28 UTC 

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2015-12-07 13:27 UTC  (21+ messages)
` [U-Boot] [PATCH v2 09/26] dm: serial: Convert ns16550 driver to use "
` [U-Boot] [PATCH v2 10/26] dm: x86: ivybridge: Convert graphics init to use DM "
` [U-Boot] [PATCH v2 11/26] dm: Convert bios_interrupts "
` [U-Boot] [PATCH v2 12/26] dm: pci: video: Convert video and pci_rom "
` [U-Boot] [PATCH v2 13/26] dm: x86: pci: Adjust bios_run_on_x86() to use the "
` [U-Boot] [PATCH v2 14/26] dm: pci: Drop the old version of pci_find_device/s()
` [U-Boot] [PATCH v2 15/26] dm: pci: Drop the old version of pci_find_class()
` [U-Boot] [PATCH v2 18/26] dm: pci: Add driver model API functions for address mapping
` [U-Boot] [PATCH v2 21/26] dm: ahci: Convert to use new DM PCI API
` [U-Boot] [PATCH v2 23/26] dm: Convert PCI MMC over to use "

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

[U-Boot] [PATCH] mkimage : Fix generating multi and script images
 2015-12-07 13:06 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] Rockchip: USB: added usb phy control to support fastboot
 2015-12-07 12:58 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] usb: gadget: s3c_udc_otg: fixed max packet size check for ep_in in high speed

[U-Boot] fw_env.config settings for Digilent ZedBoard (Zynq 7020 Soc)
 2015-12-07 12:56 UTC  (4+ messages)

[U-Boot] [PATCH] cgtqmx6eval: Fix defconfig name
 2015-12-07 12:56 UTC  (3+ messages)

[U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig
 2015-12-07 12:53 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] usb: udc: Fix warnings on 64-bit builds
 2015-12-07 12:01 UTC  (3+ messages)

[U-Boot] [PATCH] usb: gadget: f_thor: free the allocated out request buffer
 2015-12-07 11:59 UTC 

[U-Boot] [PATCH] fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
 2015-12-07  9:39 UTC 

[U-Boot] [PATCH] dm: implement a cfi flash uclass
 2015-12-07  9:11 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/3] dm: implement a MTD uclass
  ` [U-Boot] [PATCH v5 2/3] cfi_flash: convert to driver model


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