public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-06-08 16:43:47 to 2016-06-10 03:45:35 UTC [more...]

[U-Boot] [PATCH v2 0/9] cmd: fdt: Add device tree overlays support
 2016-06-10  3:45 UTC  (20+ messages)
` [U-Boot] [PATCH v2 1/9] cmd: fdt: Narrow the check for fdt addr
` [U-Boot] [PATCH v2 2/9] scripts: Makefile.lib: Sanitize DTB names
` [U-Boot] [PATCH v2 3/9] vsprintf: Include stdarg for va_list
` [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 6/9] libfdt: Add max phandle retrieval function
` [U-Boot] [PATCH v2 7/9] libfdt: Add overlay application function
` [U-Boot] [PATCH v2 8/9] cmd: fdt: add fdt overlay application subcommand
` [U-Boot] [PATCH v2 9/9] tests: Introduce DT overlay tests

[U-Boot] [PATCH v2 0/3] Add USB EHCI support for ls1012aqds
 2016-06-10  3:41 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/3] drivers: usb: fsl: add USB ULPI init code
` [U-Boot] [PATCH v2 2/3] config: ls1012aqds: Add USB EHCI support for ls1012aqds
` [U-Boot] [PATCH v2 3/3] armv8: ls1012a: Added CSU assignment for USB2

[U-Boot] [PATCH 1/3] serial: 16550: Add getfcr accessor
 2016-06-10  2:48 UTC  (15+ messages)
` [U-Boot] [PATCH 2/3] serial: 16550: Add port type as driver data
` [U-Boot] [PATCH 3/3] serial: 16550: Add Ingenic JZ4780 support
      ` [U-Boot] [PATCH V2 1/3] serial: 16550: Add getfcr accessor
          ` [U-Boot] [PATCH V3 "
              ` [U-Boot] [PATCH V4 "

[U-Boot] [PATCH v2] mkimage: fit: spl: Add an optional static offset for external data
 2016-06-10  2:47 UTC  (4+ messages)

[U-Boot] [PATCH v2] verified-boot: Minimal support for booting U-Boot proper from SPL
 2016-06-10  2:44 UTC  (2+ messages)

[U-Boot] [PATCH v2] sunxi: Support booting from SPI flash
 2016-06-10  2:42 UTC  (4+ messages)

[U-Boot] [PATCH v3] mkimage: fit: spl: Add an optional static offset for external data
 2016-06-10  2:38 UTC 

[U-Boot] [PATCH] mmc: Tinification of the mmc code
 2016-06-10  2:07 UTC  (6+ messages)
      ` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 1/7] mtd: nand: Remove jz4740 driver
 2016-06-10  2:07 UTC  (4+ messages)
` [U-Boot] [PATCH 5/7] mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data

[U-Boot] [PATCH] net: Allow setenv to set net global variables
 2016-06-10  1:40 UTC 

[U-Boot] [PATCH 4/4] Make FIT support really optional
 2016-06-10  1:09 UTC  (9+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] verified-boot: Minimal support for booting U-Boot proper from SPL
 2016-06-10  1:06 UTC  (9+ messages)

[U-Boot] [RFC][PATCH] arm: rk: Drop SYS_MALLOC_F and SPL_SYS_MALLOC_SIMPLE
 2016-06-10  0:59 UTC  (9+ messages)

[U-Boot] [PATCH v2] serial: atmel_usart: Add device tree support
 2016-06-10  0:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Prepare U-Boot for more Amlogic boards
 2016-06-10  0:36 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] configs: gxbb: Introduce a common config header file
` [U-Boot] [PATCH 2/2] board: amlogic: Rename folder for Amlogic boards

[U-Boot] [PATCH 0/8] x86: baytrail: Various fixes to pinctrl driver to enable SD in Linux
 2016-06-10  0:36 UTC  (25+ messages)
` [U-Boot] [PATCH 1/8] x86: ich6_gpio: Output return value of syscon_get_by_driver_data()
` [U-Boot] [PATCH 2/8] x86: baytrail: Add 'reg' property in the pinctrl node
` [U-Boot] [PATCH 3/8] x86: baytrail: Change fsp, emmc-boot-mode to "auto"
` [U-Boot] [PATCH 4/8] x86: baytrail: Configure card detect pin of the SD controller
` [U-Boot] [PATCH 5/8] x86: Update x86-pinctrl driver device-tree-bindings doc
` [U-Boot] [PATCH 6/8] x86: Enable regmap and syscon for coreboot and qemu-x86
` [U-Boot] [PATCH 7/8] x86: Probe pinctrl driver in cpu_init_r()
` [U-Boot] [PATCH 8/8] x86: broadwell: gpio: Remove the codes to set up pin control

[U-Boot] [RFC PATCH] cmd: gpt: add - partition size parsing
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH] spl: fit: Fix non-matching DT names console output
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH v3] mmc: atmel_sdhci: Convert to the driver model support
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH v3] dm: at91: Add driver model support for the spi driver
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/5] ARM: AT91: Add AT91 PIO4 pinctrl driver and gpio driver with DM
 2016-06-10  0:35 UTC  (11+ messages)
` [U-Boot] [PATCH v4 1/5] gpio: atmel_pio4: Move PIO4 definitions to head file
` [U-Boot] [PATCH v4 2/5] gpio: atmel_pio4: Rework to support DM & DT
` [U-Boot] [PATCH v4 3/5] pinctrl: at91-pio4: Add pinctrl driver
` [U-Boot] [PATCH v4 4/5] atmel: Bring in at91 pio4 device tree file and bindings
` [U-Boot] [PATCH v4 5/5] configs: sama5d2_xplained: Add #ifndef before CONFIG_ATMEL_PIO4

