public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-10-19 01:58:11 to 2015-10-19 21:40:31 UTC [more...]

[U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot
 2015-10-19 21:40 UTC  (13+ messages)

[U-Boot] Building for several archs
 2015-10-19 21:36 UTC  (5+ messages)

[U-Boot] Remove sparc archiecture?
 2015-10-19 20:54 UTC  (8+ messages)

[U-Boot] [PATCH v7 0/9] Add support for ThunderX 88xx SoC family
 2015-10-19 20:14 UTC  (12+ messages)
` [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

[U-Boot] [PATCH v2] Tegra: T210: Add QSPI driver
 2015-10-19 19:26 UTC  (3+ messages)

[U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets
 2015-10-19 18:41 UTC  (6+ messages)

[U-Boot] [PATCH v3] x86: Added support for Advantech SOM-6896
 2015-10-19 17:46 UTC 

[U-Boot] [PATCH v3] common: Fix load and entry addresses in FIT image
 2015-10-19 17:30 UTC  (5+ messages)

[U-Boot] [PATCH v3 1/2] arm: add support for semihosting for ARMv7M targets
 2015-10-19 16:40 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] arm: fix compile warnings when semihosting is enabled on ARMv7M target

[U-Boot] [PATCH 1/3] sf: Add dm_spi_flash_probe
 2015-10-19 16:09 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH 3/3] sf: Remove spi_flash_remove

[U-Boot] [PATCH v2 0/3] Tidy up README.scrapyard and drop old PowerPC code
 2015-10-19 15:29 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] Sort README.scrapyard
` [U-Boot] [PATCH v2 2/3] scrapyard: Add lines for recently removed ARM boards

[U-Boot] [PATCH] Revert "arm: Remove d2net_v2 defconfig file"
 2015-10-19 15:27 UTC 

[U-Boot] [PATCH] configs: ls1021atwr: Enable ID EEPROM for SD boot
 2015-10-19 15:02 UTC  (8+ messages)

[U-Boot] [PATCH 2/3] gpt: add optional parameter guid in gpt command
 2015-10-19 14:59 UTC  (4+ messages)

[U-Boot] [PATCH] fill_scrapyard.py: Pass a directory to tempfile.mkstemp()
 2015-10-19 14:56 UTC 

[U-Boot] [PATCH 1/3] x86: pci: Add PCI IDs for Wildcat Point
 2015-10-19 14:44 UTC  (11+ messages)
` [U-Boot] [PATCH 3/3] x86: Added support for Advantech SOM-6896

[U-Boot] [PATCH 1/3] ARM: relocate: fix hang when CONFIG_ARMV7_SECURE_BASE
 2015-10-19 14:13 UTC  (9+ messages)

[U-Boot] [ELCE2015] Question about schedule
 2015-10-19 13:53 UTC  (8+ messages)

[U-Boot] [PATCH v4 0/8] arm: Tidy up early init
 2015-10-19 12:50 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/8] Move board_init_f_mem() into a common location
` [U-Boot] [PATCH v4 2/8] board_init_f_mem(): Don't require memset()
` [U-Boot] [PATCH v4 3/8] board_init_f_mem(): Don't create an unused early malloc() area
` [U-Boot] [PATCH v4 4/8] arm: Switch aarch64 to using generic global_data setup
` [U-Boot] [PATCH v4 5/8] arm: Switch 32-bit ARM "
` [U-Boot] [PATCH v4 6/8] microblaze: Add a TODO to call board_init_f_mem()
` [U-Boot] [PATCH v4 7/8] zynq: Move SPL console init out of board_init_f()
` [U-Boot] [PATCH v4 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"

[U-Boot] [PATCH] nios2: add README.nios2
 2015-10-19 12:35 UTC  (2+ messages)

[U-Boot] [PATCH] net: convert altera_tse to driver model and phylib
 2015-10-19 12:31 UTC  (2+ messages)

[U-Boot] [Patch V6 00/18] add LS1043A platform support
 2015-10-19 11:59 UTC  (19+ messages)
` [U-Boot] [Patch V6 01/18] armv7/ls1021a: move ns_access to common file
  ` [U-Boot] [Patch V6 02/18] common/board_f.c: modify the macro to use get_clocks() more common
    ` [U-Boot] [Patch V6 03/18] net/fm: Fix the endian issue to support both endianness platforms
      ` [U-Boot] [Patch V6 04/18] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC
        ` [U-Boot] [Patch V6 05/18] net/fm: Add support for 64-bit platforms
          ` [U-Boot] [Patch V6 06/18] net/fm: Make the return value logic consistent with convention
            ` [U-Boot] [Patch V6 07/18] net: fm: bug fix when CONFIG_PHYLIB not defined
              ` [U-Boot] [Patch V6 08/18] net: Move some header files to include/
                ` [U-Boot] [Patch V6 09/18] net/fm: Add QSGMII PCS init
                  ` [U-Boot] [Patch V6 10/18] net/fm: fix MDIO controller base on FMAN2
                    ` [U-Boot] [Patch V6 11/18] armv8/fsl_lsch3: Change arch to fsl-layerscape
                      ` [U-Boot] [Patch V6 12/18] armv8/fsl_lsch2: Add fsl_lsch2 SoC
                        ` [U-Boot] [Patch V6 13/18] armv8/ls1043ardb: Add LS1043ARDB board support
                          ` [U-Boot] [Patch V6 14/18] armv8/ls1043ardb: Add nand boot support
                            ` [U-Boot] [Patch V6 15/18] armv8/ls1043a: Add Fman support
                              ` [U-Boot] [Patch V6 16/18] armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb
                                ` [U-Boot] [Patch V6 17/18] armv8/ls1043ardb: Add sd boot support
                                  ` [U-Boot] [Patch V6 18/18] armv8/ls1043a: Enable secondary cores

[U-Boot] [PATCH] arm: sunxi: Add icnova-a20-swac defconfig and dts file
 2015-10-19 11:53 UTC  (9+ messages)

[U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi
 2015-10-19 11:33 UTC  (2+ messages)

[U-Boot] [PATCH] dfu: dfu_sf: Use the erase sector size for erase operations
 2015-10-19 11:18 UTC  (7+ messages)

[U-Boot] mmc erase fails from U-Boot command line
 2015-10-19 11:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] dm: implement a Timer uclass
 2015-10-19 10:54 UTC  (5+ messages)
` [U-Boot] [PATCH v8 1/3] "

[U-Boot] [PATCH v3 0/2] vexpress64: Juno: Add support for PCIe on Juno
 2015-10-19 10:27 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/2] vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel
` [U-Boot] [PATCH v3 2/2] vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge

[U-Boot] [PATCH v2 0/2] vexpress64: Juno: Add support for PCIe on Juno
 2015-10-19 10:26 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge

[U-Boot] [PATCH v2 1/2] arm: add support for semihosting for ARMv7M targets
 2015-10-19 10:00 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] arm: fix compile warnings when semihosting is enabled on ARMv7M target

[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
 2015-10-19  9:28 UTC  (3+ messages)

[U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding
 2015-10-19  8:34 UTC  (5+ messages)
` [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model

[U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers
 2015-10-19  8:28 UTC  (6+ messages)

[U-Boot] [PATCH] nios2: convert dma mapping to use dm cpu data
 2015-10-19  8:27 UTC  (7+ messages)
` [U-Boot] [PATCH v4] nios2: convert dma_alloc_coherent to use malloc_cache_aligned

[U-Boot] [PATCH v2 00/14] Implement fastboot over NAND and sparse transfers
 2015-10-19  8:17 UTC  (4+ messages)

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-10-19  7:19 UTC  (6+ messages)
` [U-Boot] [PATCH 11/20] dm: serial: Update binding for PL01x serial UART

[U-Boot] Doubt in USB driver for Vybrid vf610
 2015-10-19  6:21 UTC  (4+ messages)

[U-Boot] (last minute) pull request: u-boot-arm/master
 2015-10-19  6:14 UTC  (2+ messages)
` [U-Boot] (CORRECTED last "

[U-Boot] [PATCH] ARM: rpi: add another revision of Raspberry Pi A+
 2015-10-19  5:46 UTC  (2+ messages)

[U-Boot] [Patch V5 00/17] Add LS1043A platform support
 2015-10-19  5:44 UTC  (5+ messages)
` [U-Boot] [Patch V5 11/17] armv8/fsl_lsch3: Change arch to fsl-layerscape

[U-Boot] [PATCH] ARM: dockstar: move start of environment area
 2015-10-19  5:29 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/8] arm: Tidy up early init
 2015-10-19  5:21 UTC  (9+ messages)
` [U-Boot] [PATCH v3 2/8] board_init_f_mem(): Don't require memset()
` [U-Boot] [PATCH v3 7/8] zynq: Move SPL console init out of board_init_f()

[U-Boot] [PATCH 0/4] ARM: tegra: GPU WPR region support
 2015-10-19  4:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: tegra: remove vpr_configured() function
` [U-Boot] [PATCH 2/4] ARM: tegra: simplify GPU setup
` [U-Boot] [PATCH 3/4] ARM: tegra: rename GPU functions
` [U-Boot] [PATCH 4/4] ARM: tegra210: gpu: configure WPR region

[U-Boot] [PATCH v2 00/28] dm: input: Move keyboard drivers to driver model
 2015-10-19  3:28 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/28] dm: input: Create a keyboard uclass
` [U-Boot] [PATCH v2 02/28] input: Add a device pointer to the input config
` [U-Boot] [PATCH v2 03/28] input: Return -ENOSPC when there is not space
` [U-Boot] [PATCH v2 04/28] input: Add the keycode translation tables separately
` [U-Boot] [PATCH v2 05/28] cros_ec: Use udevice instead of cros_ec_dev for keyboard functions
` [U-Boot] [PATCH v2 06/28] dm: stdio: Plumb in the new keyboard uclass
` [U-Boot] [PATCH v2 07/28] dm: tegra: Convert keyboard driver to driver model
` [U-Boot] [PATCH v2 08/28] dm: cros_ec: Convert cros_ec "
` [U-Boot] [PATCH v2 09/28] video: Drop unused console functions
` [U-Boot] [PATCH v2 10/28] i8042: Use functions to handle register access
` [U-Boot] [PATCH v2 11/28] i8042: Adjust kbd_reset() to collect all failures
` [U-Boot] [PATCH v2 12/28] i8042: Adjust keyboard init to assume success
` [U-Boot] [PATCH v2 13/28] input: Correct keycode for Ctrl-Y
` [U-Boot] [PATCH v2 14/28] input: Add a few more keyboard keycodes
` [U-Boot] [PATCH v2 15/28] input: Add a function to add a keycode to the existing set
` [U-Boot] [PATCH v2 16/28] input: Allow repeat filtering to be disabled
` [U-Boot] [PATCH v2 17/28] input: Support the German keymap
` [U-Boot] [PATCH v2 18/28] input: Adjust structure of code in process_modifier()
` [U-Boot] [PATCH v2 19/28] input: Handle caps lock
` [U-Boot] [PATCH v2 20/28] input: Allow updating of keyboard LEDs
` [U-Boot] [PATCH v2 21/28] input: i8042: Convert to use the input library
` [U-Boot] [PATCH v2 22/28] input: Add a Kconfig option for the i8042 keyboard
` [U-Boot] [PATCH v2 23/28] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH v2 24/28] Drop CONFIG_ISA_KEYBOARD
` [U-Boot] [PATCH v2 25/28] input: Convert i8042 to driver model
` [U-Boot] [PATCH v2 26/28] i8042: Handle a duplicate power-on-reset response
` [U-Boot] [PATCH v2 27/28] video: input: Clean up after i8042 conversion
` [U-Boot] [PATCH v2 28/28] input: Convert 'keyboard' driver to use input library

[U-Boot] [PATCH v2 0/5] x86: Early debug enhancements
 2015-10-19  3:18 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/5] debug_uart: Adjust the declaration of debug_uart_init()
` [U-Boot] [PATCH v2 2/5] debug_uart: Support board-specific UART initialisation
` [U-Boot] [PATCH v2 3/5] debug_uart: Add an option to announce the debug UART
` [U-Boot] [PATCH v2 4/5] x86: Init the debug UART if enabled
` [U-Boot] [PATCH v2 5/5] x86: chromebook_link: Enable the debug UART

[U-Boot] usb start crashing on arndale
 2015-10-19  3:10 UTC  (6+ messages)

[U-Boot] [PATCH 00/28] dm: input: Move keyboard drivers to driver model
 2015-10-19  3:07 UTC  (6+ messages)
` [U-Boot] [PATCH 26/28] input: Convert i8042 "

[U-Boot] [PATCH 0/2] Small Configuration tweaks for rockchip/firefly
 2015-10-19  3:03 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] rockchip: Also load the initrd below 512M
` [U-Boot] [PATCH 2/2] rockchip: firefly: Save the environment on SD card

[U-Boot] [PATCH 1/3] x86: ivybridge: Fix saving mrc cache and enable it
 2015-10-19  2:55 UTC  (5+ messages)

[U-Boot] [RFC PATCH] x86: Support booting SeaBIOS
 2015-10-19  2:51 UTC  (4+ messages)

[U-Boot] [PATCH 0/9] x86: Fix up the MRC cache on ivybridge
 2015-10-19  2:41 UTC  (24+ messages)
` [U-Boot] [PATCH 1/9] rtc: mc146818: Add a comment to the #endif
` [U-Boot] [PATCH 2/9] rtc: mc146818: Use probe() to set up the device
` [U-Boot] [PATCH 3/9] dm: rtc: Correct rtc_read32() return value
` [U-Boot] [PATCH 4/9] x86: ivybridge: Use 'ret' instead of 'rcode'
` [U-Boot] [PATCH 5/9] x86: ivybridge: Check the RTC return value
` [U-Boot] [PATCH 6/9] x86: ivybridge: Use CONFIG_ENABLE_MRC_CACHE option
` [U-Boot] [PATCH 7/9] x86: ivybridge: Fix car_uninit() to correctly set run state
` [U-Boot] [PATCH 8/9] x86: ivybridge: Measure the MRC code execution time
` [U-Boot] [PATCH 9/9] x86: ivybridge: Enable the MRC cache

[U-Boot] [PATCH 00/13] x86: Provide a common MRC cache library and enable it for FSP
 2015-10-19  2:31 UTC  (10+ messages)
` [U-Boot] [PATCH 07/13] x86: Use struct mrc_region to describe a mrc region
` [U-Boot] [PATCH 11/13] x86: baytrail: Issue full system reset in reset_cpu()

[U-Boot] [PATCH v2 00/13] Better support of booting VxWorks via 'bootvx'
 2015-10-19  2:28 UTC  (6+ messages)
` [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

[U-Boot] [PATCH 0/7] Add board detection for Odroid XU3 / XU3Lite / XU4
 2015-10-19  2:21 UTC  (10+ messages)
` [U-Boot] [PATCH V2 00/11] "
  ` [U-Boot] [PATCH V2 07/11] dm: adc: add Exynos54xx compatible ADC driver
  ` [U-Boot] [PATCH V2 11/11] exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4

[U-Boot] [PATCH v2 1/3] x86: pci: Add PCI IDs for Wildcat Point
 2015-10-19  2:19 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/3] x86: spi: Add support "

[U-Boot] [PATCH] pci: Fix expansion ROM programming for multi-function devices
 2015-10-19  2:18 UTC  (5+ messages)


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