public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-01-28 04:46:27 to 2015-01-29 11:21:38 UTC [more...]

[U-Boot] [PATCH 00/13] common lcd refactor
 2015-01-29 11:21 UTC  (7+ messages)
` [U-Boot] [PATCH 01/13] lcd: move platform specific structs to their own headers
` [U-Boot] [PATCH 02/13] lcd: split configuration_get_cmap
` [U-Boot] [PATCH 03/13] lcd: atmel: move atmel specific fb_put_word to atmel_lcdfb
` [U-Boot] [PATCH 04/13] lcd: mpc8xx: move mpc823 specific fb_put_byte to mpc8xx_lcd.c
` [U-Boot] [PATCH 05/13] lcd: atmel: introduce lcd_logo_set_cmap
` [U-Boot] [PATCH 06/13] lcd: mpc823: move mpc823 specific lcd_logo_set_cmap code to mpc8xx_lcd.c

[U-Boot] [PATCH 0/4] malta: IDE support, reset fix, config updates
 2015-01-29 10:38 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] malta: IDE support
` [U-Boot] [PATCH 2/4] malta: delay after reset
` [U-Boot] [PATCH 3/4] malta: enable HUSH parser
` [U-Boot] [PATCH 4/4] malta: enable ELF loading

[U-Boot] [PATCH 0/4] MIPS: unify start.S
 2015-01-29 10:04 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] MIPS: use asm.h macros in mips32 start.S
` [U-Boot] [PATCH 2/4] MIPS: handle mips64 relocs "
` [U-Boot] [PATCH 3/4] MIPS: handle mips64 ST0_KX bit "
` [U-Boot] [PATCH 4/4] MIPS: share start.S between mips32 & mips64

[U-Boot] [PATCH] ARM: armv7 fix spelling of SCTRL
 2015-01-29 10:03 UTC 

[U-Boot] [RFC PATCH v2 0/6] x86: New Intel Quark SoC support
 2015-01-29  9:18 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v2 1/6] x86: Add header files for Intel Quark SoC defines
` [U-Boot] [RFC PATCH v2 2/6] x86: quark: Add routines to access message bus registers
` [U-Boot] [RFC PATCH v2 3/6] x86: quark: Add Cache-As-RAM initialization
` [U-Boot] [RFC PATCH v2 4/6] x86: Add basic Intel Quark processor support
` [U-Boot] [RFC PATCH v2 5/6] x86: Add basic Intel Galileo board support
` [U-Boot] [RFC PATCH v2 6/6] x86: Enable the Intel quark/galileo build

[U-Boot] Pull request: u-boot-video/master
 2015-01-29  9:06 UTC 

[U-Boot] Problem Mounting/Unmounting several UBI volumes in u-boot
 2015-01-29  9:03 UTC  (4+ messages)

[U-Boot] [PATCH] lcd: fix console address is not initialized
 2015-01-29  8:55 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Fastboot OEM commands
 2015-01-29  8:31 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] fastboot: add "fastboot oem" command support
` [U-Boot] [PATCH 2/2] fastboot: add support for "oem format" command

[U-Boot] [PATCH] fastboot: Add USB cable detect check
 2015-01-29  8:28 UTC  (2+ messages)

[U-Boot] [PATCH] net: Support DMA threshold mode in DWMAC driver
 2015-01-29  6:38 UTC 

[U-Boot] [PATCH v3] net: configure DWMAC DMA by default AXI burst length
 2015-01-29  5:37 UTC 

[U-Boot] [PATCH v2] net: configure DWMAC DMA by default AXI burst length
 2015-01-29  5:20 UTC 

[U-Boot] [PATCH] net: configure DWMAC DMA by default AXI burst length
 2015-01-29  5:15 UTC  (5+ messages)

[U-Boot] [RFC PATCH 0/6] x86: New Intel Quark SoC support
 2015-01-29  2:30 UTC  (22+ messages)
` [U-Boot] [RFC PATCH 1/6] x86: Add header files for Intel Quark SoC defines
` [U-Boot] [RFC PATCH 2/6] x86: quark: Add routines to access message bus registers
` [U-Boot] [RFC PATCH 3/6] x86: quark: Add Cache-As-RAM initialization
` [U-Boot] [RFC PATCH 4/6] x86: Add basic Intel Quark processor support
` [U-Boot] [RFC PATCH 5/6] x86: Add basic Intel Galileo board support
` [U-Boot] [RFC PATCH 6/6] x86: Enable the Intel quark/galileo build

