public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-25 11:15:54 to 2015-02-26 18:53:31 UTC [more...]

[U-Boot] [PATCH v2 1/2] mx6sabre: Enable User Mass Storage
 2015-02-26 18:53 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] mx6sabre: Select BOUNCE_BUFFER and CMD_EXT options

[U-Boot] [PATCH] board: tbs2910: Enable USB Mass Storage support
 2015-02-26 18:50 UTC 

[U-Boot] MIPS UHI spec
 2015-02-26 18:23 UTC  (4+ messages)

[U-Boot] [PATCH] powerpc/T104xD4RDB: Add T1040/T1042D4RDB boards support
 2015-02-26 18:17 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: move -march=* and -mtune= options to arch/arm/Makefile
 2015-02-26 17:43 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: move -march=* and -mtune= options to arch/arm/Makefile
 2015-02-26 17:40 UTC 

[U-Boot] [PATCH v5 0/26] ARM: UniPhier: bug fixes, refactorings and new features
 2015-02-26 17:27 UTC  (27+ messages)
` [U-Boot] [PATCH v5 01/26] ARM: UniPhier: move SoC sources to mach-uniphier
` [U-Boot] [PATCH v5 02/26] ARM: UniPhier: move SoC headers to mach-uniphier/include/mach
` [U-Boot] [PATCH v5 03/26] ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
` [U-Boot] [PATCH v5 04/26] ARM: UniPhier: update defconfigs using savedefconfig
` [U-Boot] [PATCH v5 05/26] serial: UniPhier: use 32 bit register access
` [U-Boot] [PATCH v5 06/26] serial: UniPhier: move LCR register setting to probe function
` [U-Boot] [PATCH v5 07/26] ARM: UniPhier: fix comments in PH1-Pro4 SBC code
` [U-Boot] [PATCH v5 08/26] ARM: UniPhier: fix SBC init code
` [U-Boot] [PATCH v5 09/26] ARM: UniPhier: rename SC_CLKCTRL_CLK_* to SC_SCLKCTRL_CEN_*
` [U-Boot] [PATCH v5 10/26] ARM: UniPhier: split clkrst_init() into two functions
` [U-Boot] [PATCH v5 11/26] ARM: UniPhier: reset NAND core in SPL for non-NAND boot mode
` [U-Boot] [PATCH v5 12/26] ARM: UniPhier: enable STDMAC for EHCI
` [U-Boot] [PATCH v5 13/26] ARM: UniPhier: remove EHCI platform devices
` [U-Boot] [PATCH v5 14/26] ARM: UniPhier: move uniphier_ehci_reset() function
` [U-Boot] [PATCH v5 15/26] ARM: UniPhier: replace "usb-ehci" with "generic-ehci"
` [U-Boot] [PATCH v5 16/26] ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4
` [U-Boot] [PATCH v5 17/26] ARM: UniPhier: enable xHCI and GIO cores for PH1-Pro4
` [U-Boot] [PATCH v5 18/26] ARM: UniPhier: add xHCI device nodes to PH1-Pro4 device tree
` [U-Boot] [PATCH v5 19/26] usb: UniPhier: add UniPhier on-chip xHCI host driver support
` [U-Boot] [PATCH v5 20/26] ARM: UniPhier: switch to xHCI for PH1-Pro4
` [U-Boot] [PATCH v5 21/26] ARM: UniPhier: support 1CS support card for all the UniPhier SoCs
` [U-Boot] [PATCH v5 22/26] ARM: UniPhier: switch to 1CS support card
` [U-Boot] [PATCH v5 23/26] ARM: UniPhier: consolidate MEMCONF setting code
` [U-Boot] [PATCH v5 24/26] ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization
` [U-Boot] [PATCH v5 25/26] ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros
` [U-Boot] [PATCH v5 26/26] ARM: UniPhier: move CONFIG_SYS_TEXT_BASE to Kconfig

[U-Boot] [PATCH v5 0/5] Clean out SPL and enable driver model
 2015-02-26 17:26 UTC  (6+ messages)
