public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-07-05 15:05:01 to 2012-07-07 10:58:42 UTC [more...]

[U-Boot] [PATCH] arm: rmobile: kzm9g: Adjust hardware setting in lowlevel_init.S
 2012-07-07 10:58 UTC  (7+ messages)
  ` [U-Boot] [PATCH 0/3] arm: rmobile: kzm9g: enable booting Linux kernel

[U-Boot] RMLL/LSM 2012 - U-Boot Developer's Meeting
 2012-07-07 10:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] tegra20: enable thumb
 2012-07-07 10:15 UTC  (17+ messages)
` [U-Boot] [PATCH 1/7] tegra20: remove inline assembly for u32 cast
` [U-Boot] [PATCH 2/7] HACK: rearrange link order for thumb
` [U-Boot] [PATCH 3/7] tegra20: enable thumb build
` [U-Boot] [PATCH 4/7] arm: add _thumb1_case_uqi to libgcc
` [U-Boot] [PATCH 5/7] arm: add thumb compatible return instructions
` [U-Boot] [PATCH 6/7] arm: use thumb compatible return in arm720t
` [U-Boot] [PATCH 7/7] arm: change arm720t to armv4t

[U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms
 2012-07-07 10:08 UTC  (7+ messages)
` [U-Boot] [PATCH v4 4/6] armv7: Use -march=armv7-a and thereby enable Thumb-2

[U-Boot] [V3] arm: Fix to mistake clean the memory space
 2012-07-07  9:58 UTC  (2+ messages)

[U-Boot] S3c64xx: Switch all I/O to use readl/writel function
 2012-07-07  9:57 UTC  (14+ messages)
` [U-Boot] [PATCH 01/13] smdk6400: Move smdk6400 board from Makefile to boards.cfg
` [U-Boot] [PATCH 02/13] S3C64XX: Switch to use readl/writel to operate nand flash
` [U-Boot] [PATCH 03/13] S3C64XX: Use readl/writel to operate uart
` [U-Boot] [PATCH 04/13] S3C64XX: add pwm for s3c64xx support
` [U-Boot] [PATCH 05/13] S3C64XX: reference s5p cpu time system for s3c64xx timer
` [U-Boot] [PATCH 06/13] S3C64xx: mov cpu_init.S to the board directory
` [U-Boot] [PATCH 07/13] S3C6400: Delete nand_spl for S3C6400
` [U-Boot] [PATCH 08/13] S3C6400: Adopt SPL framwork to support spl for nand flash
` [U-Boot] [PATCH 09/13] S3C64XX: Change SROM init to use read/write operation
` [U-Boot] [PATCH 10/13] S3C64XX: Switch to use read/writel to operation clock system
` [U-Boot] [PATCH 11/13] S3c64xx: clear GPIO, Interrupt, Watchdog flag
` [U-Boot] [PATCH 12/13] S3C6400: clear memory init variable
` [U-Boot] [PATCH 13/13] S3C6400: Clear system clock variable

[U-Boot] [PATCH] armv7: Fix to mistake clean the memory space
 2012-07-07  9:47 UTC  (9+ messages)

[U-Boot] [PATCH 1/4] MX28: Fix up the MMC driver DMA mode
 2012-07-07  7:25 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] MX28: Split out the PIO and DMA transfer functions
` [U-Boot] [PATCH 3/4] MX28: Transfer small blocks via PIO in MXS MMC
` [U-Boot] [PATCH 4/4] MX28: Fix MXS MMC DMA issues

[U-Boot] [PATCH] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
 2012-07-07  7:14 UTC  (12+ messages)
    ` [U-Boot] [PATCH v2] "
        ` [U-Boot] [PATCH v3] "
                ` [U-Boot] [PATCH v4] "
                    ` [U-Boot] [PATCH v5] "

[U-Boot] [PATCH 0/9] CACHE: Finishing touches
 2012-07-07  3:05 UTC  (11+ messages)
