public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-10-29 15:23:43 to 2012-10-30 17:35:41 UTC [more...]

[U-Boot] [PATCH] powerpc/esdhc: force the bus width to 4bit
 2012-10-30 17:35 UTC  (6+ messages)

[U-Boot] Custodian branch base commits
 2012-10-30 17:35 UTC 

[U-Boot] [PATCH 1/2] tegra: i2c: Add function to know about current bus
 2012-10-30 17:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] WIP: tegra: i2c: Enable new CONFIG_SYS_I2C framework

[U-Boot] [PATCH 0/3] Bring in new I2C framework
 2012-10-30 17:22 UTC  (14+ messages)

[U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl
 2012-10-30 17:04 UTC  (27+ messages)
` [U-Boot] [PATCH v2 00/22] "
  ` [U-Boot] [PATCH v2 01/22] serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONS
  ` [U-Boot] [PATCH v2 02/22] serial/ns16550: wait for TEMT before initializing
  ` [U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state
  ` [U-Boot] [PATCH v2 04/22] powerpc/mpc85xx: add comma before "already enabled"
  ` [U-Boot] [PATCH v2 05/22] Add u-boot-pad.bin target to the Makefile
  ` [U-Boot] [PATCH v2 06/22] spl: rename u-boot-pad.bin to u-boot-with-spl.bin
  ` [U-Boot] [PATCH v2 07/22] spl: introduce CONFIG_SPL_TARGET
  ` [U-Boot] [PATCH v2 08/22] powerpc: change .fixup test to a GCC version test
  ` [U-Boot] [PATCH v2 09/22] powerpc/mpc85xx: fix TLB alignment
  ` [U-Boot] [PATCH v2 10/22] powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxx
  ` [U-Boot] [PATCH v2 11/22] spl/mpc85xx: move udelay to cpu code
  ` [U-Boot] [PATCH v2 12/22] spl: include resetvec and lib8xxx
  ` [U-Boot] [PATCH v2 13/22] spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.c
  ` [U-Boot] [PATCH v2 14/22] powerpc/mpc85xx: consistently use COBJS-y
  ` [U-Boot] [PATCH v2 15/22] spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL
  ` [U-Boot] [PATCH v2 16/22] spl/85xx: new SPL support
  ` [U-Boot] [PATCH v2 17/22] powerpc/mpc85xx/p1_p2_rdb_pc: "
  ` [U-Boot] [PATCH v2 18/22] spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC
  ` [U-Boot] [PATCH v2 19/22] spl/nand: config symbol documentation
  ` [U-Boot] [PATCH v2 20/22] powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new spl
  ` [U-Boot] [PATCH v2 21/22] powerpc/mpc85xx/p1_p2_rdb_pc: clean up memory map
  ` [U-Boot] [PATCH v2 22/22] powerpc/mpc85xx/p2020rdb-pca: Use L2 SRAM for SPL boot

[U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices
 2012-10-30 16:57 UTC  (25+ messages)
` [U-Boot] [PATCH v4 01/24] pmic:i2c: Handle PMIC I2C transmission comprising of two bytes
` [U-Boot] [PATCH v4 02/24] pmic:i2c: Add I2C sensor byte order (big/little) to PMIC framework
` [U-Boot] [PATCH v4 03/24] pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C
` [U-Boot] [PATCH v4 04/24] pmic: Extend PMIC framework to support multiple instances of PMIC devices
` [U-Boot] [PATCH v4 05/24] pmic: Introduce power_init_board() method at ./lib/board.c file
` [U-Boot] [PATCH v4 06/24] pmic: Enable power_board_init() support at TRATS
` [U-Boot] [PATCH v4 07/24] pmic:chrg: Common information about charger and battery (power_chrg.h)
` [U-Boot] [PATCH v4 08/24] pmic: Move pmic related code to ./drivers/power directory
` [U-Boot] [PATCH v4 09/24] pmic: Extend struct pmic to support battery and charger related operations
` [U-Boot] [PATCH v4 10/24] pmic:battery: Support for Trats Battery at PMIC framework
` [U-Boot] [PATCH v4 11/24] pmic:muic: Support for MUIC built into MAX8997 device
` [U-Boot] [PATCH v4 12/24] pmic:fuel-gauge: Support for MAX17042 fuel-gauge
` [U-Boot] [PATCH v4 13/24] pmic:max8997: Function for calculating LDO internal register value
` [U-Boot] [PATCH v4 14/24] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board
` [U-Boot] [PATCH v4 15/24] arm:trats:pmic: Enable MUIC (MAX8997) at "
` [U-Boot] [PATCH v4 16/24] arm:trats:pmic: Enable fuel-gauge (MAX17042) "
` [U-Boot] [PATCH v4 17/24] arm:trats:pmic: Enable battery support "
` [U-Boot] [PATCH v4 18/24] pmic:max8997: Support for MAX8997 internal charger control
` [U-Boot] [PATCH v4 19/24] arm:trats:pmic: Power consumption reduction state for Samsung's TRATS board
` [U-Boot] [PATCH v4 20/24] arm:trats:pmic: Support for charging battery at "
` [U-Boot] [PATCH v4 21/24] pmic: Extend PMIC framework to support battery related commands
` [U-Boot] [PATCH v4 22/24] power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* files
` [U-Boot] [PATCH v4 23/24] power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
` [U-Boot] [PATCH v4 24/24] power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWER

[U-Boot] [PATCH V4 1/3] fs: delete unused Makefile
 2012-10-30 16:47 UTC  (5+ messages)
` [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

[U-Boot] [PATCH v6 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h
 2012-10-30 16:44 UTC  (7+ messages)

[U-Boot] x86: Anyone willing to take over the reigns
 2012-10-30 16:21 UTC  (2+ messages)

[U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define
 2012-10-30 16:18 UTC  (34+ messages)
` [U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained
` [U-Boot] [PATCH 3/8] tegra: usb: fold initial pll setup into board_usb_init
` [U-Boot] [PATCH 4/8] tegra: usb: remove unneeded function parameter
` [U-Boot] [PATCH 5/8] tegra: usb: move controller init into start_port
` [U-Boot] [PATCH 6/8] tegra: usb: various small cleanups
` [U-Boot] [PATCH 7/8] tegra: usb: move implementation into right directory
` [U-Boot] [PATCH 8/8] tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]

[U-Boot] ping failed; host 192.168.1.101 is not alive
 2012-10-30 16:16 UTC  (4+ messages)

[U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches
 2012-10-30 16:15 UTC 

[U-Boot] OK6410 board uboot
 2012-10-30 14:05 UTC 

[U-Boot] [PATCH v2] common/cmd_ext_common: measure throughput
 2012-10-30 11:49 UTC  (2+ messages)
` [U-Boot] [PATCH v3] fs/fs.c: do_fsload: "

[U-Boot] analyze/change assembly code
 2012-10-30 11:08 UTC 

[U-Boot] [PATCH] M68K: eb_cpu5282: general update and enhanced board support
 2012-10-30 10:46 UTC  (2+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH] cmd_fdt.c: Use %p when printing pointers
 2012-10-30  9:59 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/7] SPL: Port SPL framework to powerpc
 2012-10-30  7:28 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h

[U-Boot] [PATCH 00/32] Initial sparse fix series
 2012-10-30  0:43 UTC  (28+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 01/25] include/linux/byteorder: import latest endian definitions from linux
  ` [U-Boot] [PATCH v2 02/25] include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} redefined
  ` [U-Boot] [PATCH v2 03/25] include/linux/unaligned/generic.h: fix warning: preprocessor token __force redefined
  ` [U-Boot] [PATCH v2 04/25] include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined'
  ` [U-Boot] [PATCH v2 05/25] arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefined
  ` [U-Boot] [PATCH v2 06/25] arch/powerpc/lib/extable.c: sparse fix
  ` [U-Boot] [PATCH v2 07/25] arch/powerpc/lib/board.c, *traps.c: sparse fixes
  ` [U-Boot] [PATCH v2 08/25] include/image.h: "
  ` [U-Boot] [PATCH v2 09/25] common/cmd_*.c: "
  ` [U-Boot] [PATCH v2 10/25] common/misc: "
  ` [U-Boot] [PATCH v2 11/25] net/: "
  ` [U-Boot] [PATCH v2 12/25] drivers/net/: "
  ` [U-Boot] [PATCH v2 13/25] lib/zlib: "
  ` [U-Boot] [PATCH v2 14/25] lib/vsprintf.c: "
  ` [U-Boot] [PATCH v2 15/25] arch/powerpc/cpu/mpc8xxx/: "
  ` [U-Boot] [PATCH v2 16/25] powerpc/mpc85xx: "
  ` [U-Boot] [PATCH v2 17/25] powerpc/mpc83xx: "
  ` [U-Boot] [PATCH v2 18/25] drivers/block/: "
  ` [U-Boot] [PATCH v2 19/25] drivers/gpio/mpc83xx_gpio.c: "
  ` [U-Boot] [PATCH v2 20/25] drivers/input/input.c: sparse fix
  ` [U-Boot] [PATCH v2 21/25] drivers/mmc/mmc.c: sparse fixes
  ` [U-Boot] [PATCH v2 22/25] drivers/mmc/fsl_esdhc.c: "
  ` [U-Boot] [PATCH v2 23/25] drivers/mtd/cfi_flash.c: "
  ` [U-Boot] [PATCH v2 24/25] drivers/mtd/nand: "
  ` [U-Boot] [PATCH v2 25/25] drivers/serial/serial_ns16550.c: "

[U-Boot] [PATCH v7] qi_lb60: add nand spl support
 2012-10-30  0:41 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Standardize on run-time board ID variables
 2012-10-30  0:14 UTC  (9+ messages)

[U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB
 2012-10-29 23:58 UTC 

[U-Boot] UBIFS fails on SheevaPlug
 2012-10-29 23:55 UTC  (17+ messages)

[U-Boot] pull request for u-boot-tegra/master into ARM/master
 2012-10-29 23:49 UTC 

[U-Boot] [PATCH] ext4: Fix printf() format string error
 2012-10-29 22:56 UTC  (2+ messages)

[U-Boot] [PATCH] FPGA: Cyclon II: Correctly reset the FPGA before configuration
 2012-10-29 22:56 UTC  (2+ messages)

[U-Boot] [PATCH] arm720t: add back common.h include
 2012-10-29 21:06 UTC  (3+ messages)

[U-Boot] [PATCH] common/spl: Mark arguments as unused
 2012-10-29 18:54 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/22] AHCI / SATA Improvements
 2012-10-29 18:28 UTC  (25+ messages)
` [U-Boot] [PATCH v3 01/22] ahci: Support splitting of read transactions into multiple chunks
` [U-Boot] [PATCH v3 02/22] scsi: Provide support for a list of AHCI controllers
` [U-Boot] [PATCH v3 03/22] scsi: Add scsi_write to SCSI driver
` [U-Boot] [PATCH v3 04/22] Support setenv_ulong() and setenv_addr() for powerpc
` [U-Boot] [PATCH v3 05/22] scsi: Add function and env var to report number of scsi drives
` [U-Boot] [PATCH v3 06/22] ahci: Optimise AHCI controller reset and start-up
` [U-Boot] [PATCH v3 07/22] ahci: Improve AHCI debugging
` [U-Boot] [PATCH v3 08/22] ahci: cosmetics and cleanup
` [U-Boot] [PATCH v3 09/22] ahci: Make sending the SETFEATURES_XFER command optional
` [U-Boot] [PATCH v3 10/22] ahci: support scsi writing in AHCI driver
` [U-Boot] [PATCH v3 11/22] ahci: Make the AHCI code find the capacity of disks > 128 GB properly
` [U-Boot] [PATCH v3 12/22] ahci: Use sizeof(fis) instead of hardcoding '20'
` [U-Boot] [PATCH v3 13/22] ahci: Fix 'Invaild' typo
` [U-Boot] [PATCH v3 14/22] ahci: Support 64-bit LBA option when reading capacity
` [U-Boot] [PATCH v3 15/22] ahci: Use virt_to_phys() to denote physical addresses for DMA
` [U-Boot] [PATCH v3 16/22] ahci: flush / invalidate dcache around SATA commands
` [U-Boot] [PATCH v3 17/22] ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)
` [U-Boot] [PATCH v3 18/22] ahci: Support spin-up and link-up separately
` [U-Boot] [PATCH v3 19/22] ahci: Perform SATA flush after disk write
` [U-Boot] [PATCH v3 20/22] ahci: Expand HDD Logical Block addressability up to 32 bits
` [U-Boot] [PATCH v3 21/22] ide: Correct function signatures for ide_read/write()
` [U-Boot] [PATCH v3 22/22] x86: config: Enable AHCI support for coreboot

[U-Boot] Current u-boot memory mapping
 2012-10-29 18:13 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] Nokia RX-51 support
 2012-10-29 17:55 UTC  (9+ messages)
` [U-Boot] [PATCH v4 2/5] arm bootm: Do not append zero ATAG_MEM
` [U-Boot] [PATCH v4 5/5] New board support: Nokia RX-51 aka N900
  ` [U-Boot] [PATCH v5 "

[U-Boot] [PATCH 0/4] apf27: add support of armadeus apf27 v2
 2012-10-29 17:35 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] apf27: add missing constant to mx27
` [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board
` [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27
` [U-Boot] [PATCH 4/4] apf27: add FPGA support for the apf27 board

[U-Boot] Pull request: u-boot-mpc8xx/master
 2012-10-29 16:51 UTC  (2+ messages)

[U-Boot] Pull request:u-boot-coldfire/master
 2012-10-29 16:50 UTC  (2+ messages)


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