public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-16 06:09:09 to 2015-11-17 06:20:11 UTC [more...]

[U-Boot] [PATCH v6 00/23] Bring up rk3036 uboot
 2015-11-17  6:20 UTC  (4+ messages)
` [U-Boot] [PATCH v6 01/23] rockchip: add timer driver
` [U-Boot] [PATCH v6 02/23] rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig
` [U-Boot] [PATCH v6 03/23] rockchip: rename board-spl.c to rk3288-board-spl.c

[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-17  6:14 UTC  (12+ messages)
` [U-Boot] [PATCH v2 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
` [U-Boot] [PATCH v2 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
` [U-Boot] [PATCH v2 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash

[U-Boot] [RESEND PATCH v5 1/6] cgtqmx6eval: Add SPI NOR flash support
 2015-11-17  6:07 UTC  (4+ messages)
` [U-Boot] [RESEND PATCH v5 2/6] cgtqmx6eval: Use SPI NOR to store the environment

[U-Boot] [PATCH 0/2] am43xx: Enable QUAD mode and DMA support for QSPI
 2015-11-17  6:03 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] spi: ti_qspi: Add dummy readl for bus sync
` [U-Boot] [PATCH 2/2] ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

[U-Boot] [PATCH v5] Fix board init code to respect the C runtime environment
 2015-11-17  4:11 UTC  (3+ messages)

[U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API
 2015-11-17  3:54 UTC  (26+ messages)
` [U-Boot] [PATCH 01/25] dm: pci: Mark legacy files as such
` [U-Boot] [PATCH 02/25] dm: pci: Use driver model PCI API in auto-config
` [U-Boot] [PATCH 03/25] dm: pci: Add a driver-model version of pci_find_device()
` [U-Boot] [PATCH 04/25] dm: pci: scsi: Use driver-model PCI API
` [U-Boot] [PATCH 05/25] dm: pci: Add a driver-model version of pci_find_class()
` [U-Boot] [PATCH 06/25] dm: pci: Add a function to read a PCI BAR
` [U-Boot] [PATCH 07/25] dm: serial: Convert ns16550 driver to use driver model PCI API
` [U-Boot] [PATCH 08/25] dm: x86: ivybridge: Convert graphics init to use DM "
` [U-Boot] [PATCH 09/25] dm: Convert bios_interrupts "
` [U-Boot] [PATCH 10/25] dm: pci: video: Convert video and pci_rom "
` [U-Boot] [PATCH 11/25] dm: x86: pci: Adjust bios_run_on_x86() to use the "
` [U-Boot] [PATCH 12/25] dm: pci: Drop the old version of pci_find_device()
` [U-Boot] [PATCH 13/25] dm: pci: Drop the old version of pci_find_class()
` [U-Boot] [PATCH 14/25] dm: tegra: net: Convert tegra boards to driver model for Ethernet
` [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM PCI API
` [U-Boot] [PATCH 16/25] dm: x86: Convert x86 PCI functions over to "
` [U-Boot] [PATCH 17/25] dm: pci: Add driver model API functions for address mapping
` [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API
` [U-Boot] [PATCH 19/25] dm: pci: Switch to DM API for PCI address mapping
` [U-Boot] [PATCH 20/25] dm: ahci: Convert to use new DM PCI API
` [U-Boot] [PATCH 21/25] dm: usb: Convert echi-pci "
` [U-Boot] [PATCH 22/25] dm: Convert PCI MMC over to use "
` [U-Boot] [PATCH 23/25] pci: Tidy up comments in pci_bind_bus_devices()
` [U-Boot] [PATCH 24/25] dm: net: usb: Refactor mcs7830 driver ready for DM conversion
` [U-Boot] [PATCH 25/25] dm: net: usb: Convert mcs7830 driver to support driver model

[U-Boot] [ANN] U-Boot v2016.01-rc1 released
 2015-11-17  1:41 UTC 

[U-Boot] [PATCH] tools/proftool: fix use-after-free
 2015-11-17  1:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V2 00/12] Series to move headers to a consistent include location
 2015-11-17  0:45 UTC  (14+ messages)
` [U-Boot] [PATCH V2 05/12] board: gdsys: Move common headers to board-common directory
` [U-Boot] [PATCH V2 07/12] board: LaCie: "
` [U-Boot] [PATCH V2 10/12] board: siemens: "
` [U-Boot] [PATCH V2 11/12] board: varisys: "

[U-Boot] [PATCH 00/12] ns16550: add generic binding to unify the drivers
 2015-11-17  0:35 UTC  (26+ messages)
` [U-Boot] [PATCH 01/12] debug_uart: restore ns16550 as default
` [U-Boot] [PATCH 02/12] arc: add mapping between physical and virtual address
` [U-Boot] [PATCH 03/12] ns16550: change map_sysmem to map_physmem
` [U-Boot] [PATCH 04/12] ns16550: add generic binding to unify the drivers
` [U-Boot] [PATCH 05/12] ns16550: unify serial_x86
` [U-Boot] [PATCH 06/12] ns16550: unify serial_ppc
` [U-Boot] [PATCH 07/12] ns16550: unify serial_rockchip
` [U-Boot] [PATCH 08/12] ns16550: unify serial_keystone
` [U-Boot] [PATCH 09/12] ns16550: unify serial_dw
` [U-Boot] [PATCH 10/12] ns16550: unify serial_tegra
` [U-Boot] [PATCH 11/12] ns16550: unify serial_omap
` [U-Boot] [PATCH 12/12] nios2: 10m50: change to ns16550 uart

[U-Boot] [PATCH v4 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-11-16 23:27 UTC  (6+ messages)
` [U-Boot] [PATCH v4 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI

[U-Boot] [PATCH] arc: add stubs for map_physmem() and unmap_physmem()
 2015-11-16 23:15 UTC  (8+ messages)

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
 2015-11-16 21:08 UTC  (11+ messages)
` [U-Boot] [PATCH v2 18/26] dm: usb: Remove inactive children after a bus scan

[U-Boot] [PATCH 1/4 v2] common/console.c: Drop sandbox special-case console code
 2015-11-16 21:08 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4 v2] common/console.c: Small coding style cleanup
` [U-Boot] [PATCH 3/4 v2] lib/tiny-printf.c: Add tiny printf function for space limited environments
` [U-Boot] [PATCH 4/4 v2] lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates

[U-Boot] [PATCH 0/2] rockchip: fixes in config files
 2015-11-16 21:08 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs
` [U-Boot] [PATCH 2/2] rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig

[U-Boot] [PATCH v7 01/21] include: Add log2 header from the kernel
 2015-11-16 21:07 UTC  (12+ messages)
` [U-Boot] [PATCH v7 21/21] sf: Add SPI NOR protection mechanism

[U-Boot] [PATCH] Fix sandbox build on Ubuntu 10.04
 2015-11-16 21:07 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: mxs: fix VDDD brownout setting
 2015-11-16 19:47 UTC  (3+ messages)

[U-Boot] [PATCH] vexpress64: compile Juno PCIe conditionally
 2015-11-16 18:16 UTC  (9+ messages)

[U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support
 2015-11-16 17:59 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
` [U-Boot] [PATCH 2/2] ARM: zynq: Add target for building bootable SPL image for Zynq

[U-Boot] [PULL] Please pull u-boot-imx
 2015-11-16 17:59 UTC  (2+ messages)

[U-Boot] pull-request: u-boot-sparc/series1_v2
 2015-11-16 17:59 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2015-11-16 17:59 UTC  (2+ messages)

[U-Boot] U-Boot, avr32: compiler warning with
 2015-11-16 17:40 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy()
 2015-11-16 17:32 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver

[U-Boot] [PATCH v1] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server
 2015-11-16 17:29 UTC  (5+ messages)

[U-Boot] [PATCH v4 0/2] Make most DDR non-secure in MMU while keep a small block secure
 2015-11-16 17:24 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/2] Reserve secure memory
` [U-Boot] [PATCH v4 2/2] armv8: fsl-layerscape: Make DDR non secure in MMU tables

[U-Boot] [PATCH] usb: kbd: don't use int xfers when polling via ctrl xfers
 2015-11-16 17:20 UTC  (4+ messages)

[U-Boot] [PATCH 00/17] km/powerpc: various bugfixes and support for 3 new boards
 2015-11-16 15:41 UTC  (39+ messages)
` [U-Boot] [PATCH 01/17] powerpc/83xx/km: add support for kmvect1 p1a hw version
` [U-Boot] [PATCH 02/17] powerpc/83xx: add support for kmtepr2 board
` [U-Boot] [PATCH 03/17] powerpc/82xx: make set/get_pin for km82xx more flexible
` [U-Boot] [PATCH 04/17] powerpc/82xx/km: add testpin detection for mgcoge3ne
` [U-Boot] [PATCH 05/17] km/powerpc: increase space for kernel imange and FDT blob
` [U-Boot] [PATCH 06/17] km/powerpc: move open firmware defines to km-powerpc.h
` [U-Boot] [PATCH 07/17] km/powerpc: remove unneeded defines
` [U-Boot] [PATCH 08/17] km/powerpc82xx: remove unused function
` [U-Boot] [PATCH 09/17] powerpc/km8321: define CONFIG_SYS_DDRCDR
` [U-Boot] [PATCH 10/17] powerpc/km8321: set the DDRCDR impedance settings back to half strength
` [U-Boot] [PATCH 11/17] powerpc/km8309: define CONFIG_SYS_DDRCDR
` [U-Boot] [PATCH 12/17] powerpc/km8360: fix the ODT parameters for CS0
` [U-Boot] [PATCH 13/17] board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader
` [U-Boot] [PATCH 14/17] km83xx: use CONFIG_ENV_ADDR for the newenv env command
` [U-Boot] [PATCH 15/17] km8309: change the default QE_FW address
` [U-Boot] [PATCH 16/17] powerpc/83xx: add support for kmtegr1 board
` [U-Boot] [PATCH 17/17] km/powerpc: fix ft_board_setup prototype for km82xx & km83xx

[U-Boot] mmc erase fails from U-Boot command line
 2015-11-16 15:30 UTC  (7+ messages)

[U-Boot] [PATCH v4] Fix board init code to use a valid C runtime environment
 2015-11-16 14:22 UTC  (6+ messages)

[U-Boot] [PATCH] usb: add support for generic EHCI devices
 2015-11-16 14:08 UTC  (3+ messages)

[U-Boot] U-Boot as a next bootloader in a chain - reading the kernel boot args provided by the previous stage bootlader?
 2015-11-16 12:47 UTC  (4+ messages)

[U-Boot] [PATCH V4 00/13] SPL mmc refactor and alternate boot device feature
 2015-11-16 11:50 UTC  (3+ messages)
` [U-Boot] [PATCH V4 01/13] spl: nand: remove code duplication

[U-Boot] QSPI XIP boot on am437x
 2015-11-16 11:48 UTC  (10+ messages)

[U-Boot] [PATCH 01/17] tricorder: rewrite tricordereeprom command
 2015-11-16 11:32 UTC  (34+ messages)
` [U-Boot] [PATCH 02/17] eeprom: Shuffle code around
` [U-Boot] [PATCH 03/17] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
` [U-Boot] [PATCH 04/17] eeprom: Zap CONFIG_SYS_EEPROM_X40430
` [U-Boot] [PATCH 05/17] eeprom: Zap eeprom_probe()
` [U-Boot] [PATCH 06/17] eeprom: Zap CONFIG_SPI_X
` [U-Boot] [PATCH 07/17] eeprom: Pull out the I/O code
` [U-Boot] [PATCH 08/17] eeprom: Pull out address computation
` [U-Boot] [PATCH 09/17] eeprom: Make eeprom_write_enable() weak
` [U-Boot] [PATCH 10/17] eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
` [U-Boot] [PATCH 11/17] eeprom: Suck the ifdef into eeprom_init()
` [U-Boot] [PATCH 12/17] eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
` [U-Boot] [PATCH 13/17] eeprom: Pull out transfer length computation
` [U-Boot] [PATCH 14/17] eeprom: Pull out the RW loop
` [U-Boot] [PATCH 15/17] eeprom: Add bus argument to eeprom_init()
` [U-Boot] [PATCH 16/17] eeprom: Add support for selecting i2c bus
` [U-Boot] [PATCH 17/17] eeprom: Clean up checkpatch issues

[U-Boot] [PATCH v6 1/2] usb: zynqmp: Add XHCI driver support
 2015-11-16 11:19 UTC  (2+ messages)
` [U-Boot] [PATCH v6 2/2] usb: zynqmp: Enable USB XHCI support

[U-Boot] [PATCH 0/4] Keymile common changes
 2015-11-16 11:10 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] km/common: stop u-boot only if someone press <SPACE>
` [U-Boot] [PATCH 2/4] km: update the boot script to check for a DTB
` [U-Boot] [PATCH 3/4] km/scripts: load fdt_bid_kwkey.dtb when working with tftp
` [U-Boot] [PATCH 4/4] km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode

[U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations
 2015-11-16 11:03 UTC  (6+ messages)

[U-Boot] [RFC PATCH] lib/tiny-printf.c: Add tiny printf function for space limited environments
 2015-11-16 10:29 UTC  (3+ messages)

[U-Boot] [PATCH v5 1/2] usb: zynqmp: Add XHCI driver support
 2015-11-16  9:26 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] net: e1000: Remove dead codes wrapped by #if 0
 2015-11-16  9:19 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] net: e1000: Remove CONFIG_MVBC_1G
` [U-Boot] [PATCH 3/3] net: e1000: Mark _disable_wr() and _write_status() as __maybe_unused

[U-Boot] PSCI for H3
 2015-11-16  6:26 UTC  (2+ messages)
` [U-Boot] Fwd: "


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