messages from 2016-05-16 05:54:23 to 2016-05-17 16:00:34 UTC [more...]
[U-Boot] [PATCH v2 0/5] Malta UART using device model & device tree
2016-05-17 16:00 UTC (19+ messages)
` [U-Boot] [PATCH v2 1/5] fdt: Support for ISA busses
` [U-Boot] [PATCH v2 2/5] fdt: Document the rest of struct of_bus
` [U-Boot] [PATCH v2 3/5] dm: ns16550: Don't map_physmem for I/O ports
` [U-Boot] [PATCH v2 4/5] malta: Tidy up UART address selection
` [U-Boot] [PATCH v2 5/5] malta: Use device model & tree for UART
[U-Boot] AR71xx / AR9331 UART Initialization
2016-05-17 15:58 UTC
[U-Boot] [PULL] Please pull u-boot-imx
2016-05-17 15:57 UTC
[U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
2016-05-17 15:51 UTC (2+ messages)
[U-Boot] [PATCH v3] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-05-17 15:44 UTC (4+ messages)
[U-Boot] [PATCH 0/3] arm64: minor fixes of cache operation routine
2016-05-17 15:32 UTC (5+ messages)
` [U-Boot] [PATCH 1/3] arm64: optimize __asm_{flush, invalidate}_dcache_all
` [U-Boot] [PATCH 2/3] arm64: fix comment "flush & invalidate"
` [U-Boot] [PATCH 3/3] arm64: rename __asm_flush_dcache_level to __asm_dcache_level
[U-Boot] [PATCH 1/2] powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
2016-05-17 15:11 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] powerpc/mpc85xx: T104x: Add nand secure boot target
[U-Boot] [RFC PATCH] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode
2016-05-17 14:36 UTC (2+ messages)
[U-Boot] [PATCH v2] pico-imx6ul: Select CONFIG_HUSH_PARSER option
2016-05-17 14:23 UTC (2+ messages)
[U-Boot] [RFC PATCH] test/py: Add experimental code for mmc testing
2016-05-17 14:09 UTC
[U-Boot] [PATCH] test/py: Add basic QSPI testing
2016-05-17 14:05 UTC
[U-Boot] [PATCH] test/py: Detect timeout in phy negotiation
2016-05-17 13:57 UTC
[U-Boot] [PATCH] pico-imx6ul: Select CONFIG_HUSH_PARSER option
2016-05-17 13:38 UTC
[U-Boot] [PATCH v2 0/8] ARM: AM335x: Add support for ICEv2 board
2016-05-17 13:04 UTC (13+ messages)
` [U-Boot] [PATCH v2 1/8] board: AM335x-ICEv2: Add epprom support
` [U-Boot] [PATCH v2 2/8] board: AM335x-ICEv2: Add pinmux support
` [U-Boot] [PATCH v2 3/8] board: AM335x-ICEv2: Add DDR data
` [U-Boot] [PATCH v2 4/8] ARM: AM33xx: Add support for Clock Synthesizer
` [U-Boot] [PATCH v2 5/8] board: AM335x-ICEv2: Add cpsw support
` [U-Boot] [PATCH v2 6/8] config: env: Set AM335x-ICEv2 board specific env
` [U-Boot] [PATCH v2 7/8] ARM: dts: AM335x-ICEv2: Add minimal dts support
` [U-Boot] [PATCH v2 8/8] board: am335x: Allow to choose serial device dynamically
[U-Boot] [PATCH 1/2] mkimage: Report information about fpga
2016-05-17 12:59 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] image: Add boot_get_fpga() to load fpga with bootm
[U-Boot] [PATCH v2] tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
2016-05-17 12:51 UTC
[U-Boot] [PATCH] fpga: Fix typo in function comment
2016-05-17 12:41 UTC
[U-Boot] Please pull from u-boot-i2c
2016-05-17 12:30 UTC
[U-Boot] what means "obj- := __dummy__.o"?
2016-05-17 12:24 UTC (2+ messages)
[U-Boot] [PATCH] tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
2016-05-17 12:20 UTC (2+ messages)
[U-Boot] [PATCH] ARM64: zynqmp: Enable CLK framework
2016-05-17 11:48 UTC
[U-Boot] [PATCH 1/2] ARM64: zynqmp: Add missing u-boot, dm-pre-reloc to DTSI
2016-05-17 11:47 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] ARM64: zynqmp: Add SPL support support
[U-Boot] [PATCH 0/4] Malta MIPS64 support
2016-05-17 11:30 UTC (6+ messages)
` [U-Boot] [PATCH 1/4] MIPS: Move CONFIG_SYS_TEXT_BASE to Kconfig
` [U-Boot] [PATCH 2/4] MIPS: Fix _ACAST32_ for pointers on MIPS64
` [U-Boot] [PATCH 3/4] net: pcnet: Make 64 bit safe
` [U-Boot] [PATCH 4/4] malta: Allow MIPS64 builds
[U-Boot] [PATCH v2 00/13] usb: dwc3: rework DWC3 and convert UniPhier xHCI driver to DM
2016-05-17 11:01 UTC (25+ messages)
` [U-Boot] [PATCH v2 01/13] configs: blackfin: move CONFIG_USB to defconfig
` [U-Boot] [PATCH v2 02/13] usb: move CONFIG_USB_XHCI to Kconfig with renaming
` [U-Boot] [PATCH v2 03/13] usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
` [U-Boot] [PATCH v2 04/13] usb: xhci: add struct devrequest declaration to xhci.h
` [U-Boot] [PATCH v2 05/13] usb: dwc3: change DWC3 core support code into a driver
` [U-Boot] [PATCH v2 06/13] usb: dwc3: add UniPhier specific glue layer
` [U-Boot] [PATCH v2 07/13] ARM: uniphier: switch over to USB DM
` [U-Boot] [PATCH v2 08/13] ARM: uniphier: enable DWC3 xHCI driver
` [U-Boot] [PATCH v2 09/13] usb: uniphier: remove UniPhier "
` [U-Boot] [PATCH v2 10/13] ARM: uniphier: delete unnecessary xHCI pin-mux settings
` [U-Boot] [PATCH v2 11/13] ARM: uniphier: adjust ifdefs for new UniPhier DWC3 CONFIG
` [U-Boot] [PATCH v2 12/13] ARM: dts: uniphier: add/update xHCI nodes
` [U-Boot] [PATCH v2 13/13] ARM: uniphier: enable Generic EHCI for PH1-Pro4
[U-Boot] [PATCH 0/4] am57xx: beagle-x15: get usb host working
2016-05-17 10:37 UTC (20+ messages)
` [U-Boot] [PATCH 1/4] usb: dwc3: fix kconfig
` [U-Boot] [PATCH 2/4] board: ti: am57xx: Fix USB configuration
` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH 4/4] usb: gadget: udc: Build on USB_GADGET
[U-Boot] [PATCH 0/2] armv8: Support loading 32-bit OS in AArch32 execution state
2016-05-17 9:24 UTC (6+ messages)
` [U-Boot] [PATCH 1/2] "
[U-Boot] Remove sh2, sh3, sh4 architecture?
2016-05-17 9:24 UTC (9+ messages)
[U-Boot] [PATCH] ARM64: zynqmp: Align gic ranges for 64k in device tree
2016-05-17 8:33 UTC
[U-Boot] [ANN] U-Boot v2016.05 is released
2016-05-17 7:34 UTC (2+ messages)
[U-Boot] [PATCH] pcie/layerscape: fix bug in bus number computation when setting msi-map
2016-05-17 7:18 UTC
[U-Boot] [PATCH v3 0/5] Malta UART using device model & device tree
2016-05-17 6:43 UTC (6+ messages)
` [U-Boot] [PATCH v3 1/5] fdt: Support for ISA busses
` [U-Boot] [PATCH v3 2/5] fdt: Document the rest of struct of_bus
` [U-Boot] [PATCH v3 3/5] dm: ns16550: Don't map_physmem for I/O ports
` [U-Boot] [PATCH v3 4/5] malta: Tidy up UART address selection
` [U-Boot] [PATCH v3 5/5] malta: Use device model & tree for UART
[U-Boot] [PATCH 5/8] sun8i: Display silicon revision of A83t processors
2016-05-17 5:29 UTC (2+ messages)
[U-Boot] [PATCH 4/8] sun8i: Add TZPC setup for A83t
2016-05-17 5:27 UTC (2+ messages)
[U-Boot] [PATCH 3/8] sun8i: Extend stack size to allow for up to 8 CPUs
2016-05-17 5:21 UTC (2+ messages)
[U-Boot] [PATCH 2/8] sun8i: Add CCI-400 definitions
2016-05-17 5:15 UTC (2+ messages)
[U-Boot] [RFC PATCH] net: macb: Fix build error for CONFIG_DM_ETH enabled
2016-05-17 5:11 UTC
[U-Boot] [PATCH] arm: rmobile: Fix HDMI output for BLANCHE board
2016-05-17 4:53 UTC
[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
2016-05-17 4:38 UTC (12+ messages)
[U-Boot] [Patch v2] fsl-layerscape: fdt: add IFC fixup if no IFC is avaliable in U-Boot
2016-05-17 3:47 UTC (3+ messages)
[U-Boot] [PATCH 8/8] a83t: Enable PSCI, non-secure mode, and cluster / cache setup
2016-05-17 2:40 UTC
[U-Boot] [PATCH 7/8] sun8i: Enable PSCI cpu_on support for A83t
2016-05-17 2:40 UTC
[U-Boot] [PATCH 6/8] sunxi: Add optional logic to start cluster 1 and the associated CCI-400 ports
2016-05-17 2:39 UTC
[U-Boot] [PATCH 1/8] sun8i: Add A83t SMP definitions
2016-05-17 2:37 UTC
[U-Boot] [RFC] [PATCH 0/8] a83t: Add initial PSCI / SMP support
2016-05-17 2:37 UTC
[U-Boot] [PATCH 00/12] cleanup QEMU fw_cfg code
2016-05-17 1:23 UTC (28+ messages)
` [U-Boot] [PATCH 01/12] x86: qemu: fix ACPI Kconfig options
` [U-Boot] [PATCH 03/12] cmd: qfw: remove qemu_fwcfg_free_files()
` [U-Boot] [PATCH 05/12] x86: qemu: split qfw command interface and qfw core
` [U-Boot] [PATCH 09/12] cmd: qfw: workaround qfw build issue
` [U-Boot] [PATCH 10/12] cmd: qfw: do not depend on x86
` [U-Boot] [PATCH 12/12] x86: qemu: rename qemu/acpi_table.c
[U-Boot] [PATCH 1/2] scsi: add PCIe to sata converter Marvell chip 88SE9170
2016-05-17 1:02 UTC (3+ messages)
[U-Boot] [PATCH v2 0/7] ARM: AM335x: Add support for FIT and various platforms
2016-05-17 0:41 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/7] board: am33xx: fit: add support for selecting dtb dynamically
` [U-Boot] [PATCH v2 2/7] ARM: dts: am335x-bone: Enable uart and timer
` [U-Boot] [PATCH v2 3/7] ARM: AM335x: Enable FIT
` [U-Boot] [PATCH v2 4/7] ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt binding docs
` [U-Boot] [PATCH v2 5/7] ARM: dts: AM335x-evmsk: Add initial support
` [U-Boot] [PATCH v2 6/7] ARM: dts: AM335x-BBG: "
` [U-Boot] [PATCH v2 7/7] configs: am335x_evm: Switch to env on FAT SD by default
[U-Boot] [PATCH v2 0/5] ARM: AM43xx: Enable FIT and EPOS, IDK support
2016-05-17 0:41 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/5] ARM: AM43xx: Enable FIT
[U-Boot] [PATCH v2 0/3] ARM: DRA7xx: Enable FIT
2016-05-17 0:41 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] ARM: DRA7: "
[U-Boot] [PATCH V2] mailbox: implement a sandbox test
2016-05-16 23:41 UTC
[U-Boot] [RFC] tools/env: Support UBI devices
2016-05-16 22:07 UTC
[U-Boot] Please pull u-boot-sunxi master (v2016.05 bugfix)
2016-05-16 18:50 UTC (2+ messages)
[U-Boot] [PATCH v2 1/7] efi_loader: Add network access support
2016-05-16 18:06 UTC (6+ messages)
` [U-Boot] [PATCH v3 "
[U-Boot] [PATCH v2] sunxi: Increase SPL header size to 64 bytes to avoid code corruption
2016-05-16 17:52 UTC (3+ messages)
[U-Boot] PSCI patch set for ARMv7
2016-05-16 17:31 UTC
[U-Boot] [PATCH 1/2] drivers/ddr/fsl: Update clk_adjust of sdram_clk_cntl
2016-05-16 16:55 UTC (2+ messages)
[U-Boot] askenv with timeout?
2016-05-16 14:49 UTC
[U-Boot] [PATCH] MARVELL: Delete now-superfluous board/Marvell/{common, include} dirs
2016-05-16 14:37 UTC (2+ messages)
[U-Boot] [PATCH 00/10] usb: dwc3: rework DWC3 and convert UniPhier xHCI driver to DM
2016-05-16 14:21 UTC (5+ messages)
` [U-Boot] [PATCH 04/10] ARM: uniphier: switch over to USB DM
[U-Boot] [PATCH 0/5] LS2080ARDB: Enable EFI boot support
2016-05-16 13:49 UTC (16+ messages)
` [U-Boot] [PATCH 5/5] ls2080ardb: Convert to distro boot
[U-Boot] [PATCH 0/5] MIPS Release 6 Support
2016-05-16 13:23 UTC (7+ messages)
` [U-Boot] [PATCH 1/5] MIPS: Use unchecked immediate addition/subtraction
` [U-Boot] [PATCH 2/5] MIPS: Simplify CONFIG_SYS_CPU values
` [U-Boot] [PATCH 3/5] MIPS: Support for targetting MIPSr6
` [U-Boot] [PATCH 4/5] malta: Remove ".set mips32" directive
` [U-Boot] [PATCH 5/5] malta: Support MIPS32r6 configurations
[U-Boot] Altera Cyclone 5 UART Communication Issues - U-Boot 2016.03
2016-05-16 12:35 UTC
[U-Boot] Porting Linux's MTD/NAND changes into U-Boot
2016-05-16 12:02 UTC (5+ messages)
[U-Boot] [PATCH v3 02/12] spi: davinci_spi: Convert to driver to adapt to DM
2016-05-16 9:38 UTC (2+ messages)
` [U-Boot] [PATCH v4 "
[U-Boot] [PATCH 00/20] dm: rockchip: Move rockchip boards to to use CONFIG_BLK
2016-05-16 9:31 UTC (5+ messages)
` [U-Boot] [PATCH 01/20] tiny-printf: Tidy up a few nits
` [U-Boot] [PATCH 02/20] tiny-printf: Support snprintf()
[U-Boot] a couple drivers/rtc/* drivers now superfluous?
2016-05-16 9:29 UTC
[U-Boot] [PATCH v3 00/12] Convert davinci_spi to DM
2016-05-16 9:18 UTC (5+ messages)
` [U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem()
` [U-Boot] [PATCH v5] dm: core: implement dev_map_physmem()
[U-Boot] [PATCH] sunxi: Enable a bunch of commands by default on sunxi
2016-05-16 9:12 UTC (2+ messages)
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