public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-18 01:27:34 to 2015-11-19 08:13:09 UTC [more...]

[U-Boot] [PATCH] Revert "net: phy: delay only if reset handler is registered"
 2015-11-19  8:13 UTC  (6+ messages)

[U-Boot] [PATCH 00/12] ns16550: add generic binding to unify the drivers
 2015-11-19  7:17 UTC  (35+ messages)
` [U-Boot] [PATCH 01/12] debug_uart: restore ns16550 as default
` [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 07/12] ns16550: unify serial_rockchip
` [U-Boot] [PATCH v2 00/13] ns16550: add generic binding to unify the drivers
  ` [U-Boot] [PATCH v2 01/13] debug_uart: restore ns16550 as default
  ` [U-Boot] [PATCH v2 02/13] ns16550: change map_sysmem to map_physmem
  ` [U-Boot] [PATCH v2 03/13] ns16550: add generic binding to unify the drivers
  ` [U-Boot] [PATCH v2 04/13] ns16550: unify serial_x86
  ` [U-Boot] [PATCH v2 05/13] ns16550: unify serial_ppc
  ` [U-Boot] [PATCH v2 06/13] ns16550: unify serial_rockchip
  ` [U-Boot] [PATCH v2 07/13] ns16550: unify serial_keystone
  ` [U-Boot] [PATCH v2 08/13] ns16550: unify serial_dw
  ` [U-Boot] [PATCH v2 09/13] ns16550: unify serial_tegra
  ` [U-Boot] [PATCH v2 10/13] ns16550: unify serial_omap
  ` [U-Boot] [PATCH v2 11/13] ns16550: zap CONFIG_NS16550_SERIAL
  ` [U-Boot] [PATCH v2 12/13] ns16550: move CONFIG_SYS_NS16550 to Kconfig
  ` [U-Boot] [PATCH v2 13/13] nios2: 10m50: change to ns16550 uart

