public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-01-21 09:19:08 to 2015-01-22 18:06:33 UTC [more...]

[U-Boot] [PATCH 1/3] common: board: support systems with where RAM ends beyond 4GB
 2015-01-22 18:06 UTC  (4+ messages)

[U-Boot] [PATCH] board_f: save "malloc_base" from zeroing in case of CONFIG_SYS_MALLOC_F_LEN
 2015-01-22 17:57 UTC  (4+ messages)

[U-Boot] [PATCH 0/8] powerpc: drop more non-generic boards
 2015-01-22 17:52 UTC  (11+ messages)
` [U-Boot] [PATCH 1/8] powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support
` [U-Boot] [PATCH 2/8] powerpc: mpc85xx: remove P1_P2_RDB boards
` [U-Boot] [PATCH 3/8] powerpc: mpc85xx: remove P2020COME board support
` [U-Boot] [PATCH 4/8] powerpc: mpc85xx: remove P2020DS "
` [U-Boot] [PATCH 5/8] powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
` [U-Boot] [PATCH 6/8] powerpc: mpc5xxx: remove Total5200 board support
` [U-Boot] [PATCH 7/8] powerpc: mpc5xxx: PM520 "
` [U-Boot] [PATCH 8/8] powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200

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

[U-Boot] [PATCH v2 0/2] video: Add support for Hitachi tx18d42vm LVDS LCD
 2015-01-22 17:37 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] video: Add support for Hitachi tx18d42vm LVDS LCD panels
` [U-Boot] [PATCH v2 2/2] sunxi: "

[U-Boot] [PATCH 00/14] cm-fx6 updates and a new splash screen feature
 2015-01-22 17:33 UTC  (4+ messages)
` [U-Boot] [PATCH 07/14] arm: mx6: cm-fx6: display compulab logo

[U-Boot] [PATCH] pci: tegra: Fix port information parsing
 2015-01-22 16:37 UTC  (11+ messages)

[U-Boot] x86 FSP - delayed SDRAM init?
 2015-01-22 16:36 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S
 2015-01-22 16:20 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] ARMv7: Add a cpu_init_cortex_a7 helper function
` [U-Boot] [PATCH 3/3] sunxi: Switch to using soc_init hook for setting the ACTLR.SMP bit

[U-Boot] Pull request: u-boot-uniphier/master
 2015-01-22 16:16 UTC 

[U-Boot] [PATCH v2 0/3] ARM: UniPhier: fix SocGlue header
 2015-01-22 16:11 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: UniPhier: remove non-sense inline directives
 2015-01-22 16:11 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: UniPhier: add static to local functions
 2015-01-22 16:10 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: UniPhier: fix IECTRL set code for PH1-Pro4
 2015-01-22 16:10 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: UniPhier: describe init_page_table shorter
 2015-01-22 16:09 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: UniPhier: fix comments in SoC Glue init function
 2015-01-22 16:08 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: UniPhier: remove __packed that causes a problem on GCC 4.9
 2015-01-22 16:07 UTC  (2+ messages)

[U-Boot] Buildman problem
 2015-01-22 16:06 UTC 

[U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)
 2015-01-22 16:05 UTC  (8+ messages)

[U-Boot] [PATCH v3 1/2] Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas
 2015-01-22 15:30 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] configs/ls2085a: Add support for Cortex-A57 erratas

[U-Boot] [PATCH 1/2] common: mark commands as default to match "config_cmd_default.h"
 2015-01-22 15:30 UTC  (4+ messages)

[U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users
 2015-01-22 15:22 UTC  (7+ messages)
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH] arm: spl: Allow board_init_r() to run with a larger stack
 2015-01-22 15:10 UTC  (11+ messages)

[U-Boot] [PATCH v2 1/3] x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
 2015-01-22 15:06 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/3] x86: Save mtrr support flag in global data
` [U-Boot] [PATCH v2 3/3] x86: Test mtrr support flag before accessing mtrr msr

