public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-21 21:55:19 to 2015-07-22 20:05:30 UTC [more...]

[U-Boot] [PATCH V2 0/6] Tegra210/P2571 initial support
 2015-07-22 20:05 UTC  (14+ messages)
` [U-Boot] [PATCH V2 2/6] Tegra: Rework KConfig options to allow 64-bit builds (T210)
` [U-Boot] [PATCH V2 3/6] ARM: Tegra210: Add SoC code/include files for T210
` [U-Boot] [PATCH V2 4/6] ARM: Tegra210: Add support to common Tegra source/config files
` [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board
` [U-Boot] [PATCH V2 6/6] T210: Add support for 64-bit T210-based P2571 board

[U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data
 2015-07-22 19:55 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/7] dcache support for Raspberry Pi 1
 2015-07-22 18:23 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] arm1136: Remove dead code
` [U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code
` [U-Boot] [PATCH v3 3/7] ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE
` [U-Boot] [PATCH v3 4/7] ARM: bcm283x: Allocate all mailbox buffers cacheline aligned
` [U-Boot] [PATCH v3 5/7] arm/mach-bcm283x/mbox: Flush and invalidate dcache when using fw mailbox
` [U-Boot] [PATCH v3 6/7] dwc2: Add dcache support
` [U-Boot] [PATCH v3 7/7] arm/rpi: Enable dcache

[U-Boot] Please pull u-boot-dm
 2015-07-22 17:59 UTC 

[U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot
 2015-07-22 17:15 UTC  (10+ messages)

[U-Boot] [PATCH] ARM AM43XX: make boot-params available to U-Boot, save to env
 2015-07-22 17:01 UTC 

[U-Boot] [PATCH 1/3] crypto/fsl: fix "era" property value on LE platforms
 2015-07-22 16:38 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] crypto/fsl: fix snooping for write transactions
` [U-Boot] [PATCH 3/3] crypto/fsl: clean-up - use fdt_setprop_u32 helper

[U-Boot] [PATCH 0/3] CAAM RNG fixes
 2015-07-22 16:37 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] crypto/fsl - disable RNG oscillator maximum frequency check
` [U-Boot] [PATCH 2/3] crypto/fsl - change starting entropy delay value
` [U-Boot] [PATCH 3/3] crypto/fsl - enable raw data instead of von Neumann data

[U-Boot] [PATCH 0/8] ARM: keystone2: Clocls and PLLs cleanup
 2015-07-22 15:56 UTC  (12+ messages)
` [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection
` [U-Boot] [PATCH 2/8] ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO
` [U-Boot] [PATCH 3/8] ARM: keystone2: Cleanup PLL init code
` [U-Boot] [PATCH 4/8] ARM: keystone2: Fix dev and arm speed detection
` [U-Boot] [PATCH 5/8] ARM: keystone2: Use common structure for PLLs
` [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition
` [U-Boot] [PATCH 7/8] ARM: keystone2: Remove unsed external clocks
` [U-Boot] [PATCH 8/8] ARM: keystone2: Use common definition for clk_get_rate

[U-Boot] [PATCH 01/19] ARM: zynq: DT: Use the right names for nodes
 2015-07-22 15:51 UTC  (20+ messages)
` [U-Boot] [PATCH 02/19] ARM: zynq: DT: Add missing nodes to DTSI
` [U-Boot] [PATCH 03/19] ARM: zynq: DT: Add a fixed regulator for CPU voltage
` [U-Boot] [PATCH 04/19] ARM: zynq: DT: Migrate UART to Cadence binding
` [U-Boot] [PATCH 05/19] ARM: zynq: DT: Remove 222 MHz OPP
` [U-Boot] [PATCH 06/19] spi: Fix zynq SPI binding
` [U-Boot] [PATCH 07/19] ARM: zynq: DT: Fix GEM register area size
` [U-Boot] [PATCH 08/19] ARM: zynq: DT: Use the zynq binding with macb
` [U-Boot] [PATCH 09/19] ARM: zynq: DT: Clean up timer device tree nodes
` [U-Boot] [PATCH 10/19] ARM: zynq: DT: Cleanup address-cells and size-cells
` [U-Boot] [PATCH 11/19] ARM: zynq: DT: Add pinctrl node
` [U-Boot] [PATCH 12/19] ARM: zynq: DT: Add reference to bus node
` [U-Boot] [PATCH 13/19] ARM: zynq: DT: Sync zc702/zc706/zed/zybo DT with kernel
` [U-Boot] [PATCH 14/19] ARM: zynq: DT: Update years in copyright
` [U-Boot] [PATCH 15/19] ARM: zynq: DT: Get rid of ps-clk-frequency
` [U-Boot] [PATCH 16/19] ARM: zynq: DT: Add missing interrupt for L2 pl310
` [U-Boot] [PATCH 17/19] ARM: zynq: DT: Add zc702 pushbuttons to DT as gpio-keys
` [U-Boot] [PATCH 18/19] ARM: zynq: DT: Update zc770 dtses
` [U-Boot] [PATCH 19/19] ARM: zynq: Add support for zc770-xm011

[U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application
 2015-07-22 15:49 UTC  (49+ messages)
` [U-Boot] [PATCH 01/48] Support removing default assembler flags
` [U-Boot] [PATCH 02/48] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH 03/48] dm: serial: Correct logic in serial_find_console_or_panic()
` [U-Boot] [PATCH 04/48] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH 05/48] Add a way to skip relocation
` [U-Boot] [PATCH 06/48] Allow objcopy to work without filling gaps with 0xff
` [U-Boot] [PATCH 07/48] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH 08/48] x86: Add various minor tidy-ups to the 32-bit startup code
` [U-Boot] [PATCH 09/48] x86: Use CR0 constants in CPU init
` [U-Boot] [PATCH 10/48] x86: Tidy up global_data flags
` [U-Boot] [PATCH 11/48] x86: Drop unused copy_fdt_to_ram()
` [U-Boot] [PATCH 12/48] x86: Tidy up the 64-bit calling code
` [U-Boot] [PATCH 13/48] x86: Add some missing global_data declarations in files that use gd
` [U-Boot] [PATCH 14/48] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH 15/48] pci: Use debug() instead of DEBUGF() in pci_auto.c
` [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY
` [U-Boot] [PATCH 17/48] efi: Avoid using non-existent text base
` [U-Boot] [PATCH 18/48] efi: Add start-up library code
` [U-Boot] [PATCH 19/48] efi: Display the correct initcall pre-relocation values
` [U-Boot] [PATCH 20/48] efi: Add a serial driver
` [U-Boot] [PATCH 21/48] efi: Drop CONFIG_SYS_TEXT_BASE for EFI
` [U-Boot] [PATCH 22/48] efi: Support building a u-boot.efi executable
` [U-Boot] [PATCH 23/48] x86: Support skipping relocation for EFI
` [U-Boot] [PATCH 24/48] x86: Add asm/elf.h for x86-specific ELF definitions
` [U-Boot] [PATCH 25/48] x86: Add support for U-Boot as an EFI application
` [U-Boot] [PATCH 26/48] x86: Add EFI board code
` [U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI
` [U-Boot] [PATCH 28/48] x86: Allow use of global_data with EFI
` [U-Boot] [PATCH 29/48] x86: Allow relocation code to build without text base
` [U-Boot] [PATCH 30/48] x86: Set up tool chain flags for running as EFI application
` [U-Boot] [PATCH 31/48] x86: Add definitions for the x86-efi board and plumb it in
` [U-Boot] [PATCH 32/48] x86: Add a link script entry for U-Boot as a payload
` [U-Boot] [PATCH 33/48] x86: Add relocation and link script for a 64-bit EFI application
` [U-Boot] [PATCH 34/48] efi: Add support for loading U-Boot through an EFI stub
` [U-Boot] [PATCH 35/48] x86: Support building the "
` [U-Boot] [PATCH 36/48] x86: Add an enum for some commonly-used GDT bits
` [U-Boot] [PATCH 37/48] x86: Add a way to call 32-bit code from 64-bit mode
` [U-Boot] [PATCH 38/48] efi: Add 64-bit payload support
` [U-Boot] [PATCH 39/48] x86: Add Makefile settings for EFI build
` [U-Boot] [PATCH 40/48] x86: Add support for passing tables into U-Boot
` [U-Boot] [PATCH 41/48] efi: Add functions for decoding the EFI tables
` [U-Boot] [PATCH 42/48] efi: Add a command to display the memory map
` [U-Boot] [PATCH 43/48] x86: Handle running as EFI payload
` [U-Boot] [PATCH 44/48] x86: Add helper code for running from EFI
` [U-Boot] [PATCH 45/48] x86: baytrail: Support operation as an EFI payload
` [U-Boot] [PATCH 46/48] x86: qemu: "
` [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI
` [U-Boot] [PATCH 48/48] efi: Add a README to explain how things work

[U-Boot] [PATCH 1/2] zynqmp: mp: Simplify set_r5_start handling
 2015-07-22 15:40 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] zynqmp: Add support for IP detection via SLCR

[U-Boot] [PATCH V3 0/8] configs: make keystone2 config to start using arm_v7_common header
 2015-07-22 15:35 UTC  (25+ messages)
` [U-Boot] [PATCH V3 1/8] configs: split ti_armv7_common into a omap generic header
` [U-Boot] [PATCH V3 2/8] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
` [U-Boot] [PATCH V3 3/8] configs: rename ks2_evm into ti_armv7_keystone2
` [U-Boot] [PATCH V3 4/8] configs: ti_armv7_keystone2: start using armv7_common
` [U-Boot] [PATCH V3 5/8] configs: ti_armv7_keystone2: switch addresses to generic addresses
` [U-Boot] [PATCH V3 6/8] ti_armv7_keystone2: switch to using kernel zImage
` [U-Boot] [PATCH V3 7/8] configs: k2*_evm: rename skernel binary names to generated file names
` [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name

[U-Boot] [PATCH 0/3] add dfu support for at91 sam9260 based boards
 2015-07-22 14:40 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] ARM: at91: add cpu.h

[U-Boot] [RFC PATCH 0/7] DM: pinctrl: Another implemtation of pinctrl framework
 2015-07-22 14:24 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 1/7] pinctrl: add "

[U-Boot] [PATCH 0/4] Add UniPhier GPIO driver support
 2015-07-22 14:23 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] gpio: UniPhier: add driver for UniPhier GPIO controller

