public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-06-12 22:01:26 to 2016-06-14 05:07:54 UTC [more...]

[U-Boot] arc: axs103 compile broken ?
 2016-06-14  5:07 UTC 

[U-Boot] [PATCH v2 0/4] armv8/fsl-layerscape: add dwc3 gadget driver support
 2016-06-14  4:11 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/4] usb: dwc3: Add helper functions to enable snooping and burst settings
` [U-Boot] [PATCH v2 3/4] armv8/fsl-layerscape: add dwc3 gadget driver support

[U-Boot] [PATCH v5 0/2] common: usb_storage : Implement logic to calculate optimal
 2016-06-14  3:41 UTC  (7+ messages)
` [U-Boot] [PATCH v5 1/2] common: usb_storage: Make common function for usb_stor_read/usb_stor_write
` [U-Boot] [PATCH v5 2/2] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks

[U-Boot] [PATCH] ARM: AM57xx: Enable FIT for HS Devices
 2016-06-14  3:30 UTC  (2+ messages)

[U-Boot] [RFC] x86: baytrail: azalia DT configuration mock-up
 2016-06-14  2:09 UTC  (4+ messages)

[U-Boot] U-boot Minnowmax image overlaps with region './board/intel/minnowmax/vga.bin'
 2016-06-14  2:05 UTC  (2+ messages)

[U-Boot] U-boot VESA driver Initialization
 2016-06-14  2:04 UTC  (2+ messages)

[U-Boot] MinnowMax GPIO for USB3
 2016-06-14  1:55 UTC  (3+ messages)

[U-Boot] x86: acpi: Disabling SoC functions defined in ASL on a per board basis
 2016-06-14  1:45 UTC  (4+ messages)

[U-Boot] [PATCH] net: Allow setenv to set net global variables
 2016-06-14  1:40 UTC  (8+ messages)

[U-Boot] HTTP access to u-boot-x86
 2016-06-14  1:36 UTC  (2+ messages)

[U-Boot] [PATCH] nand: doc: fix example ecc scheme calculation
 2016-06-14  0:46 UTC 

[U-Boot] [PATCH v2 0/9] cmd: fdt: Add device tree overlays support
 2016-06-14  0:25 UTC  (12+ messages)
` [U-Boot] [PATCH v2 4/9] libfdt: Add new headers and defines
` [U-Boot] [PATCH v2 5/9] libfdt: Add iterator over properties
` [U-Boot] [PATCH v2 7/9] libfdt: Add overlay application function

[U-Boot] [PATCH] dm: gpio: MPC85XX GPIO platform data support
 2016-06-13 22:17 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] net: smsc95xx: Use correct get_unaligned functions
 2016-06-13 20:59 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/2] nand: nand torture: follow sync with linux v4.6
 2016-06-13 20:19 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] nand: extend nand torture

[U-Boot] FDT on second address of android image
 2016-06-13 19:53 UTC  (4+ messages)