[U-Boot] [PATCH v3 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-19  7:05 UTC  (17+ messages)
` [U-Boot] [PATCH v3 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
` [U-Boot] [PATCH v3 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
` [U-Boot] [PATCH v3 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion
` [U-Boot] [PATCH v3 04/16] dm: core: Add a new api to get indexed device address
` [U-Boot] [PATCH v3 05/16] spi: Add support for dual and quad mode
` [U-Boot] [PATCH v3 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v3 07/16] dts: dra7: add spi alias for qspi
` [U-Boot] [PATCH v3 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model
` [U-Boot] [PATCH v3 09/16] arm: dts: dra7: add qspi register maps for memory map and control module
` [U-Boot] [PATCH v3 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash
` [U-Boot] [PATCH v3 11/16] drivers: mtd: spi: sf_probe: add compatible for Macronix "
` [U-Boot] [PATCH v3 12/16] defconfig: dra72_evm: enable spi driver model
` [U-Boot] [PATCH v3 13/16] defconfig: dra74_evm: "
` [U-Boot] [PATCH v3 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v3 15/16] arm: dts: am4372: add qspi register maps for memory map
` [U-Boot] [PATCH v3 16/16] defconfig: am437x_sk_evm: enable spi driver model

[U-Boot] Pull request: u-boot-ubi/master
 2015-11-19  6:37 UTC 

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

[U-Boot] [PATCH v6 00/23] Bring up rk3036 uboot
 2015-11-19  5:49 UTC  (5+ messages)

[U-Boot] [PATCH 0/6] gpt: command: Add support for "gpt verify" command
 2015-11-19  5:45 UTC  (15+ messages)
` [U-Boot] [PATCH 1/6] gpt: command: Remove duplicated check for empty partition description
` [U-Boot] [PATCH 2/6] gpt: command: cosmetic: Replace printf with puts
` [U-Boot] [PATCH 3/6] gpt: doc: README: Update README entry for gpt verify extension
` [U-Boot] [PATCH 4/6] gpt: doc: Update gpt command's help description
` [U-Boot] [PATCH 5/6] gpt: part: Definition and declaration of GPT verification functions
` [U-Boot] [PATCH 6/6] gpt: command: Extend gpt command to support GPT table verification

[U-Boot] [PATCH 1/5][v2] armv8: usec2ticks function defined
 2015-11-19  5:41 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5][v2] armv8: Make SEC read/write as snoopable for LS1043
` [U-Boot] [PATCH 3/5] Data type defined for pointer addresses
` [U-Boot] [PATCH 4/5][v2] armv8/ls1043ardb: SECURE BOOT target added for NOR
` [U-Boot] [PATCH 5/5][v2] drivers/crypto/fsl: fix endianness issue in RNG

[U-Boot] [PATCH v8 19/23] rockchip: rk3036: Add core Soc start-up code
 2015-11-19  4:50 UTC  (3+ messages)
` [U-Boot] [PATCH v8 20/23] rockchip: Add basic support for evb-rk3036 board
` [U-Boot] [PATCH v8 21/23] rockchip: Add max spl size & spl header configs

[U-Boot] MicroBlaze target: Where should CONFIG_SPI_FLASH_BAR be defined?
 2015-11-19  1:58 UTC 

[U-Boot] [PATCH] pci: fix address range check in __pci_hose_phys_to_bus()
 2015-11-19  1:47 UTC  (4+ messages)

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

[U-Boot] [PATCH] Don't try to stat() a colon separated list of files in multi or script mode
 2015-11-19  0:37 UTC 

[U-Boot] [PATCH v2] armv8: fsl-layerscale: Rewrite reserving memory for MC and debug server
 2015-11-18 23:01 UTC  (5+ messages)

[U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API
 2015-11-18 22:52 UTC  (50+ 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] ARM: tegra: refactor common Kconfig options
 2015-11-18 22:52 UTC 

[U-Boot] [PATCH 2/2] itest: add missing break statements to evalexp()
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] test: fat: add error-checking to non-contig test
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 15/15] km/powerpc: fix ft_board_setup prototype for km82xx & km83xx
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 14/15] powerpc/83xx: add support for kmtegr1 board
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 13/15] km8309: change the default QE_FW address
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 12/15] km83xx: use CONFIG_ENV_ADDR for the newenv env command
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 11/15] board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader
 2015-11-18 22:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 10/15] powerpc/km8360: fix the ODT parameters for CS0
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 09/15] powerpc/km8309: define CONFIG_SYS_DDRCDR
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 08/15] powerpc/km8321: define CONFIG_SYS_DDRCDR
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 07/15] km/powerpc82xx: remove unused function
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 06/15] km/powerpc: remove unneeded defines
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,06/15] "

[U-Boot] [PATCH v2 05/15] km/powerpc: move open firmware defines to km-powerpc.h
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 04/15] km/powerpc: increase space for kernel imange and FDT blob
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 03/15] powerpc/82xx/km: add testpin detection for mgcoge3ne
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 02/15] powerpc/82xx: make set/get_pin for km82xx more flexible
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 01/15] powerpc/83xx: add support for kmtepr2 board
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] Fix sandbox build on Ubuntu 10.04
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 4/4] km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode
 2015-11-18 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] km/scripts: load fdt_bid_kwkey.dtb when working with tftp
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] km: update the boot script to check for a DTB
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] km/common: stop u-boot only if someone press <SPACE>
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 4/4] arm/km_kirkwood: fix the #ifdef for KM_COGE5UN dip switch
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] arm/mgcoge3un: check dip_switch at startup
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] arm/km: Fix LED configuration for 88E1118R PHY (PIGGY3)
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] arm/km_kirkwood: remove KM_ENV_BUS and use CONFIG_I2C_ENV_EEPROM_BUS
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v3] board_init: Change the logic to setup malloc_base
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] board/ti/am335x: add support for BeagleBone Green
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] common: add CMD_GPIO to Kconfig
 2015-11-18 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] git-mailrc: Add Bin as a maintainer of x86
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] omap3: cm-t3517: add board specific get_board_rev()
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V4 13/13] spl: mmc: add support for BOOT_DEVICE_MMC2
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 12/13] arm: mx6: cm-fx6: define fallback boot devices for spl
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 11/13] spl: announce boot devices
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot,V4,11/13] "

[U-Boot] [PATCH V4 10/13] spl: add support for alternative boot device
 2015-11-18 22:34 UTC  (3+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 09/13] common: spl: move image load to its own function
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 08/13] spl: change return values of spl_*_load_image()
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 07/13] spl: mmc: get rid of emmc boot code duplication
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 06/13] spl: mmc: move fs boot into its own function
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 05/13] spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
 2015-11-18 22:34 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 04/13] spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 03/13] spl: mmc: refactor device location code to its own function
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 02/13] spl: mmc: add break statements in spl_mmc_load_image()
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, V4, "

[U-Boot] [PATCH V4 01/13] spl: nand: remove code duplication
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot,V4,01/13] "

[U-Boot] [PATCH] Allow fw env tools to be available as library
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] board: ti: beagle_x15: Rename to indicate support for TI am57xx evms
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] tools/env: allow config filename to be passed via command line argument
 2015-11-18 22:33 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [RESEND PATCH v5 1/6] cgtqmx6eval: Add SPI NOR flash support
 2015-11-18 21:20 UTC  (3+ messages)

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

[U-Boot] [PATCH] fs: ext4: Prevent infinite loop in ext4fs_iterate_dir
 2015-11-18 17:42 UTC 

[U-Boot] [PATCH v7 15/23] rockchip: mmc: use non-removable property to distinguish emmc and sdcard register
 2015-11-18 17:22 UTC  (2+ messages)

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

[U-Boot] [PATCH 1/4] armv8: usec2ticks function defined
 2015-11-18 16:57 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] armv8: Make SEC read/write as Snoopable for LS1043
` [U-Boot] [PATCH 3/4] armv8/ls1043ardb: SECURE BOOT target added for NOR
` [U-Boot] [PATCH 4/4] drivers/crypto/fsl: fix endianness issue in RNG

[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-11-18 15:54 UTC  (4+ messages)
` [U-Boot] [PATCH v2 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
 2015-11-18 15:53 UTC  (4+ messages)

[U-Boot] [PATCH v2] usb: add support for generic EHCI devices
 2015-11-18 15:26 UTC 

[U-Boot] [PATCH v0 0/5] Some improvements for mvebu/a38x
 2015-11-18 14:51 UTC  (6+ messages)
` [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support

[U-Boot] [PATCH V2 00/12] Series to move headers to a consistent include location
 2015-11-18 13:58 UTC  (3+ messages)
` [U-Boot] [PATCH V2 06/12] board: keymile: Move common headers to board-common directory

[U-Boot] [PULL] Please pull u-boot-nios/master
 2015-11-18 13:38 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] nios2: change ioremap to map_physmem
 2015-11-18 13:22 UTC  (2+ messages)

[U-Boot] mxs: HAB experiments
 2015-11-18 12:39 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/4] vexpress64 fixes and NOR support
 2015-11-18 10:39 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] vexpress64: compile Juno PCIe conditionally