[U-Boot] [PATCH v2 0/26] dm: Add additional bus functionality
 2015-01-22 15:00 UTC  (24+ messages)
` [U-Boot] [PATCH v2 01/26] dm: i2c: Provide an offset length parameter where needed
` [U-Boot] [PATCH v2 05/26] dm: core: Tidy up error handling in device_bind()
` [U-Boot] [PATCH v2 07/26] dm: core: Allow parents to have platform data for their children
` [U-Boot] [PATCH v2 08/26] dm: core: Allow uclasses to specific the platdata for a device's children
` [U-Boot] [PATCH v2 11/26] dm: core: Add a flag to control sequence numbering
` [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children
` [U-Boot] [PATCH v2 13/26] dm: spi: Move the per-child data size to the uclass
` [U-Boot] [PATCH v2 14/26] dm: core: Allow the uclass to set up a device's child after binding
` [U-Boot] [PATCH v2 16/26] dm: core: Allow uclass to set up a device's child before it is probed

[U-Boot] [PATCH v2] davinci: Do not duplicate setting of gd
 2015-01-22 14:38 UTC 

[U-Boot] [PATCH 0/5] Add support for G2C1 mx28 board (which has no battery)
 2015-01-22 13:51 UTC  (20+ messages)
` [U-Boot] [PATCH 1/5] Add debug output to mx29 SPL source files
` [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery
` [U-Boot] [PATCH 3/5] Add 'Wait for JTAG user' if booted in JTAG mode
` [U-Boot] [PATCH 4/5] Move PLL power-up from power init to memory init
` [U-Boot] [PATCH 5/5] Add support for ReachTech G2C1 board

[U-Boot] u-boot tools and build system
 2015-01-22 13:11 UTC  (3+ messages)

[U-Boot] [PATCH] lcd: fix console address is not initialized
 2015-01-22 13:10 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration
 2015-01-22 12:40 UTC  (6+ messages)

[U-Boot] [PATCH v2] sunxi: Add support for Mele M5
 2015-01-22 11:56 UTC 

[U-Boot] [RFC 1/1] ARM: Add ARMv7-M support
 2015-01-22 11:30 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Add support for Mele M5
 2015-01-22 11:29 UTC  (3+ messages)

[U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-01-22 11:10 UTC 

[U-Boot] [PATCH v4 0/3] pmic:pfuze support buck regulator mode switch
 2015-01-22 10:30 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/3] pmic:pfuz100 add switch mode and more registers
` [U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

[U-Boot] ot1200: add basic SPL support
 2015-01-22 10:04 UTC  (5+ messages)
` [U-Boot] [PATCH 1/7] ot1200: select SUPPORT_SPL
` [U-Boot] [PATCH 7/7] ot1200: add ot1200_spl_defconfig file

[U-Boot] [PATCH] imx: mx6: Change ENV offset to 512K bytes for larger u-boot image
 2015-01-22  9:16 UTC  (2+ messages)

[U-Boot] [PATCH] mx6: fix warning in platinum board
 2015-01-22  9:14 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] dm:gpio:mxc add DT support
 2015-01-22  8:38 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/4] dm: introduce dev_get_addr interface
` [U-Boot] [PATCH v3 2/4] dm: add dev_get_addr prototype
` [U-Boot] [PATCH v3 3/4] dm:gpio:mxc add a bank_index entry in platdata
` [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

[U-Boot] [PATCH] sunxi: Add Gemei G9 (Allwinner A10/sun4i) tablet
 2015-01-22  7:47 UTC  (3+ messages)
  ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v3 1/2] Enable journal replay for UBIFS
 2015-01-22  7:30 UTC  (3+ messages)

[U-Boot] [PATCH] usb: musb-new: omap2430: Reset the MUSB controller early
 2015-01-22  7:19 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] exynos: usb: make dwc3_set_mode to static
 2015-01-22  7:12 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] mtd:mxs:nand calculate ecc strength dynamically
 2015-01-22  7:09 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mtd:mxs:nand support oobsize bigger than 512

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

[U-Boot] [PATCH] drivers/net/e1000.c: fix compile warning under 64bit mode
 2015-01-22  5:21 UTC  (2+ messages)
` [U-Boot] [PATCH 1/2] drivers/pci/pci_rom.c: "

[U-Boot] [PATCH] arm: switch armltd vexpress to GENERIC_BOARD
 2015-01-22  4:52 UTC 

[U-Boot] [PATCH v2] ARM: atmel: at91sam9m10g45ek: enable SPL
 2015-01-22  0:51 UTC  (3+ messages)

[U-Boot] [PATCH] cmd: Fix gettime command help
 2015-01-21 18:03 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
 2015-01-21 16:23 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] x86: Save mtrr support flag in global data
` [U-Boot] [PATCH 3/3] x86: Test mtrr support flag before accessing mtrr msr

[U-Boot] [PATCH] sunxi: Only compile board.o for CONFIG_SPL_BUILD
 2015-01-21 16:17 UTC  (4+ messages)

[U-Boot] [PATCH] x86: Fix various code format issues in start16.S
 2015-01-21 16:03 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Drop qt840a_defconfig
 2015-01-21 15:57 UTC 

[U-Boot] [PATCH v3 2/2] Enable journal replay for UBIFS
 2015-01-21 15:53 UTC 

[U-Boot] [PATCH] sunxi: Restore lowlevel_init usage
 2015-01-21 15:46 UTC  (2+ messages)

[U-Boot] how to (fat)load from emmc boot partition?
 2015-01-21 15:44 UTC 

[U-Boot] [PATCH v1 0/4] arm, at91: update SPL wdt support
 2015-01-21 15:40 UTC  (7+ messages)
` [U-Boot] [PATCH v1 2/4] common/board_f: add at91 wdt
` [U-Boot] [PATCH v1 3/4] arm, at91, wdt: make timeout configurable

[U-Boot] Problem Mounting/Unmounting several UBI volumes in u-boot
 2015-01-21 14:57 UTC  (3+ messages)

[U-Boot] [GIT PULL] u-boot-mips/master
 2015-01-21 13:14 UTC 

[U-Boot] omap3_spi performance issues
 2015-01-21 12:06 UTC 

[U-Boot] [PATCH v2] dm:gpio:mxc add DT support
 2015-01-21 10:15 UTC  (5+ messages)

[U-Boot] [PATCH v4 06/11] arch/powerpc: Initialize VSC9953 L2 Switch
 2015-01-21  9:54 UTC  (3+ messages)
` [U-Boot] [PATCH v4 10/11] board/T1040qds: Add VSC9953 support for T1040qds board
` [U-Boot] [PATCH v4 11/11] board/T1040rdb: Add VSC9953 support for T1040rdb board

[U-Boot] [GIT PULL] Zynq SoC changes
 2015-01-21  9:38 UTC 

[U-Boot] [GIT PULL] Microblaze changes
 2015-01-21  9:34 UTC 

[U-Boot] [PATCH] fdt: pci: Permit use of reg property for setting device address
 2015-01-21  9:33 UTC  (8+ messages)

[U-Boot] [GIT PULL] phys_addr_t changes
 2015-01-21  9:32 UTC 

[U-Boot] [PATCH 1/4] arm/ls102xa: create TLB to map PCIe region
 2015-01-21  9:29 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm/ls102xa: use a array to define pexmscportsr
` [U-Boot] [PATCH 3/4] arm/ls1021a: add PCIe settings
` [U-Boot] [PATCH 4/4] driver/pci: add Layerscape PCIe driver

[U-Boot] [GIT PULL] fpga changes
 2015-01-21  9:28 UTC 

[U-Boot] [PATCH] common: bootm: Document fake bootm sub-command
 2015-01-21  9:22 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