` [U-Boot] [PATCH v5 1/5] arm: Reduce the scope of lowlevel_init()
` [U-Boot] [PATCH v5 2/5] arm: spl: Avoid setting up a duplicate global data structure
` [U-Boot] [PATCH v5 3/5] dm: tegra: Enable driver model in SPL and adjust the GPIO driver
` [U-Boot] [PATCH v5 4/5] arm: spl: Allow board_init_r() to run with a larger stack
` [U-Boot] [PATCH v5 5/5] Make export interface support CONFIG_SYS_MALLOC_SIMPLE

[U-Boot] [PATCH 1/3] usb: ci_udc: Fix set address to work with older controllers
 2015-02-26 17:24 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/3] Clean out SPL ready for driver model
 2015-02-26 17:20 UTC  (9+ messages)

[U-Boot] Bad colors on BMP display on LCD
 2015-02-26 17:10 UTC  (2+ messages)

[U-Boot] [PATCH V3 0/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-02-26 16:14 UTC  (15+ messages)
` [U-Boot] [PATCH V3 01/11] ARM: Introduce erratum workaround for 798870
` [U-Boot] [PATCH V3 02/11] ARM: Introduce erratum workaround for 454179
` [U-Boot] [PATCH V3 03/11] ARM: Introduce erratum workaround for 430973
` [U-Boot] [PATCH V3 04/11] ARM: Introduce erratum workaround for 621766
` [U-Boot] [PATCH V3 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH V3 06/11] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V3 07/11] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
` [U-Boot] [PATCH V3 08/11] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH V3 09/11] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration
` [U-Boot] [PATCH V3 10/11] ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766
` [U-Boot] [PATCH V3 11/11] ARM: OMAP3: rx51: "

[U-Boot] [PATCH] spl_mem_init.c : Added support for mDDR in SPL for i.MX28
 2015-02-26 15:43 UTC  (2+ messages)

[U-Boot] [PATCH] ARMv8: Bug fix of dcache_disable()
 2015-02-26 15:06 UTC  (5+ messages)

[U-Boot] [PATCH] added defconfig for Jesurun Q5
 2015-02-26 14:33 UTC  (5+ messages)

[U-Boot] U-Boot stuck after relocation attempt on MX51 board
 2015-02-26 14:19 UTC  (9+ messages)

[U-Boot] U-Boot Atmel SAMA5D3 Xplained
 2015-02-26 13:06 UTC  (2+ messages)

[U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility
 2015-02-26 12:23 UTC 

[U-Boot] [PATCH v3 00/12] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix
 2015-02-26 11:48 UTC  (5+ messages)
` [U-Boot] [PATCH v3 09/12] tegra124: Add PSCI support for Tegra124