` [U-Boot] [PATCH 2/9] CACHE: Add cache_aligned() macro
` [U-Boot] [PATCH 6/9] CACHE: nand read/write: Test if start address is aligned
` [U-Boot] [PATCH 8/9] CACHE: net: asix: Fix asix driver to work with data cache on

[U-Boot] [PATCH V2 01/25] mxc_i2c: fix i2c_imx_stop
 2012-07-07  1:52 UTC  (33+ messages)
` [U-Boot] [PATCH V2 02/25] mxc_i2c: remove ifdef of CONFIG_HARD_I2C
` [U-Boot] [PATCH V2 03/25] mxc_i2c: create tx_byte function
` [U-Boot] [PATCH V2 04/25] mxc_i2c: clear i2sr before waiting for bit
` [U-Boot] [PATCH V2 05/25] mxc_i2c: create i2c_init_transfer
` [U-Boot] [PATCH V2 06/25] mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write
` [U-Boot] [PATCH V2 07/25] mxc_i2c.c: code i2c_probe as a 0 length i2c_write
` [U-Boot] [PATCH V2 08/25] mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_state
` [U-Boot] [PATCH V2 09/25] mxc_i2c: remove redundant read
` [U-Boot] [PATCH V2 10/25] mxc_i2c: place imx_start code inline
` [U-Boot] [PATCH V2 11/25] mxc_i2c: place i2c_reset "
` [U-Boot] [PATCH V2 12/25] mxc_i2c: don't disable controller after every transaction
` [U-Boot] [PATCH V2 13/25] mxc_i2c: change slave addr if conflicts with destination
` [U-Boot] [PATCH V2 14/25] mxc_i2c: check for arbitration lost
` [U-Boot] [PATCH V2 15/25] mxc_i2c: add retries
` [U-Boot] [PATCH V2 16/25] mxc_i2c: add i2c_regs argument to i2c_imx_stop
` [U-Boot] [PATCH V2 17/25] mxc_i2c: prep work for multiple busses support
` [U-Boot] [PATCH V2 18/25] mxc_i2c: add bus recovery support
` [U-Boot] [PATCH V2 19/25] mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support
` [U-Boot] [PATCH V2 20/25] iomux-v3: remove include of mx6x_pins.h
` [U-Boot] [PATCH V2 21/25] i.mx: iomux-v3.h: move to imx-common include directory
` [U-Boot] [PATCH V2 22/25] i.mx: iomux-v3.c: move to imx-common directory
` [U-Boot] [PATCH V2 23/25] i.mx53: add definition for I2C3_BASE_ADDR
` [U-Boot] [PATCH V2 24/25] imx-common: add i2c.c for bus recovery support
` [U-Boot] [PATCH V2 25/25] mx6qsabrelite: add i2c multi-bus support

[U-Boot] Please pull u-boot-mpc85xx.git
 2012-07-06 22:32 UTC 

[U-Boot] [STATUS] Final pull requests for -rc1?
 2012-07-06 21:32 UTC  (3+ messages)
` [U-Boot] [GIT PULL] mpc83xx: minor fixes

[U-Boot] Please pull u-boot-staging.git/sr@denx.de
 2012-07-06 21:30 UTC  (2+ messages)

[U-Boot] Pull request for u-boot-marvell.git
 2012-07-06 21:30 UTC  (8+ messages)
        ` [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON
          ` [U-Boot] Pull request for u-boot-marvell.git - go ahead

[U-Boot] U-boot Porting
 2012-07-06 20:37 UTC  (8+ messages)

[U-Boot] [PATCH 2/2] [v2] net: abort network initialization if the PHY driver fails
 2012-07-06 19:14 UTC  (3+ messages)

[PATCH 1/1] efikmx: quick hack for testing i2c changes
 2012-07-06 18:12 UTC 

[U-Boot] [PATCH] powerpc/85xx: improve definition of BR_PHYS_ADDR macro
 2012-07-06 17:39 UTC  (2+ messages)
` [U-Boot] [PATCH] powerpc/85xx: remove support for the Freescale P3060

[U-Boot] [PATCH 1/2] kirkwood: implement kw_sdram_bs_set()
 2012-07-06 15:41 UTC  (7+ messages)
` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH v2 2/2] km_arm: enable SDRAM window size fixup

