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

[U-Boot] Merging device trees at runtime for module-based systems
 2012-10-31 23:56 UTC  (6+ messages)

[U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features
 2012-10-31 23:50 UTC  (4+ messages)
` [U-Boot] [PATCH 05/14] fdt: Export fdtdec_find_alias_node() function

[U-Boot] [PATCH] common: Link with GCC instead of LD
 2012-10-31 23:45 UTC  (10+ messages)

[U-Boot] [PATCH 1/2] WIP: Changes to patman libraries
 2012-10-31 23:40 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] WIP: Test version of buildman - U-Boot builder

[U-Boot] [PATCH] WIP: cbfs: Add docbook template
 2012-10-31 23:39 UTC  (2+ messages)

[U-Boot] [PATCH] usb gadget ether: Fix warning in is_eth_addr_valid()
 2012-10-31 23:30 UTC 

[U-Boot] [PATCH 0/20] AHCI / SATA Improvements
 2012-10-31 23:28 UTC  (10+ messages)
` [U-Boot] [PATCH 20/20] x86: config: Enable AHCI support for coreboot

[U-Boot] [PATCH v2 03/22] powerpc/mpc85xx: move debug tlb entry after TLB is in known state
 2012-10-31 22:51 UTC  (7+ messages)

[U-Boot] [PATCH] git-mailrc: Change x86 maintainer to Simon
 2012-10-31 22:41 UTC 

[U-Boot] [PATCH 1/7] ide: Add printf format string for CONFIG_SYS_64BIT_LBA option
 2012-10-31 22:41 UTC  (5+ messages)
` [U-Boot] [PATCH 6/7] fs: Add a Coreboot Filesystem (CBFS) driver and commands

[U-Boot] [PATCH] 8xxx: Change all 8*xx_DDR addresses to 8xxx
 2012-10-31 21:52 UTC  (2+ messages)

[U-Boot] Current u-boot memory mapping
 2012-10-31 21:49 UTC  (3+ messages)

[U-Boot] [PATCH] Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIG
 2012-10-31 21:23 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack list
 2012-10-31 21:09 UTC 

[U-Boot] [PATCH] fs: rename fsload command to load
 2012-10-31 21:05 UTC 

[U-Boot] UBIFS fails on SheevaPlug
 2012-10-31 20:45 UTC  (19+ messages)
                                  ` [U-Boot] How to enable debug information in u-boot

[U-Boot] [PATCH 1/2] MAKEALL: Fix kill_children
 2012-10-31 20:22 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] MAKEALL: Add options for incremental building

[U-Boot] [PATCH] fs: zfs: fix illegal use of fp
 2012-10-31 18:21 UTC 

[U-Boot] [PATCH V4 1/3] fs: delete unused Makefile
 2012-10-31 17:03 UTC  (17+ messages)
` [U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands
      ` [U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation
    ` [U-Boot] [PATCH] fs: handle CONFIG_NEEDS_MANUAL_RELOC

[U-Boot] Custodian branch base commits
 2012-10-31 16:56 UTC  (9+ messages)

[U-Boot] [PATCH] pxa: Disable dcache on palmld, palmtc, zipitz2
 2012-10-31 16:52 UTC  (5+ messages)

[U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB
 2012-10-31 16:32 UTC  (3+ messages)

[U-Boot] [PATCH] sparc: Fix redefinition of macros in serial driver
 2012-10-31 16:29 UTC 

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

[U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches
 2012-10-31 16:12 UTC  (2+ messages)

[U-Boot] [PATCH] am33xx: pmic: Add support for tps65217
 2012-10-31 14:58 UTC 

[U-Boot] [PATCH v2] arm1136: Fix enable_caches()
 2012-10-31 14:41 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/esdhc: force the bus width to 4bit
 2012-10-31 10:43 UTC  (9+ messages)

[U-Boot] [PATCH v4 00/24] pmic: Redesign PMIC framework to support multiple instances of devices
 2012-10-31  9:43 UTC  (31+ 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 v2 2/2] coldfire: Add support for amcore board
 2012-10-31  9:33 UTC 

[U-Boot] [PATCH v2 1/2] coldfire: Add support for amcore board
 2012-10-31  9:33 UTC 

[U-Boot] Extload question
 2012-10-31  9:00 UTC  (2+ messages)

[U-Boot] [PATCH v2] common/cmd_ext_common: measure throughput
 2012-10-31  7:39 UTC  (3+ messages)
` [U-Boot] [PATCH v3] fs/fs.c: do_fsload: "

[U-Boot] [PATCH v2 00/32] Initial sparse fix series
 2012-10-31  5:51 UTC  (3+ messages)
` [U-Boot] [PATCH v2 20/25] drivers/input/input.c: sparse fix

[U-Boot] [PATCH] omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF
 2012-10-31  5:24 UTC 

[U-Boot] [PATCH 0/3] Bring in new I2C framework
 2012-10-31  5:20 UTC  (14+ messages)

[U-Boot] [PATCH v7 0/16] tegra: Add display driver and LCD support for Seaboard
 2012-10-31  0:05 UTC  (6+ messages)

[U-Boot] [PATCH v1 0/8] NAND support for AM33XX
 2012-10-31  0:03 UTC  (14+ messages)
` [U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common
` [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition
` [U-Boot] [PATCH v1 3/8] am33xx: NAND support
` [U-Boot] [PATCH v1 4/8] am335x_evm: enable "
` [U-Boot] [PATCH v1 5/8] am33xx: add ELM support
` [U-Boot] [PATCH v1 6/8] omap_gpmc: BCH8 support (ELM based)
` [U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX
` [U-Boot] [PATCH v1 8/8] am335x_evm: enable SPL NAND support

[U-Boot] [PATCH v8 11/16] lcd: Add support for flushing LCD fb from dcache after update
 2012-10-30 23:40 UTC 

[U-Boot] [PATCH v2 22/22] powerpc/mpc85xx/p2020rdb-pca: Use L2 SRAM for SPL boot
 2012-10-30 23:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] fs: fix do_fsload() handling of optional arguments
 2012-10-30 22:28 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] cmd_ext4: remove TABs from command help text
` [U-Boot] [PATCH 3/3] fs: fix number base behaviour change in fatload/ext*load

[U-Boot] [PATCH 00/32] Initial sparse fix series
 2012-10-30 22:27 UTC  (8+ messages)
        ` [U-Boot] [PATCH] libfdt: introduce fdt type annotation for use by endian checkers

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

[U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl
 2012-10-30 21:12 UTC  (5+ messages)
` [U-Boot] [PATCH v2 00/22] "

[U-Boot] [PATCH 0/4] apf27: add support of armadeus apf27 v2
 2012-10-30 20:50 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

[U-Boot] [PATCH] cmd_fdt.c: Use %p when printing pointers
 2012-10-30 19:23 UTC  (7+ messages)
  ` [U-Boot] [PATCH] lib/vsprintf.c: don't special-case pointers to address null

[U-Boot] [PATCH 1/8] tegra: usb: convert USB_PORTS_MAX to be a define
 2012-10-30 18:58 UTC  (18+ messages)
` [U-Boot] [PATCH 2/8] tegra: usb: make controller init functions more self contained
` [U-Boot] [PATCH 7/8] tegra: usb: move implementation into right directory
` [U-Boot] [PATCH 5/8] tegra: usb: move controller init into start_port

[U-Boot] Linker errors from .u_boot_list in powerpc
 2012-10-30 18:37 UTC  (4+ messages)

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

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


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