` [U-Boot] [RFC PATCH] common: image-fdt: support dts from the "
  ` [U-Boot] [RFC PATCH V2] "
    ` [U-Boot] [RFC PATCH V3] "

[U-Boot] [PATCH 00/27] dm: mmc: Add driver-model support for MMC operations
 2016-06-13 18:21 UTC  (30+ messages)
` [U-Boot] [PATCH 01/27] dm: mmc: dwmmc: Add comments to the dwmmc setup functions
` [U-Boot] [PATCH 02/27] rockchip: Use 'select' instead of defaults in Kconfig
` [U-Boot] [PATCH 03/27] mmc: Add function declarations for mmc_bread() and mmc_switch_part()
` [U-Boot] [PATCH 04/27] dm: mmc: Move CONFIG_BLK code into the mmc uclass
` [U-Boot] [PATCH 05/27] dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
` [U-Boot] [PATCH 06/27] mmc: Move MMC boot code into its own file
` [U-Boot] [PATCH 07/27] dm: mmc: rockchip: Support only CONFIG_BLK
` [U-Boot] [PATCH 08/27] mmc: Move tracing code into separate functions
` [U-Boot] [PATCH 09/27] rockchip: Disable CONFIG_SDHCI
` [U-Boot] [PATCH 10/27] dm: mmc: Add a way to use driver model for MMC operations
` [U-Boot] [PATCH 11/27] dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 12/27] dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards
` [U-Boot] [PATCH 13/27] rockchip: Add MAINTAINER files for kylin_rk3036, evb_rk3036
` [U-Boot] [PATCH 14/27] dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
` [U-Boot] [PATCH 15/27] dm: mmc: sdhci: Refactor configuration setup to support DM
` [U-Boot] [PATCH 16/27] dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 17/27] dm: mmc: msm_sdhci: "
` [U-Boot] [PATCH 18/27] dm: mmc: Move dragonboard410c to use "
` [U-Boot] [PATCH 19/27] dm: mmc: msmsdhic: Drop old MMC code
` [U-Boot] [PATCH 20/27] dm: spl: mmc: Support CONFIG_BLK in SPL MMC
` [U-Boot] [PATCH 21/27] dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC
` [U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header
` [U-Boot] [PATCH 23/27] zynq: Increase the early malloc() size
` [U-Boot] [PATCH 24/27] dm: zynq: usb: Convert to CONFIG_DM_USB
` [U-Boot] [PATCH 25/27] dm: mmc: zynq: Convert zynq to use driver model for MMC
` [U-Boot] [PATCH 26/27] dm: mmc: Enable DM_MMC_OPS by default with DM_MMC
` [U-Boot] [PATCH 27/27] dm: blk: Enable CONFIG_BLK if DM_MMC is enabled

[U-Boot] [PATCH] pico-imx6ul: Add USB Host support
 2016-06-13 16:49 UTC  (2+ messages)

[U-Boot] [PATCHV5 1/6] armv8: fsl-layerscape: add i/d-cache enable function to enable_caches
 2016-06-13 16:04 UTC  (7+ messages)
` [U-Boot] [PATCHV5 4/6] ARMv8/Layerscape: switch SMP method accordingly

[U-Boot] [PATCH v3 00/11] sunxi: PSCI implementation rewrite in C
 2016-06-13 15:40 UTC  (7+ messages)
` [U-Boot] [PATCH v3 11/11] sunxi: Add PSCI implementation "

[U-Boot] [PATCH RESEND 0/2 v2] Introduce hexdump
 2016-06-13 14:13 UTC  (5+ messages)
` [U-Boot] [PATCH RESEND 1/2 v2] linux-compat: Use original kern_levels.h for kernel debug levels

[U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY
 2016-06-13 13:58 UTC  (21+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: stm32: remove unused CONFIG_AUTOBOOT
` [U-Boot] [PATCH v2 2/5] autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves
` [U-Boot] [PATCH v2 3/5] tools: fix define2mk.sed to not add quotes around negative integers
` [U-Boot] [PATCH v2 4/5] autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY

[U-Boot] [Patch v4 0/5] Supporting ARM v8 USB errata for FSL
 2016-06-13 13:17 UTC  (7+ messages)
` [U-Boot] [Patch v4 1/5] arm64: fsl-layerscape: add get_svr and IS_SVR_REV helper
` [U-Boot] [Patch v4 2/5] usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers
` [U-Boot] [Patch v4 3/5] fsl: usb: make errata function common for PPC and ARM
` [U-Boot] [Patch v4 4/5] armv8/ls2080: Remove workaround for erratum A008751
` [U-Boot] [Patch v4 5/5] usb: xhci: fsl: Add workaround for USB erratum A-008751

[U-Boot] [PATCH v2 0/2] arm, am335x: siemens: enable DM/DTS support
 2016-06-13 13:16 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] arm, am335x: siemens: update etamin defconfig
` [U-Boot] [PATCH v2 2/2] arm, am335x: siemens: enable DM/DTS support

[U-Boot] Please pull ARC changes
 2016-06-13 12:43 UTC 

[U-Boot] [PATCH 1/2] board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y
 2016-06-13 12:24 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] board_f: prevent misleading "Watchdog enabled" output

[U-Boot] [PATCH] arm: Fix setjmp
 2016-06-13 12:01 UTC 

[U-Boot] [PATCH] pico-imx6ul: Add Ethernet support
 2016-06-13  9:37 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-ubi/master
 2016-06-13  7:05 UTC 