[U-Boot] [PATCH 01/14] microblaze: Fix stack usage in interrupt handler
 2015-01-29  2:15 UTC  (3+ messages)
` [U-Boot] [PATCH 12/14] microblaze: Move architecture to use generic board init

[U-Boot] [PATCH v2 00/10] exynos: enable dm i2c
 2015-01-29  2:02 UTC  (6+ messages)
` [U-Boot] [PATCH v3 00/12] "

[U-Boot] [RFC PATCH 0/7] Add Driver Model support to network stack
 2015-01-29  1:58 UTC  (15+ messages)
` [U-Boot] [RFC PATCH 1/7] net: Provide a function to get the current MAC address
` [U-Boot] [RFC PATCH 5/7] net: Add basic driver model support to Ethernet stack
` [U-Boot] [RFC PATCH 6/7] net: Add network support to sandbox
` [U-Boot] [RFC PATCH 7/7] net: Add ARP and PING response to sandbox driver

[U-Boot] [PATCH v2 0/8] MIPS cache code cleanup
 2015-01-29  1:28 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/8] MIPS: avoid .set ISA for cache operations
` [U-Boot] [PATCH v2 2/8] MIPS: unify cache maintenance functions
` [U-Boot] [PATCH v2 3/8] MIPS: unify cache initialization code
` [U-Boot] [PATCH v2 4/8] MIPS: refactor L1 cache config reads to a macro
` [U-Boot] [PATCH v2 5/8] MIPS: refactor cache loops "
` [U-Boot] [PATCH v2 6/8] MIPS: inline mips_init_[id]cache functions
` [U-Boot] [PATCH v2 7/8] MIPS: allow systems to skip loads during cache init
` [U-Boot] [PATCH v2 8/8] MIPS: clear TagLo select 2 "

[U-Boot] [PATCH] x86: Remove CONFIG_SATA_INTEL from x86-common.h
 2015-01-29  0:07 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/22] x86: Add bare support for Intel Minnowboard Max
 2015-01-28 23:46 UTC  (51+ messages)
` [U-Boot] [PATCH v2 01/22] x86: Enhance the microcode tool to support header files as input
` [U-Boot] [PATCH v2 02/22] pci: Add a function to find a device by class
` [U-Boot] [PATCH v2 03/22] x86: pci: Add PCI IDs for Minnowboard Max
` [U-Boot] [PATCH v2 04/22] x86: video: Enable video "
` [U-Boot] [PATCH v2 05/22] usb: pci: Use pci_find_class() to find the device
` [U-Boot] [PATCH v2 06/22] usb: pci: Add XHCI driver for PCI
` [U-Boot] [PATCH v2 07/22] x86: Add an option to enabling building a ROM file
` [U-Boot] [PATCH v2 08/22] x86: Rename MMCONF_BASE_ADDRESS and make it common across x86
` [U-Boot] [PATCH v2 09/22] x86: video: Allow video ROM execution to fall back to the other method
` [U-Boot] [PATCH v2 10/22] x86: bootstage: Add time measurement for vesa start-up
` [U-Boot] [PATCH v2 11/22] x86: Move common FSP code into a common location
` [U-Boot] [PATCH v2 12/22] x86: Adjust the FSP types slightly
` [U-Boot] [PATCH v2 13/22] x86: Make CAR and DRAM FSP code common
` [U-Boot] [PATCH v2 14/22] x86: mmc: Move common FSP functions into a common file
` [U-Boot] [PATCH v2 15/22] x86: Remove unnecessary casts and fix comment typos
` [U-Boot] [PATCH v2 16/22] x86: Allow FSP Kconfig settings for all x86
` [U-Boot] [PATCH v2 17/22] x86: Allow a UART to be set up before the FSP is ready
` [U-Boot] [PATCH v2 18/22] x86: spi: Support ValleyView in ICH SPI driver
` [U-Boot] [PATCH v2 19/22] scsi: bootstage: Measure time taken to scan the bus
` [U-Boot] [PATCH v2 20/22] x86: Enable bootstage features
` [U-Boot] [PATCH v2 21/22] x86: Add some documentation on how to port U-Boot on x86
` [U-Boot] [PATCH v2 22/22] x86: Add support for Intel Minnowboard Max

[U-Boot] [PATCH 0/23] x86: Add bare support for Intel Minnowboard Max
 2015-01-28 23:45 UTC  (10+ messages)
` [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver
` [U-Boot] [PATCH 20/23] scsi: bootstage: Measure time taken to scan the bus

[U-Boot] [PATCH v2] armv8/vexpress64: make multientry conditional
 2015-01-28 22:55 UTC 

[U-Boot] [PATCH v2 0/11] Add full DDR init for Marvell Armada-XP MV78xx0 (AXP)
 2015-01-28 22:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] MIPS cache code cleanup
 2015-01-28 22:21 UTC  (11+ messages)
` [U-Boot] [PATCH 1/8] MIPS: avoid .set ISA for cache operations
` [U-Boot] [PATCH 8/8] MIPS: clear TagLo select 2 during cache init

[U-Boot] [PATCH] sunxi: TZX-Q8-713B7 support
 2015-01-28 21:48 UTC  (4+ messages)

[U-Boot] [PATCH 01/10][v6] rsa: Split the rsa-verify to separate the modular exponentiation
 2015-01-28 20:10 UTC  (29+ messages)
` [U-Boot] [PATCH 02/10][v6] FIT: Modify option FIT_SIGNATURE in Kconfig
` [U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
` [U-Boot] [PATCH 04/10][v6] configs: Move CONFIG_FIT_SIGNATURE to defconfig
` [U-Boot] [PATCH 05/10][v6] lib/rsa: Modify rsa to use DM driver
` [U-Boot] [PATCH 06/10][v6] DM: crypto/fsl - Add Freescale rsa "
` [U-Boot] [PATCH 07/10][v6] lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
` [U-Boot] [PATCH 08/10][v6] hash: Add function to find hash_algo struct with progressive hash
` [U-Boot] [PATCH 09/10][v6] Use hash.c in mkimage
` [U-Boot] [PATCH 10/10][v6] rsa: Use checksum algorithms from struct hash_algo

[U-Boot] [PATCH v7] Export redesign
 2015-01-28 20:08 UTC  (2+ messages)

[U-Boot] checkstack.pl
 2015-01-28 19:15 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] This series implements fastboot on the "bcm28155_ap" boards
 2015-01-28 19:04 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] usb: add 'bcm_udc_otg' support