[U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support
 2012-07-06 15:40 UTC  (5+ messages)
` [U-Boot] [PATCH v3 6/7] tegra: nand: Add Tegra NAND driver

[U-Boot] [PATCH] fs/ext2/ext2fs.c: fix warning
 2012-07-06 14:09 UTC  (3+ messages)

[U-Boot] [PATCH] rmobile: kzm9g: Fix warnin in cmp_loop function
 2012-07-06 14:01 UTC  (2+ messages)

[U-Boot] [PATCH] ext2load: increase read speed
 2012-07-06 13:31 UTC  (7+ messages)
` [U-Boot] [PATCH v2] "
    ` [U-Boot] [PATCH] ext2fs: fix warning: 'blocknxt' may be used uninitialized
        ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] armv7: Fix infinite loop for the spl boot
 2012-07-06 11:53 UTC  (6+ messages)

[U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time
 2012-07-06 11:37 UTC  (6+ messages)

[U-Boot] [PATCH] armv7: Fix to mistake clean the memory space
 2012-07-06 11:35 UTC  (7+ messages)

[U-Boot] [PATCH v2] arm: cm4008, cm41xx: use common cfi_flash support
 2012-07-06 11:33 UTC  (4+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 1/2] Remove unused CONFIG_STACKSIZE
 2012-07-06 11:17 UTC  (4+ messages)

[U-Boot] [PATCH v2] arm: cm4008, cm41xx: set gd->ram_size in dram_init
 2012-07-06 10:25 UTC  (4+ messages)

[U-Boot] [PATCH] arm: rmobile: Support build with gcc-4.6 or later
 2012-07-06  8:04 UTC  (2+ messages)

[U-Boot] [PATCH v8 0/4] Kirkwood: add lschlv2 and lsxhl board support
 2012-07-06  7:00 UTC  (7+ messages)
` [U-Boot] [PATCH v8 2/4] net: use common rand()/srand() functions
        ` [U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY

[U-Boot] [PATCH v4] arm : Atmel : add at91sam9x5ek board support
 2012-07-06  3:21 UTC 

[U-Boot] [PATCH 1/2] phylib: phy_startup() should return an error code on failure
 2012-07-06  1:58 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] net: abort network initialization if the PHY driver fails

[U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile
 2012-07-05 22:43 UTC  (6+ messages)
` [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

[U-Boot] [PATCH v3] arm: rmobile: Add supoprt for KMC KZM-A9-GT board
 2012-07-05 22:25 UTC 

[U-Boot] Please pull u-boot-staging.git/sr@denx.de
 2012-07-05 21:37 UTC  (4+ messages)

[U-Boot] Please pull u-boot-ti/master
 2012-07-05 21:31 UTC  (2+ messages)

[U-Boot] [PATCH] ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
 2012-07-05 20:55 UTC  (9+ messages)

[U-Boot] [PATCH 01/11 v2] snowball: Add support for ux500 based snowball board
 2012-07-05 18:53 UTC  (4+ messages)
` [U-Boot] [PATCH 02/11 v2] u8500: Moving prcmu to cpu directory
` [U-Boot] [PATCH 05/11 v2] snowball: Moving to ux500.v2 addess scheme for PRCMU access
` [U-Boot] [PATCH 11/11 v2] snowball: Adding board specific cache cleanup routine

[U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash
 2012-07-05 18:06 UTC  (3+ messages)

[U-Boot] [PATCH v3 00/11] updates for Keymile Marvell boards
 2012-07-05 17:40 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/11] arm/km: add kmnusa board support
  ` [U-Boot] [PATCH v4] "
` [U-Boot] [PATCH v3 02/11] arm/km: add kmcoge5un "
` [U-Boot] [PATCH v3 03/11] arm/km: convert mgcoge3un target to km_kirkwood
` [U-Boot] [PATCH v3 04/11] arm/km: remove portl2.h and use km_kirkwood instead
` [U-Boot] [PATCH v3 05/11] arm/km: enable BOCO2 FPGA download support
` [U-Boot] [PATCH v3 06/11] arm/km: cleanup km_kirkwood boards
` [U-Boot] [PATCH v3 07/11] arm/km: redefine piggy 4 reg names to avoid conflicts
` [U-Boot] [PATCH v3 08/11] arm/km: skip FPGA config when already configured
` [U-Boot] [PATCH v3 09/11] arm/km: support the 2 PCIe fpga resets
` [U-Boot] [PATCH v3 10/11] arm/km: add implementation for read_dip_switch
` [U-Boot] [PATCH v3 11/11] arm/km: remove calls to kw_gpio_* in board_early_init_f

[U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot
 2012-07-05 17:24 UTC  (5+ messages)

[U-Boot] [PATCH v2 00/14] updates for Keymile Marvell boards
 2012-07-05 15:44 UTC  (20+ messages)
` [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

[U-Boot] ARM CONFIG_OF_CONTROL status
 2012-07-05 15:34 UTC  (13+ messages)

[U-Boot] USB detection
 2012-07-05 15:34 UTC  (3+ messages)

[U-Boot] [PATCH 3/3] cm4008: use common cfi_flash support
 2012-07-05 15:19 UTC  (3+ messages)
` [U-Boot] [PATCH v2] arm: cm4008, cm41xx: Fix ROM relocation


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