[U-Boot] [PATCH v2 0/4] armv8/fsl-layerscape: add dwc3 gadget driver support
 2016-06-10  0:35 UTC  (5+ 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 v2 14/18] at91: mtd: nand: Add dev_warn() to correct build error in driver
 2016-06-10  0:35 UTC  (3+ messages)
` [U-Boot] [PATCH] linux/compat.h: add dev_warn()

[U-Boot] [PATCH] dm: atmel: Add driver model support for the ehci driver
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH] i2c_eeprom: Add reading support
 2016-06-10  0:35 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/2] powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
 2016-06-10  0:35 UTC  (3+ messages)

[U-Boot] [PATCH] dm: gpio: MPC85XX GPIO platform data support
 2016-06-10  0:34 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/2] common: usb_storage : Implement logic to calculate optimal
 2016-06-10  0:34 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/2] common: usb_storage: Make common function for usb_stor_read/usb_stor_write
` [U-Boot] [PATCH v4 2/2] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks

[U-Boot] [PATCH v2 0/2] clk: at91: Add new clock driver
 2016-06-10  0:34 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] clk: clk-uclass: Add post binding for CLK uclass
` [U-Boot] [PATCH v2 2/2] clk: at91: Add new clock driver

[U-Boot] [PATCH v2 1/2] nand: nand torture: follow sync with linux v4.6
 2016-06-09 22:20 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/2] nand: extend nand torture

[U-Boot] [RFC] x86: baytrail: azalia DT configuration mock-up
 2016-06-09 20:57 UTC 

[U-Boot] [PATCH] sandbox: gpio: doc: Fix parameter documentation
 2016-06-09 19:20 UTC  (3+ messages)

[U-Boot] [PATCH] lib/libfdt/: General aesthetic/style fixes
 2016-06-09 19:20 UTC  (3+ messages)

[U-Boot] [PATCH] gpio: pca953x: Fix register reading past 8th GPIO
 2016-06-09 19:20 UTC  (4+ messages)

[U-Boot] [PATCH] dm: add manual relocation for devices
 2016-06-09 19:20 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/3] mx6slevk: Avoid hardcoded RAM size
 2016-06-09 18:32 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] mx6sxsabreauto: "
` [U-Boot] [PATCH v2 3/3] mx6sxsabresd: "

[U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI
 2016-06-09 18:15 UTC 

[U-Boot] [PATCH v3 7/7] siemens,am33x: add draco etamin board
 2016-06-09 18:04 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,7/7] "

[U-Boot] [PATCH v3 6/7] dfu, nand, ubi: fix erasing after write finish
 2016-06-09 18:04 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 5/7] am335x, dxr2: get ECC sType from I2C eeprom
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/7] mtd: nand: omap: allow to switch to BCH16
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/7] nand: add nand mtd concat support
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,3/7] "

[U-Boot] [PATCH v3 2/7] ubi: add new ubi command "ubi detach"
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,2/7] "

[U-Boot] [PATCH v3 1/7] siemens,am33x: add ubi fastmap support
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, 1/7] siemens, am33x: "

[U-Boot] [PATCH v3 12/12] am335x, shc: add support for the am335x based bosch shc board
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 11/12] doc, spl, am335x: update am335x-network
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 10/12] armv7: omap-common: make SPL board_mmc_init() weak
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 09/12] mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 08/12] mmc: revert mmc: Handle switch error status bit in MMC card status
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 07/12] bootstage: call show_boot_progress also in SPL
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 06/12] arm, am335x: Enable Spread Spectrum for the MPU
 2016-06-09 18:03 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 05/12] am335x: add some missing CM_CLKMODE_DPLL_SSC macros
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 04/12] arm, am335x: add some missing GPIO register definitions
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 03/12] power, tps65217: add some defines
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,03/12] "