[U-Boot] [RFC PATCH 0/21] ARM: start to move SoC code into arch/arm/mach-*
 2015-01-28 16:39 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 04/21] ARM: tegra: collect SoC sources into mach-tegra

[U-Boot] [PATCH v1 0/8] avr32: add generic board
 2015-01-28 16:34 UTC  (5+ messages)
` [U-Boot] [PATCH v1 6/8] avr32: add generic board support

[U-Boot] [PATCH v2] sunxi: video: Force h/vsync active high when using ext. vga dac on some boards
 2015-01-28 15:33 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] arm: reduce .bss section clear time
 2015-01-28 14:34 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] exynos: config: enable arch memcpy and arch memset
` [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined
` [U-Boot] [PATCH 3/3] dfu: mmc: file buffer: remove static allocation

[U-Boot] [GIT PULL] phys_addr_t changes
 2015-01-28 14:30 UTC  (2+ messages)
` [U-Boot] [U-Boot,GIT,PULL] "

[U-Boot] [PATCH] OMAP3: igep00x0: Fix boot hang and add support for status LED
 2015-01-28 14:01 UTC 

[U-Boot] [PATCH] crypto/fsl - Add progressive hashing support using hardware acceleration
 2015-01-28 10:51 UTC 

[U-Boot] [PATCH] cmd_i2c: Provide option for bulk 'i2c write' in one transaction
 2015-01-28 10:11 UTC  (6+ messages)

[U-Boot] [PATCH v2] sunxi: Add Linksprite_pcDuino3_Nano board / defconfig
 2015-01-28  9:54 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] sunxi: rsb: Add sun9i (A80 support)
 2015-01-28  9:39 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()

[U-Boot] [PATCH 1/4] sunxi: Convert sun5i boards to use auto dram configuration
 2015-01-28  9:37 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig option
` [U-Boot] [PATCH 3/4] sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards
` [U-Boot] [PATCH 4/4] sunxi: video: Force h/vsync active high when using ext. vga dac

[U-Boot] Odroid XU3 - exynos5422 - SPL - iRAM/sRAM address
 2015-01-28  7:17 UTC  (7+ messages)

[U-Boot] [PATCH v3 0/6] Exynos5: Fix warnings and enrich clock_get_periph_rate
 2015-01-28  5:55 UTC  (9+ messages)
` [U-Boot] [PATCH v3 3/6] Exynos542x: Add and enable get_periph_rate support

[U-Boot] [PATCH] patman: Make dry-run output match real functionality
 2015-01-28  5:08 UTC  (4+ messages)


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