[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command
 2015-02-26 10:22 UTC  (2+ messages)

[U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)
 2015-02-26  9:41 UTC 

[U-Boot] u-boot on raspberry 2: booting in SVC secure mode
 2015-02-26  9:33 UTC  (6+ messages)

[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support
 2015-02-26  9:15 UTC  (15+ messages)
` [U-Boot] [PATCH 04/20] tegra: Provide more accurate microsecond time
` [U-Boot] [PATCH 06/20] tegra: spi: Drop the claim_bus() method to correct delays
` [U-Boot] [PATCH 07/20] dm: tegra: cros_ec: Enable Chrome OS EC on Nyan-big
` [U-Boot] [PATCH 17/20] tegra: nyan-big: Add additional clock and kernel init
` [U-Boot] [PATCH 18/20] Add Chrome OS config header
` [U-Boot] [PATCH 20/20] tegra: config: nyan-big: Add options required by Chrome OS boot

[U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function
 2015-02-26  8:20 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface
` [U-Boot] [PATCH 1/2] usb: common: provide a _weak board_usb_cleanup() function

[U-Boot] [PATCH 0/22] Add driver model support for PCI
 2015-02-26  7:26 UTC  (7+ messages)
` [U-Boot] [PATCH 05/22] RFC: x86: Split up arch_cpu_init()
` [U-Boot] [PATCH 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data

[U-Boot] [PATCH V2 0/9] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-02-26  5:11 UTC  (14+ messages)
` [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V2 7/9] ARM: OMAP3: Introduce OMAP3 Cortex-A8 revision specific errata
` [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

[U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870
 2015-02-26  4:28 UTC 

[U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support
 2015-02-26  3:44 UTC  (9+ messages)
` [U-Boot] [PATCH 1/9] ARM: tegra: pinmux: add note re: drive group field defines

[U-Boot] Please pull u-boot-fsl-qoriq master
 2015-02-26  2:58 UTC  (2+ messages)

[U-Boot] [PATCH] spi: designware_spi: revisit FIFO size detection again
 2015-02-26  2:45 UTC 

[U-Boot] [PATCH 1/6] x86: Support machines with >4GB of RAM
 2015-02-26  2:44 UTC  (7+ messages)
` [U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

[U-Boot] [PATCH] README: remove description about driver model configuration options
 2015-02-26  1:04 UTC  (2+ messages)

[U-Boot] [PATCH] stdio: extend "name" to 32 symbols
 2015-02-26  0:54 UTC  (2+ messages)

[U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
 2015-02-26  0:53 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v4 0/23] "
  ` [U-Boot] [RFC PATCH v4 07/23] net: Change return codes from net/eth.c to use errorno constants
  ` [U-Boot] [RFC PATCH v4 08/23] net: Use int instead of u8 for boolean flag

[U-Boot] [PATCH v1 1/1] fastboot: Update getvar command to get 'userdata' partition size
 2015-02-26  0:38 UTC  (4+ messages)

[U-Boot] "Writing to MMC(%d)... failed"
 2015-02-26  0:30 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/1] fastboot: Add support for flashing zImage
 2015-02-26  0:30 UTC  (2+ messages)

[U-Boot] btrfs?
 2015-02-25 23:38 UTC 

[U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration
 2015-02-25 23:29 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/3] Boot from the bootable paritions
 2015-02-25 23:06 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/3] part: Add support for list filtering on bootable partitions
` [U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command
` [U-Boot] [PATCH v2 3/3] config_distro_bootcmd.h: Prefer booting from bootable paritions

[U-Boot] Odroid XU3 - exynos5422 - SPL - iRAM/sRAM address
 2015-02-25 23:00 UTC  (8+ messages)

[U-Boot] rpi_2 builds fine with make, fails with buildman
 2015-02-25 22:13 UTC  (3+ messages)

[U-Boot] [PATCH 1/2][v4] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-02-25 22:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, 1/2, v4] "

[U-Boot] [PATCH] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
 2015-02-25 22:09 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] u-boot tftp problem
 2015-02-25 22:01 UTC  (6+ messages)
  ` [U-Boot] Fwd: "

[U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration
 2015-02-25 21:38 UTC  (3+ messages)

[U-Boot] [PATCH][v3] crypto/fsl: Make function names consistent for blob encapsulation/decapsulation
 2015-02-25 21:38 UTC  (2+ messages)

[U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode
 2015-02-25 21:37 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: ls1021x: Add support for initializing CAAM's stream id
 2015-02-25 21:35 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: workaround for cache coherency problem
 2015-02-25 21:34 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] arm/ls102xa: create TLB to map PCIe region
 2015-02-25 21:34 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm/ls102xa: use a array to define pexmscportsr

[U-Boot] [PATCH] arm: ls102xa: Define default values for some CCSR macros
 2015-02-25 21:32 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/24] Update ARMv8 LS2085a emulator and simulator boards
 2015-02-25 21:31 UTC  (3+ messages)
` [U-Boot] [PATCH v1 01/24] fsl-ch3/lowlevel: TZPC and TZASC programming to configure non-secure accesses

[U-Boot] [PATCH v4 00/11] Add support for booting multiple cores
 2015-02-25 20:58 UTC  (5+ messages)
` [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

[U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870
 2015-02-25 19:58 UTC  (3+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2015-02-25 16:47 UTC  (6+ messages)

[U-Boot] UMS on mx6sl
 2015-02-25 16:40 UTC  (9+ messages)

[U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
 2015-02-25 16:39 UTC  (3+ messages)

[U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support
 2015-02-25 16:30 UTC  (7+ messages)
    ` [U-Boot] unassigned-patches/133: "
    ` [U-Boot] unassigned-patches/134: "

[U-Boot] [PATCH 1/2] warp: Add User Mass Storage support
 2015-02-25 16:28 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] warp: Select BOUNCE_BUFFER and CMD_EXT options

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C
 2015-02-25 15:22 UTC 

[U-Boot] [PATCH] common/board_f: implement type casting for gd structure
 2015-02-25 14:59 UTC 

[U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support
 2015-02-25 14:09 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 3/7] dm: usb: Adjust users of the USB stack to work with driver model

[U-Boot] [PATCH v2] fastboot: add support for reboot-bootloader command
 2015-02-25 13:46 UTC  (2+ messages)

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-25 13:04 UTC  (5+ messages)
` [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

[U-Boot] Secure boot on imx28
 2015-02-25 13:03 UTC 

[U-Boot] [PATCH 4/4] SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms
 2015-02-25 11:29 UTC 

[U-Boot] [PATCH 3/4] SECURE BOOT: Add command for validation of images
 2015-02-25 11:28 UTC 

[U-Boot] [PATCH 2/4] fsl_sec_mon: Add driver for Security Monitor block of Freescale
 2015-02-25 11:28 UTC 

[U-Boot] [PATCH 1/4][v2] fsl_sfp : Move ccsr_sfp_regs definition to common include
 2015-02-25 11:26 UTC 


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