[U-Boot] [PATCH v3 02/12] tests: py: disable main_signon check for printenv cmd
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
 2016-06-09 18:02 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v2] tiny-printf: Correct the snprintf() implementation
 2016-06-09 18:02 UTC  (4+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-06-09 18:02 UTC  (2+ messages)

[U-Boot] [PATCH] warp7: Fix DFU support
 2016-06-09 17:54 UTC 

[U-Boot] [PATCH 0/5] ARM: AM57xx: Enable fit support
 2016-06-09 17:52 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] mx6slevk: Avoid hardcoded RAM size
 2016-06-09 17:38 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mx6sxsabreauto: "
` [U-Boot] [PATCH 3/3] mx6sxsabresd: "

[U-Boot] x86: acpi: Disabling SoC functions defined in ASL on a per board basis
 2016-06-09 17:17 UTC 

[U-Boot] NFSv2 => NFSv3
 2016-06-09 16:20 UTC  (3+ messages)

[U-Boot] [PATCH] libfdt: Add option to disable arch_fixup_fdt() calls
 2016-06-09 14:40 UTC  (4+ messages)

[U-Boot] [PATCH] arc: Update data accessors with use of memory barriers
 2016-06-09 13:31 UTC 

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

[U-Boot] [PATCH] arc/cache: Flush & invalidate all caches right before enabling IOC
 2016-06-09 13:01 UTC 

[U-Boot] [PATCH] arc/cache: really do invalidate_dcache_all() even if IOC exists
 2016-06-09 13:00 UTC 

[U-Boot] [PATCH] board: axs10x: Flush entire cache after programming reset vector
 2016-06-09 13:00 UTC 

[U-Boot] [PATCH 1/2] MIPS: Fix invalidate_dcache_range to operate on L1 Dcache
 2016-06-09 12:09 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex

[U-Boot] [PATCH v3] splash_source: add support for ubifs formatted nand
 2016-06-09 11:26 UTC  (2+ messages)

[U-Boot] SPI-flash write problem with SST25VF016B
 2016-06-09 11:25 UTC 

[U-Boot] U-Boot Minnowboard Max USB3.0 port not powering up
 2016-06-09 10:57 UTC 

[U-Boot] [PATCH] wandboard: enable SATA with imx6q
 2016-06-09  8:33 UTC 

[U-Boot] [PATCH] sunxi: Add the ability to pass (script) filesize in the SPL header
 2016-06-09  5:37 UTC  (6+ messages)
` [U-Boot] [PATCH v2] sunxi: Add the ability to recognize and auto-import uEnv-style data
      ` [U-Boot] [PATCH v3] sunxi: FEL - "

[U-Boot] Továbbítás: u-boot
 2016-06-09  4:38 UTC  (2+ messages)

[U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve
 2016-06-09  3:51 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Add USB EHCI support for ls1012aqds
 2016-06-09  3:16 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] drivers: usb: fsl: add USB ULPI init code

[U-Boot] [PATCH v3] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks
 2016-06-09  3:16 UTC  (5+ messages)

[U-Boot] [PATCH] tiny-printf: Correct the snprintf() implementation
 2016-06-09  2:46 UTC 

[U-Boot] [PATCH 0/6] sunxi: Add NAND controller driver
 2016-06-09  0:44 UTC  (9+ messages)
` [U-Boot] [PATCH 3/6] mtd: nand: Add the sunxi "

[U-Boot] [PATCH 1/2] nand: fix nand torture to use changed mtd api
 2016-06-08 23:41 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] nand: extend nand torture

[U-Boot] [PATCH v2] mx6: Add Phytec PCM058 i.MX6 Quad
 2016-06-08 23:39 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: uniphier: insert dsb barrier to ensure visibility of store
 2016-06-08 23:24 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] ARM: uniphier: some more UniPhier updates for v2016.07-rc2
 2016-06-08 23:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: uniphier: support eMMC boot for PH1-LD11 and PH1-LD20
 2016-06-08 23:22 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: uniphier: fix boot mode for PH1-LD11

[U-Boot] [PATCH] mx6qsabreauto: Avoid hardcoded RAM size
 2016-06-08 20:48 UTC  (3+ messages)

[U-Boot] [PATCH] mx6sabresd: Allow LVDS backlight to be functional after a kernel reboot
 2016-06-08 20:47 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: board: cm-fx6: fix mmc for old revisions of utilite
 2016-06-08 19:02 UTC 

[U-Boot] [PATCH v2 0/6] sunxi: Add NAND controller driver
 2016-06-08 16:43 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/6] mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND
` [U-Boot] [PATCH v2 6/6] sunxi: Enable NAND controller on the CHIP


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