[U-Boot] BOOT_DELAY broken
 2016-06-13  6:19 UTC  (3+ messages)

[U-Boot] [PATCH] i2c_eeprom: Add reading support
 2016-06-13  6:04 UTC  (3+ messages)

[U-Boot] [PATCH] configs: Fixup after BOOTDELAY migration
 2016-06-13  5:36 UTC  (4+ messages)
` [U-Boot] [PATCH v2] configs: Fixup afet "

[U-Boot] [PATCH v2 00/55] RFC: dm: rockchip: Add support for compiled-in platform data
 2016-06-13  5:33 UTC  (56+ messages)
` [U-Boot] [PATCH v2 01/55] sandbox: Don't print a warning for CONFIG_I2C_COMPAT
` [U-Boot] [PATCH v2 02/55] README: Remove CONFIG_SYS_MALLOC_F_LEN comment
` [U-Boot] [PATCH v2 03/55] spl: Drop include of i2c.h
` [U-Boot] [PATCH v2 04/55] Makefile: Allow the SPL final link rule to be overridden
` [U-Boot] [PATCH v2 05/55] sandbox: Allow chaining from SPL to U-Boot proper
` [U-Boot] [PATCH v2 06/55] sandbox: Support building an SPL image
` [U-Boot] [PATCH v2 07/55] sandbox: Correct header file order in cpu.c
` [U-Boot] [PATCH v2 08/55] sandbox: Add some missing headers "
` [U-Boot] [PATCH v2 09/55] sandbox: Don't use PCI in SPL
` [U-Boot] [PATCH v2 10/55] sandbox: Don't include the main loop "
` [U-Boot] [PATCH v2 11/55] sandbox: Add basic SPL implementation
` [U-Boot] [PATCH v2 12/55] sandbox: Don't use IDE and iotrace in SPL
` [U-Boot] [PATCH v2 13/55] sandbox: serial: Don't sync video "
` [U-Boot] [PATCH v2 14/55] sandbox: Add a new sandbox_spl board
` [U-Boot] [PATCH v2 15/55] sandbox: Add a test device that uses of-platdata
` [U-Boot] [PATCH v2 16/55] dm: spl: Don't set up device tree with of-platdata
` [U-Boot] [PATCH v2 17/55] dm: Makefile: Build of-platdata before SPL
` [U-Boot] [PATCH v2 18/55] dm: core: Don't use device tree with of-platdata
` [U-Boot] [PATCH v2 19/55] dm: regmap: Add a dummy implementation for of-platdata
` [U-Boot] [PATCH v2 20/55] dm: syscon: Add support "
` [U-Boot] [PATCH v2 21/55] dm: sandbox: Add a simple driver to test of-platdata
` [U-Boot] [PATCH v2 22/55] dm: Add a header that provides access to the of-platdata structs
` [U-Boot] [PATCH v2 23/55] dm: clk: Add support for of-platdata
` [U-Boot] [PATCH v2 24/55] dm: serial: "
` [U-Boot] [PATCH v2 25/55] dm: Don't include fdtdec functions when of-platdata is enabled
` [U-Boot] [PATCH v2 26/55] dm: Add an option to enable the of-platdata feature
` [U-Boot] [PATCH v2 27/55] dm: Add a README for of-platdata
` [U-Boot] [PATCH v2 28/55] dm: Add a library to provide simple device-tree access
` [U-Boot] [PATCH v2 29/55] dm: Add a tool to generate C code from a device tree
` [U-Boot] [PATCH v2 30/55] dm: Makefile: Build of-platdata files when the feature is enabled
` [U-Boot] [PATCH v2 31/55] dm: Add a more efficient libfdt library
` [U-Boot] [PATCH v2 32/55] Only build the libfdt python module if 'swig' is available
` [U-Boot] [PATCH v2 33/55] tiny-printf: Support assert()
` [U-Boot] [PATCH v2 34/55] dm: spl: Bind in all devices in SPL with of-platdata
` [U-Boot] [PATCH v2 35/55] dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
` [U-Boot] [PATCH v2 36/55] dtoc: Ignore the u-boot, dm-pre-reloc property
` [U-Boot] [PATCH v2 37/55] dm: Don't attach the device tree to SPL with of-platdata
` [U-Boot] [PATCH v2 38/55] dm: core: Expand platdata for of-platdata devices
` [U-Boot] [PATCH v2 39/55] dm: core: Move regmap allocation into a separate function
` [U-Boot] [PATCH v2 40/55] dm: core: Add an implementation of regmap_init_mem_platdata()
` [U-Boot] [PATCH v2 41/55] dm: serial: ns16550: Update to support of-platdata
` [U-Boot] [PATCH v2 42/55] rockchip: serial: Add an of-platdata driver for rockchip
` [U-Boot] [PATCH v2 43/55] rockchip: Update the sdram-channel property to support of-platdata
` [U-Boot] [PATCH v2 44/55] rockchip: mmc: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v2 45/55] rockchip: mmc: Update the driver to support of-platdata
` [U-Boot] [PATCH v2 46/55] rockchip: clk: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v2 47/55] rockchip: clk: Update the rk3288 driver to support of-platdata
` [U-Boot] [PATCH v2 48/55] rockchip: pinctrl: "
` [U-Boot] [PATCH v2 49/55] rockchip: Move the MMC setup check earlier
` [U-Boot] [PATCH v2 50/55] rockchip: Don't use spl_boot_device() with of-platdata
` [U-Boot] [PATCH v2 51/55] rockchip: syscon: Update to work "
` [U-Boot] [PATCH v2 52/55] rockchip: sdram: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v2 53/55] rockchip: sdram: Update the driver to support of-platdata
` [U-Boot] [PATCH v2 54/55] rockchip: Use of-platdata for firefly-rk3288
` [U-Boot] [PATCH v2 55/55] dm: Update the of-platdata README for the new features

[U-Boot] [PATCH 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY
 2016-06-13  4:47 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves
` [U-Boot] [PATCH 3/5] tools: fix define2mk.sed to not add quotes around negative integers