[U-Boot] [PATCH] board: ks2: README: fix typos
 2015-07-22 14:21 UTC  (2+ messages)

[U-Boot] [PATCH 01/12] usb: USB_ARCH_HAS_HCD Kconfig option removal
 2015-07-22 14:03 UTC  (24+ messages)
` [U-Boot] [PATCH 02/12] usb: Generic USB Kconfig option, that fits both host and gadget
` [U-Boot] [PATCH 03/12] usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
` [U-Boot] [PATCH 04/12] usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
` [U-Boot] [PATCH 05/12] usb: USB comments in Kconfig for better separation
` [U-Boot] [PATCH 06/12] usb: USB_MUSB_SUNXI move to musb-new Kconfig
` [U-Boot] [PATCH 07/12] usb: USB_KEYBOARD move to usb Kconfig
` [U-Boot] [PATCH 08/12] sunxi: USB EHCI Kconfig option instead of config define
` [U-Boot] [PATCH 09/12] sunxi: Kconfig defaults for USB
` [U-Boot] [PATCH 10/12] sunxi: config update to stick with Kconfig changes
` [U-Boot] [PATCH 11/12] musb: sunxi: Force EP0 on re-enable
` [U-Boot] [PATCH 12/12] sunxi: MUSB gadget config provisions, with fastboot and USB mass storage support

[U-Boot] [PATCH 0/4] sunxi: nand: Basic NAND driver with SPL support
 2015-07-22 13:48 UTC  (7+ messages)
` [U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL
  ` [U-Boot] [PATCH v2 1/3] sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support

[U-Boot] [PATCH v3 0/7] x86: Add MP table support to QEMU
 2015-07-22 13:22 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/7] x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
` [U-Boot] [PATCH v3 2/7] x86: mpspec: Move writing ISA interrupt entry after PCI
` [U-Boot] [PATCH v3 3/7] x86: qemu: Enable I/O APIC chip select on PIIX3
` [U-Boot] [PATCH v3 4/7] x86: Allow cpu-x86 driver to be probed for UP
` [U-Boot] [PATCH v3 5/7] x86: qemu: Enable writing MP table
` [U-Boot] [PATCH v3 6/7] x86: qemu: Turn on PCIe ECAM address range decoding on Q35
` [U-Boot] [PATCH v3 7/7] x86: Reserve PCIe ECAM address range in the E820 table

[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
 2015-07-22 13:01 UTC  (10+ messages)

[U-Boot] [PATCH] keystone2: add high memory test
 2015-07-22 11:41 UTC  (3+ messages)

[U-Boot] [PATCH v2] x86: baytrail: Configure FSP UPD from device tree
 2015-07-22 11:20 UTC  (7+ messages)

[U-Boot] [RFC PATCH] patman: add distutils based installer
 2015-07-22  9:21 UTC  (4+ messages)
` [U-Boot] [RFC PATCH v2] "
    ` [U-Boot] [PATCH v3] "

[U-Boot] USB and unbinding
 2015-07-22  9:09 UTC  (6+ messages)

[U-Boot] [PATCH v2] usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
 2015-07-22  8:20 UTC  (3+ messages)

[U-Boot] [PATCH] usb: ehci-marvell: Drop wrl accessor function
 2015-07-22  8:19 UTC  (2+ messages)

[U-Boot] [PATCH] zynqmp: mp: Simplify set_r5_start handling
 2015-07-22  7:18 UTC 

[U-Boot] [GIT] Pull request: u-boot-dfu
 2015-07-22  6:59 UTC  (2+ messages)

[U-Boot] [PATCH] zynq: Fix typo in Makefile about custom ps7_init file
 2015-07-22  6:36 UTC 

[U-Boot] [PATCH] spi: zynq_spi: Simplify debug macro
 2015-07-22  6:35 UTC 

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-07-22  6:05 UTC  (5+ messages)
` [U-Boot] [PATCH 05/18] dm: pci: Add support for PCI driver matching

[U-Boot] [PATCH v2 4/7] x86: Allow cpu-x86 driver to be probed for UP
 2015-07-22  5:53 UTC  (4+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-22  4:52 UTC  (3+ messages)

[U-Boot] [PATCH] x86: Fix RTC build error on ivybridge
 2015-07-22  1:52 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/2] power: pmic: Add support for MAX77696 PMIC
 2015-07-22  0:47 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] warp: Add MAX77696 support

[U-Boot] [PATCH] pxe: add AArch64 image support
 2015-07-21 23:49 UTC 

[U-Boot] [PATCH] mx6sxsabresd: Use 'int' for return values
 2015-07-21 23:37 UTC 

[U-Boot] [PATCH] mx6sabresd: Use 'int' for return values
 2015-07-21 23:02 UTC 

[U-Boot] [PATCH 1/2] power: pmic: Add support for MAX77696 PMIC
 2015-07-21 22:48 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] warp: Add MAX77696 support

[U-Boot] [PATCH 0/8] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-07-21 21:55 UTC  (8+ messages)
` [U-Boot] [PATCH 1/8] doc: dfu: tftp: README entry for TFTP extension of DFU


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