` [U-Boot] [PATCH v2 2/4] vexpress64: use 2nd DRAM bank only on juno
` [U-Boot] [PATCH v2 3/4] vexpress64: remove #error
` [U-Boot] [PATCH v2 4/4] vexpress64: store env in flash

[U-Boot] Ethernet i210 (e1000 driver) on tegra K1
 2015-11-18 10:37 UTC  (5+ messages)

[U-Boot] (no subject)
 2015-11-18 10:15 UTC  (3+ messages)
` [U-Boot] MosChip

[U-Boot] [PATCH v2] arm: socfpga: Add SoCFPGA SR1500 board
 2015-11-18 10:06 UTC  (2+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] Cyclone 5 U-boot 2015.10
 2015-11-18  8:15 UTC  (4+ messages)

[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
 2015-11-18  6:58 UTC  (6+ messages)
` [U-Boot] [PATCH v4 05/21] sf: Make flash->flags use for generic usage

[U-Boot] [PATCH 0/6] test.py fixes & enhancements
 2015-11-18  3:20 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] test/py: require .config to exist
` [U-Boot] [PATCH 2/6] test/py: parse include/autoconf.mk for config options
` [U-Boot] [PATCH 3/6] test/py: limit outstanding TX data
` [U-Boot] [PATCH 4/6] test/py: print implicit shell prompt later
` [U-Boot] [PATCH 5/6] test/py: replace cmd_repeat.sh with Python
` [U-Boot] [PATCH 6/6] test/py: convert most of test/command_ut.c to Python


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