messages from 2014-08-15 09:13:55 to 2014-08-19 08:28:11 UTC [more...]
[U-Boot] [UBOOT RFC PATCH 00/13] DRA7xx: Add DWC3 USB driver and enable DFU
2014-08-19 8:28 UTC (23+ messages)
` [U-Boot] [UBOOT RFC PATCH 01/13] include: linux: preparation for porting dwc3 from linux kernel
` [U-Boot] [UBOOT RFC PATCH 02/13] usb: gadget: udc-core: Add minimal udc-core "
` [U-Boot] [UBOOT RFC PATCH 03/13] ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
` [U-Boot] [UBOOT RFC PATCH 04/13] usb: dwc3: Add dwc3 driver
` [U-Boot] [UBOOT RFC PATCH 05/13] usb: dwc3-omap: Add dwc3 glue driver for OMAP
` [U-Boot] [UBOOT RFC PATCH 06/13] usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
` [U-Boot] [UBOOT RFC PATCH 07/13] usb: gadget: g_dnl: Explicitly set the max packet size in descriptor
` [U-Boot] [UBOOT RFC PATCH 08/13] common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
` [U-Boot] [UBOOT RFC PATCH 09/13] common: cmd_dfu: add an API that takes controller index for handling interrupts
` [U-Boot] [UBOOT RFC PATCH 10/13] board: ti: DRA7: added USB initializtion code
` [U-Boot] [UBOOT RFC PATCH 11/13] commom: usb: implement "__weak" functions to make compiler happy
` [U-Boot] [UBOOT RFC PATCH 12/13] include: configs: Enable DWC3 and DFU in DRA7xx
` [U-Boot] [UBOOT RFC PATCH 13/13] dwc3: core: Change the bounce buffer size to 4096
[U-Boot] [PATCH v2] buildman: Create parent directories as necessary
2014-08-19 8:22 UTC
[U-Boot] [PATCH v2] net: More BOOTP retry timeout improvements
2014-08-19 8:21 UTC
[U-Boot] [PATCH] net: More BOOTP retry timeout improvements
2014-08-19 8:06 UTC (4+ messages)
[U-Boot] [GIT PULL] Zynq patches
2014-08-19 7:57 UTC
[U-Boot] [PATCH 0/4] Introduce low-level debug for ARM architecture
2014-08-19 7:45 UTC (7+ messages)
` [U-Boot] [PATCH 1/4] vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI
` [U-Boot] [PATCH 2/4] kconfig: armv8: move CONFIG_ARM64 to Kconfig
` [U-Boot] [PATCH 3/4] arm: debug: import debug files from Linux 3.16
` [U-Boot] [PATCH 4/4] arm: debug: add Kconfig entries for lowlevel debug
[U-Boot] [PATCH v4] powerpc/t104xrdb: Add T1042RDB board support
2014-08-19 7:16 UTC
[U-Boot] [PATCH] kconfig: remove DEFCONFIG_LIST
2014-08-19 6:51 UTC (2+ messages)
[U-Boot] running test application uboot hello_world.bin
2014-08-19 6:29 UTC
[U-Boot] [PATCH v2] kconfig: convert Kconfig helper script into a shell script
2014-08-19 3:11 UTC (7+ messages)
[U-Boot] [PATCH v5 0/16] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
2014-08-19 2:55 UTC (17+ messages)
` [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support
` [U-Boot] [PATCH v5 02/16] ls102xa: i2c: Add i2c support for LS102xA
` [U-Boot] [PATCH v5 03/16] net: Merge asm/fsl_enet.h into fsl_mdio.h
` [U-Boot] [PATCH v5 04/16] net: mdio: Use mb() to be compatible for both ARM and PowerPC
` [U-Boot] [PATCH v5 05/16] ls102xa: etsec: Add etsec support for LS102xA
` [U-Boot] [PATCH v5 06/16] ls102xa: esdhc: Add esdhc "
` [U-Boot] [PATCH v5 07/16] driver/ddr/freescale: Add support of accumulate ECC
` [U-Boot] [PATCH v5 08/16] driver/ddr/freescale: Fix DDR3 driver for ARM
` [U-Boot] [PATCH v5 09/16] driver/ddr/fsl: Add support of overriding chip select write leveling
` [U-Boot] [PATCH v5 10/16] arm: ls102xa: Add basic support for LS1021AQDS board
` [U-Boot] [PATCH v5 11/16] arm: ls102xa: Add basic support for LS1021ATWR board
` [U-Boot] [PATCH v5 12/16] net: tsec: Remove tx snooping support from LS1
` [U-Boot] [PATCH v5 13/16] serial: lpuart: add 32-bit registers lpuart support
` [U-Boot] [PATCH v5 14/16] video: dcu: Add DCU driver support
` [U-Boot] [PATCH v5 15/16] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
` [U-Boot] [PATCH v5 16/16] video: dcu: Add Sii9022A HDMI Transmitter support
[U-Boot] [PATCH] arm: tegra: initial support for apalis t30
2014-08-18 23:22 UTC
[U-Boot] Automatic firmware upgrade using USB DFU
2014-08-18 22:18 UTC
[U-Boot] DFU to MMC #1
2014-08-18 21:29 UTC (3+ messages)
[U-Boot] [PATCH 00/23] ARM: tegra: Add PCIe support
2014-08-18 18:37 UTC (31+ messages)
` [U-Boot] [PATCH 01/23] fdt: Add functions to query a node's #address- and #size-cells
` [U-Boot] [PATCH 02/23] fdt: Add a function to get the index of a string
` [U-Boot] [PATCH 03/23] fdt: Add resource parsing functions
` [U-Boot] [PATCH 04/23] fdt: Add a function to return PCI BDF triplet
` [U-Boot] [PATCH 05/23] fdt: Add a subnodes iterator macro
` [U-Boot] [PATCH 06/23] pci: Abort early if bus does not exist
` [U-Boot] [PATCH 07/23] pci: Honour pci_skip_dev()
` [U-Boot] [PATCH 08/23] Add pr_fmt() macro
` [U-Boot] [PATCH 09/23] ARM: tegra: Implement tegra_plle_enable()
` [U-Boot] [PATCH 10/23] ARM: tegra: Provide PCIEXCLK reset ID
` [U-Boot] [PATCH 11/23] ARM: tegra: Implement powergate support
` [U-Boot] [PATCH 12/23] ARM: tegra: Implement XUSB pad controller
` [U-Boot] [PATCH 13/23] ARM: tegra: Add XUSB pad controller on Tegra124
` [U-Boot] [PATCH 14/23] ARM: tegra: Enable XUSB pad controller on Jetson TK1
` [U-Boot] [PATCH 15/23] pci: tegra: Add Tegra PCIe driver
` [U-Boot] [PATCH 16/23] ARM: tegra: Add Tegra20 PCIe device tree node
` [U-Boot] [PATCH 17/23] ARM: tegra: Enable PCIe on TrimSlice
` [U-Boot] [PATCH 18/23] ARM: tegra: Add Tegra30 PCIe device tree node
` [U-Boot] [PATCH 19/23] ARM: tegra: Enable PCIe on Beaver
` [U-Boot] [PATCH 20/23] ARM: tegra: Enable PCIe on Cardhu
` [U-Boot] [PATCH 21/23] ARM: tegra: Add GIC for Tegra124
` [U-Boot] [PATCH 22/23] ARM: tegra: Add Tegra124 PCIe device tree node
` [U-Boot] [PATCH 23/23] ARM: tegra: Enable PCIe on Jetson TK1
[U-Boot] [PATCH v2 1/3] image: fix bootm failure for FIT image
2014-08-18 18:18 UTC (11+ messages)
` [U-Boot] [PATCH 2/3] image: move all function comments to header file
` [U-Boot] [PATCH 3/3] bootm: make sure pass NULL when argc < 1
[U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL
2014-08-18 18:08 UTC (5+ messages)
` [U-Boot] [PATCH 6/6] warp: Add initial WaRP Board support
[U-Boot] [RFC/PATCH] sunxi: Populate the default environment for sunxi-based systems
2014-08-18 16:54 UTC (4+ messages)
[U-Boot] [PATCH] buildman: Create parent directories as necessary
2014-08-18 16:42 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] arm: vf610: add NAND flash support
2014-08-18 16:38 UTC (5+ messages)
` [U-Boot] [PATCH v2 3/4] mtd: nand: add Freescale NFC driver
[U-Boot] [RFC PATCH 0/1] SPL JTAG boot mode
2014-08-18 16:35 UTC (3+ messages)
[U-Boot] [PATCH 0/3] test: Extending USB gadget tests infrastructure
2014-08-18 16:26 UTC (9+ messages)
` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH v2 3/3] test: ums: Add script for testing UMS gadget operation
` [U-Boot] [PATCH v3 0/3] test: Extending USB gadget tests infrastructure
` [U-Boot] [PATCH v3 1/3] test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files
` [U-Boot] [PATCH v3 2/3] test: dfu: cosmetic: Add missing license information to DFU test scripts
` [U-Boot] [PATCH v3 3/3] test: ums: Add script for testing UMS gadget operation
[U-Boot] [PATCH v3 0/4] arm: vf610: add NAND flash support
2014-08-18 16:26 UTC (5+ messages)
` [U-Boot] [PATCH v3 1/4] arm: vf610: add NFC pin mux
` [U-Boot] [PATCH v3 2/4] arm: vf610: add NFC clock support
` [U-Boot] [PATCH v3 3/4] mtd: nand: add Freescale vf610_nfc driver
` [U-Boot] [PATCH v3 4/4] arm: vf610: add NAND support for vf610twr
[U-Boot] [PATCH] net: BOOTP retry timeout improvements
2014-08-18 16:15 UTC (8+ messages)
[U-Boot] [PATCH 00/11] imx: ventana: misc patches
2014-08-18 13:52 UTC (4+ messages)
` [U-Boot] [PATCH 02/11] imx: ventana: added cputype env var
[U-Boot] [PATCH] samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
2014-08-18 10:29 UTC (6+ messages)
[U-Boot] [PATCH v8] nand/denali: Adding Denali NAND driver support
2014-08-18 10:05 UTC (4+ messages)
[U-Boot] [PATCH 0/9] net: rtl8169: Fix cache maintenance issues
2014-08-18 8:00 UTC (10+ messages)
` [U-Boot] [PATCH 1/9] ARM: cache_v7: Various minor cleanups
` [U-Boot] [PATCH 2/9] ARM: cache-cp15: Use unsigned long for address and size
` [U-Boot] [PATCH 3/9] malloc: Output region when debugging
` [U-Boot] [PATCH 4/9] ARM: Implement non-cached memory support
` [U-Boot] [PATCH 5/9] ARM: tegra: Enable non-cached memory
` [U-Boot] [PATCH 6/9] net: rtl8169: Honor CONFIG_SYS_RX_ETH_BUFFER
` [U-Boot] [PATCH 7/9] net: rtl8169: Properly align buffers
` [U-Boot] [PATCH 8/9] net: rtl8169: Use non-cached memory if available
` [U-Boot] [PATCH 9/9] net: rtl8169: Add support for RTL-8168/8111g
[U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions
2014-08-18 4:45 UTC (3+ messages)
[U-Boot] [PATCH] Makefile: remove generated boards.cfg within make mrproper
2014-08-18 4:23 UTC (3+ messages)
` [U-Boot] [PATCH v2] Makefile: remove generated boards.cfg within make distclean
[U-Boot] [PATCH 1/2] ARM: zynq: Move ps7_init() out of spl.h
2014-08-18 3:52 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: zynq: Remove spl.h
[U-Boot] [PATCH v2 02/15] zynq: kconfig: move board select menu and commonsettings
2014-08-18 2:55 UTC (3+ messages)
[U-Boot] [PATCH v3] powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash
2014-08-18 2:43 UTC (2+ messages)
[U-Boot] [PATCH] tools: genboardscfg.py, use default terminal size if undetectable
2014-08-17 16:07 UTC (4+ messages)
` [U-Boot] [PATCH v3] tools: genboardscfg.py, no exception if columns undetectable
[U-Boot] [PATCH 0/3] cm-t54: misc board fixes, convert to generic board
2014-08-17 7:39 UTC (2+ messages)
[U-Boot] [PATCH] kconfig: convert Kconfig helper script into a shell script
2014-08-17 1:56 UTC
[U-Boot] [PATCH v3 1/2] image: fix bootm failure for FIT image
2014-08-15 23:51 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] bootm: make sure pass NULL when argc < 1
[U-Boot] [PATCH] image: fix bootm failure for FIT image
2014-08-15 23:17 UTC (9+ messages)
[U-Boot] [PATCH v2] powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash
2014-08-15 18:04 UTC (3+ messages)
[U-Boot] SPL broken on i.mx31 platforms
2014-08-15 17:45 UTC (15+ messages)
[U-Boot] [PATCH v4 0/15] Introduce driver model serial uclass
2014-08-15 17:30 UTC (6+ messages)
` [U-Boot] [PATCH v4 14/15] tegra: dts: Add serial port details
[U-Boot] [PATCH v7 0/5] Add some missing buildman features and deprecate MAKEALL
2014-08-15 16:45 UTC (7+ messages)
` [U-Boot] [PATCH v7 5/5] RFC: Deprecate MAKEALL
[U-Boot] [PATCH] vf610twr: Tune DDR initialization settings
2014-08-15 16:31 UTC (4+ messages)
[U-Boot] tarball for 2014.10-rc1
2014-08-15 16:16 UTC
[U-Boot] [PATCH] scripts/Lindent: import from Linux 3.16
2014-08-15 16:06 UTC
[U-Boot] [PATCH v2] tools, scripts: refactor error-out statements of Python scripts
2014-08-15 15:59 UTC
[U-Boot] [PATCH v2] README.kconfig: add initial version of Kconfig document
2014-08-15 15:50 UTC
[U-Boot] [PATCH v4 0/18] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
2014-08-15 14:44 UTC (13+ messages)
` [U-Boot] [PATCH v4 02/18] ls102xa: i2c: Add i2c support for LS102xA
` [U-Boot] [PATCH v4 04/18] net: mdio: Add private MDIO read/write function
` [U-Boot] [PATCH v4 15/18] arm: ls102xa: Add LETECH support for LS1021AQDS/TWR board
` [U-Boot] [PATCH v4 16/18] video: dcu: Add Sii9022A HDMI Transmitter support
[U-Boot] [PATCH] nios2: Fix printf size_t format related warnings (again...)
2014-08-15 13:17 UTC (2+ messages)
[U-Boot] [PATCH] bfin: the max bfin sdh block count is 127
2014-08-15 9:13 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox