public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-03-14 19:27:24 to 2012-03-16 18:20:15 UTC [more...]

[U-Boot] [PATCH] arm: Don't use printf() in SPL builds
 2012-03-16 18:20 UTC  (9+ messages)

[U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM
 2012-03-16 18:20 UTC  (11+ messages)

[U-Boot] A question about mpc85xx tlb1
 2012-03-16 18:04 UTC  (2+ messages)

[U-Boot] [PATCH] sdrc.c: Fix typo in do_sdrc_init() for SPL
 2012-03-16 17:55 UTC 

[U-Boot] SPL Linux Boot V13
 2012-03-16 17:26 UTC  (16+ messages)
` [U-Boot] SPL Linux Boot
  ` [U-Boot] [PATCH V14 01/13] Add cmd_spl command
  ` [U-Boot] [PATCH V14 02/13] devkit8000: add config for spl command
  ` [U-Boot] [PATCH V14 03/13] omap-common: Add NAND SPL linux booting
  ` [U-Boot] [PATCH V14 04/13] devkit8000/spl: init GPMC for dm9000 in SPL
  ` [U-Boot] [PATCH V14 05/13] omap-common/spl: Add linux boot to SPL
  ` [U-Boot] [PATCH V14 06/13] omap/spl: change output of spl_parse_image_header
  ` [U-Boot] [PATCH V14 07/13] devkit8000: Implement and activate direct OS boot
  ` [U-Boot] [PATCH V14 08/13] Add cache functions to SPL for armv7
  ` [U-Boot] [PATCH V14 09/13] OMAP3: SPL: do not call I2C init if no I2C is set
  ` [U-Boot] [PATCH V14 10/13] SPL: call cleanup_before_linux() before booting Linux
  ` [U-Boot] [PATCH V14 11/13] OMAP3: twister: add support to boot Linux from SPL
  ` [U-Boot] [PATCH V14 12/13] arm: Add Prep subcommand support to bootm
  ` [U-Boot] [PATCH V14 13/13] cam_enc_4xx: Rename 'images' to 'imgs'

[U-Boot] Please pull u-boot-ti/next
 2012-03-16 17:15 UTC 

[U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms
 2012-03-16 17:09 UTC  (17+ messages)
` [U-Boot] [PATCH 1/2] tools, config.mk: Add gcc-version.sh, cc-version test from Linux
` [U-Boot] [PATCH 2/2] Makefile: Add a 'checkthumb' rule
  ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] i.MX28: Drop __naked function from spl_mem_init
 2012-03-16 17:01 UTC  (2+ messages)

[U-Boot] [PATCH] net: force PKTALIGN to ARCH_DMA_MINALIGN
 2012-03-16 16:18 UTC  (7+ messages)

[U-Boot] [PATCH V2] BOOT: Add RAW ramdisk support to bootz
 2012-03-16 15:54 UTC  (2+ messages)

[U-Boot] [PATCH] sh: Fix building ecovec board
 2012-03-16 15:37 UTC 

[U-Boot] [PATCH v4] mx6: Read silicon revision from register
 2012-03-16 15:02 UTC 

[U-Boot] execution of standalone hello_world not happening
 2012-03-16 14:29 UTC  (4+ messages)

[U-Boot] [PATCH] BOOT: Add RAW ramdisk support to bootz
 2012-03-16 11:09 UTC  (4+ messages)

[U-Boot] POLL: DEVELOPER's MEETING
 2012-03-16 10:54 UTC 

[U-Boot] DEVELOPER's MEETING
 2012-03-16 10:45 UTC  (5+ messages)

[U-Boot] [PATCH v5] usb: align buffers at cacheline
 2012-03-16  8:52 UTC  (6+ messages)
` [U-Boot] [PATCH v8] "

[U-Boot] [PATCH] README: supported boards are in boards.cfg, not Makefile
 2012-03-16  8:48 UTC 

[U-Boot] [PATCH v3] kirkwood: add support for Cloud Engines Pogoplug E02
 2012-03-16  7:41 UTC  (2+ messages)

[U-Boot] [PATCH] add new board nas62x0
 2012-03-16  7:34 UTC  (5+ messages)

[U-Boot] making use of commands in standalone application
 2012-03-16  6:59 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/27] Create generic board init for ARM, x86, PPC
 2012-03-16  5:31 UTC  (48+ messages)
` [U-Boot] [PATCH v4 01/27] arm: Change board baud_rate to ulong
` [U-Boot] [PATCH v4 02/27] x86: "
` [U-Boot] [PATCH v4 03/27] arm: Only display frame buffer info if there is LCD/video support
` [U-Boot] [PATCH v4 04/27] x86: Remove dead code in eNET
` [U-Boot] [PATCH v4 05/27] x86: Add initial memory barrier macros
` [U-Boot] [PATCH v4 06/27] ppc: "
` [U-Boot] [PATCH v4 07/27] Introduce generic global_data
` [U-Boot] [PATCH v4 08/27] Introduce generic u-boot.h file
` [U-Boot] [PATCH v4 09/27] Introduce generic link section.h symbol files
` [U-Boot] [PATCH v4 10/27] arm: Use sections header to obtain link symbols
` [U-Boot] [PATCH v4 11/27] x86: Change stub example to use asm-generic/sections.h
` [U-Boot] [PATCH v4 12/27] Introduce a basic initcall implementation
` [U-Boot] [PATCH v4 13/27] Define CONFIG_SYS_LEGACY_BOARD everywhere
` [U-Boot] [PATCH v4 14/27] Introduce generic pre-relocation board_f.c
` [U-Boot] [PATCH v4 15/27] Introduce generic post-relocation board_r.c
` [U-Boot] [PATCH v4 16/27] Add spl load feature
` [U-Boot] [PATCH v4 17/27] arm: Enable generic board support
` [U-Boot] [PATCH v4 18/27] Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
` [U-Boot] [PATCH v4 19/27] x86: Use sections header to obtain link symbols
` [U-Boot] [PATCH v4 20/27] Add x86 fields to generic global_data
` [U-Boot] [PATCH v4 21/27] x86: Enable generic board support
` [U-Boot] [PATCH v4 22/27] Add ppc fields to generic global data
` [U-Boot] [PATCH v4 23/27] Adjust board_f for ppc
` [U-Boot] [PATCH v4 24/27] Adjust board_r.c for PowerPC
` [U-Boot] [PATCH v4 25/27] ppc: Enable generic board board
` [U-Boot] [PATCH v4 26/27] tegra: Mark board init files for ARMv4t
` [U-Boot] [PATCH v4 27/27] tegra: Enable generic board for Seaboard

[U-Boot] ext2 file system performance
 2012-03-16  4:42 UTC  (2+ messages)

[U-Boot] [PATCH V2] MMC: Implement generic bounce buffer
 2012-03-16  4:41 UTC 

[U-Boot] [PATCH 0/9] iMX/MXS: Get ready for cache
 2012-03-16  4:36 UTC  (11+ messages)
` [U-Boot] [PATCH 1/9] ARM926EJS: Implement cache operations
` [U-Boot] [PATCH 2/9] i.MX28: Add cache support into the APBH DMA driver
` [U-Boot] [PATCH 3/9] i.MX28: Add cache support to MXS NAND driver
` [U-Boot] [PATCH 4/9] MMC: Implement generic bounce buffer
` [U-Boot] [PATCH 5/9] i.MX28: Do data transfers via DMA in MMC driver
` [U-Boot] [PATCH 6/9] i.MX28: Make use of the bounce buffer
` [U-Boot] [PATCH 7/9] i.MX28: Enable caches by default
` [U-Boot] [PATCH 8/9] net: force PKTALIGN to ARCH_DMA_MINALIGN
` [U-Boot] [PATCH 9/9] net: fec_mxc: allow use with cache enabled

[U-Boot] [PATCH 1/4] ARM926EJS: Implement cache operations
 2012-03-16  1:00 UTC  (2+ messages)

[U-Boot] i2c support for samsung s5pv310 in u-boot
 2012-03-15 22:17 UTC  (2+ messages)

[U-Boot] [PATCH v2] kirkwood: add support for Cloud Engines Pogoplug E02
 2012-03-15 21:57 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] cmd_bdinfo: display the address map size (32-bit vs. 36-bit)
 2012-03-15 21:42 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] [v3] powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot

[U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM
 2012-03-15 17:40 UTC  (9+ messages)

[U-Boot] [PATCH V3] BOOT: Add "bootz" command to boot Linux zImage
 2012-03-15 17:18 UTC  (12+ messages)

[U-Boot] Device tree in uboot eeprom environment
 2012-03-15 16:32 UTC  (3+ messages)

[U-Boot] [PATCH] cfi: fix the incomplete erased status check in buffer write
 2012-03-15 15:33 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2] "

[U-Boot] u-boot for SPEAr1310
 2012-03-15 11:46 UTC  (5+ messages)

[U-Boot] [PATCH V2] i.MX6: mx6q_sabrelite: add SATA bindings
 2012-03-15  9:58 UTC  (5+ messages)

[U-Boot] [PATCH] mmc: fsl_esdhc: Add workaround for auto-clock gate errata ENGcm03648
 2012-03-15  9:56 UTC  (2+ messages)

[U-Boot] [PATCH V2 0/3] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels
 2012-03-15  8:52 UTC  (3+ messages)
  ` [U-Boot] [PATCH V2 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE

[U-Boot] [PATCH V3] i.MX6: mx6q_sabrelite: add CONFIG_REVISION_TAG
 2012-03-15  8:49 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/mpc85xx:Add BSC9131 RDB Support
 2012-03-15  6:44 UTC 

[U-Boot] [PATCH] powerpc/mpc85xx:Add BSC9131/BSC9130/BSC9231 Processor Support
 2012-03-15  6:41 UTC 

[U-Boot] [PATCH 0/3 v3] sandbox: spi/sf emulation
 2012-03-15  5:24 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3 v3] sandbox: SPI emulation bus
` [U-Boot] [PATCH 2/3 v3] sandbox: new SPI flash driver

[U-Boot] [PATCH] WIP: fdt: Add serial port controlled by device tree
 2012-03-15  4:28 UTC  (3+ messages)

[U-Boot] [PATCH] EXYNOS: Rename exynos5_tzpc structure to s5p_tzpc
 2012-03-15  3:55 UTC  (6+ messages)
      ` [U-Boot] [Samsung] "

[U-Boot] [PATCH 1/4] doc: Add documentation for mpc85xx debugger support
 2012-03-15  3:51 UTC  (9+ messages)

[U-Boot] [PATCH v2] EXYNOS: Rename exynos5_tzpc structure to exynos_tzpc
 2012-03-15  3:34 UTC 

[U-Boot] [PATCH v3 0/28] Create generic board init for ARM, x86, PPC
 2012-03-15  3:05 UTC  (5+ messages)
` [U-Boot] [PATCH v3 11/28] arm: Use sections header to obtain link symbols

[U-Boot] SPI flash writing
 2012-03-15  0:51 UTC  (10+ messages)

[U-Boot] [PATCH V3] net: fec_mxc: allow use with cache enabled
 2012-03-14 21:15 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