[U-Boot] [PATCH] arm: dra7xx: Assign omap_vcores based on board type
 2016-06-13  3:54 UTC  (2+ messages)

[U-Boot] [Patch V2 1/3] armv8: ls1043aqds: fix to get boot device info from FPGA
 2016-06-13  3:20 UTC  (3+ messages)
` [U-Boot] [Patch V2 2/3] armv8: ls1043aqds: use configuarable clock
` [U-Boot] [Patch V2 3/3] armv8: ls1043aqds: print FPGA info early for QSPI boot

[U-Boot] pull request: u-boot-uniphier/master (moveconfig + misc)
 2016-06-12 23:03 UTC 

[U-Boot] [PATCH v2 2/2] tools: moveconfig: Add a new --git-ref option
 2016-06-12 22:31 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/4] tools: moveconfig: Fix another typo
  ` [U-Boot] [PATCH v3 2/4] tools: moveconfig: New color used for changed defconfig
  ` [U-Boot] [PATCH v3 4/4] tools: moveconfig: Add a new --git-ref option

[U-Boot] [PATCH 00/21] tools: moveconfig: many fixes, improvements, code clean-ups
 2016-06-12 22:30 UTC  (7+ messages)
` [U-Boot] [PATCH 08/21] tools: moveconfig: do not rely on type and default value given by users

[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
 2016-06-12 22:02 UTC 

[U-Boot] [PATCH v2] serial: atmel_usart: Add device tree support
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ARM: at91: Fix PMC bit definitions
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: at91: sama5: Extend boot device autodetection
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 18/18] arm: at91: Add support for gurnard
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,18/18] "

[U-Boot] [PATCH v2 17/18] fdt: Correct return value in fdtdec_decode_display_timing()
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 15/18] at91: video: Prepare for driver-model conversion
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 16/18] at91: video: Support driver-model for the LCD driver
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] linux/compat.h: add dev_warn()
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 13/18] at91: Add driver-model GPIO devices for AT91SAM9G45
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 11/18] at91: nand: Set up the ECC strength correctly
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 10/18] at91: Correct NAND ECC register access
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 09/18] arm: at91: Add a header file for the real-time clock
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 08/18] arm: at91: dts: Bring in device tree file for AT91SAM9G45
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 07/18] net: macb: Convert to driver model
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,07/18] "

[U-Boot] [PATCH v2 06/18] net: macb: Flush correct cache portion when sending
 2016-06-12 22:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "


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