public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-07-07 05:19:11 to 2014-07-09 12:42:48 UTC [more...]

[U-Boot] [PATCH 1/6] ARM: m28evk: add needed commands and options
 2014-07-09 12:42 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
 2014-07-09 12:41 UTC  (5+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] ARM: OMAP4/5: Change omap4_sdp/panda and omap5_uevm maintainer
 2014-07-09 12:02 UTC  (2+ messages)

[U-Boot] [U-boot] question about nand_scan_bbt()
 2014-07-09 10:27 UTC 

[U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements
 2014-07-09  8:44 UTC  (17+ messages)

[U-Boot] [PATCH] boards.cfg: keep it sorted filling the board field
 2014-07-09  8:34 UTC 

[U-Boot] SPL broken on i.mx31 platforms
 2014-07-09  8:22 UTC  (11+ messages)
              ` [U-Boot] SPL broken on i.mx31 platforms, FIX?

[U-Boot] CONFIG_SYS_GENERIC_BOARD status
 2014-07-09  7:53 UTC  (2+ messages)

[U-Boot] [Question] Any plan to refactor Generic Board Framework?
 2014-07-09  7:43 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] i2c: ST33ZP24 I2C TPM driver
 2014-07-09  7:40 UTC 

[U-Boot] Please pull u-boot-sunxi.git/next
 2014-07-09  6:58 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/29] Add additional core driver model features
 2014-07-09  3:38 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/29] dm: gpio: Don't use the driver model uclass for SPL
` [U-Boot] [PATCH v2 02/29] dm: Use an explicit expect value in core tests
` [U-Boot] [PATCH v2 03/29] stdio: Remove redundant code around stdio_register() calls
` [U-Boot] [PATCH v2 04/29] stdio: Pass device pointer to stdio methods
` [U-Boot] [PATCH v2 05/29] dm: Make sure that the root device is probed
` [U-Boot] [PATCH v2 06/29] dm: Provide a way to shut down driver model
` [U-Boot] [PATCH v2 07/29] sandbox: Remove all drivers before exit
` [U-Boot] [PATCH v2 08/29] dm: Allow drivers to be marked 'before relocation'
` [U-Boot] [PATCH v2 09/29] dm: Support driver model prior to relocation
` [U-Boot] [PATCH v2 10/29] stdio: Provide functions to add/remove devices using stdio_dev
` [U-Boot] [PATCH v2 11/29] console: Remove vprintf() optimisation for sandbox
` [U-Boot] [PATCH v2 12/29] Add a flag indicating when the serial console is ready
` [U-Boot] [PATCH v2 13/29] dm: Move uclass error checking/probing into a function
` [U-Boot] [PATCH v2 14/29] fdt: Add a function to get the alias sequence of a node
` [U-Boot] [PATCH v2 15/29] dm: Move device display into its own function
` [U-Boot] [PATCH v2 16/29] dm: Avoid activating devices in 'dm uclass' command
` [U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering
` [U-Boot] [PATCH v2 18/29] dm: Display the sequence number for each device
` [U-Boot] [PATCH v2 19/29] dm: Allow a device to be found by its FDT offset
` [U-Boot] [PATCH v2 20/29] dm: Avoid accessing uclasses before they are ready
` [U-Boot] [PATCH v2 21/29] fdt: Add a function to get the node offset of an alias
` [U-Boot] [PATCH v2 22/29] dm: Tidy up some header file comments
` [U-Boot] [PATCH v2 23/29] dm: Provide a function to scan child FDT nodes
` [U-Boot] [PATCH v2 24/29] dm: Add functions to access a device's children
` [U-Boot] [PATCH v2 25/29] dm: Introduce per-child data for devices
` [U-Boot] [PATCH v2 26/29] dm: Add child_pre_probe() and child_post_remove() methods
` [U-Boot] [PATCH v2 27/29] dm: Improve errors and warnings in lists_bind_fdt()
` [U-Boot] [PATCH v2 28/29] dm: Add dm_scan_other() to locate board-specific devices
` [U-Boot] [PATCH v2 29/29] dm: Give the demo uclass a name

[U-Boot] [PATCH] build: define CPU only when arch/${ARCH}/cpu/${CPU} exists
 2014-07-09  1:42 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v1 3/3] ARM: omap: merge GPMC initialization code for all platform
 2014-07-08 23:49 UTC  (6+ messages)
` [U-Boot] [U-Boot, v1, "

[U-Boot] [PATCH] am335x_evm / gumstix pepper: Correct DDR settings
 2014-07-08 23:38 UTC  (2+ messages)

[U-Boot] Programming PHY firmware over MDIO
 2014-07-08 23:12 UTC 

[U-Boot] [PATCH 1/2] spi: ST33ZP24 SPI TPM driver
 2014-07-08 22:05 UTC 

[U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support
 2014-07-08 20:21 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] sunxi: add defines to control USB Host clocks/resets
` [U-Boot] [PATCH 2/5] sunxi: add USB EHCI driver
` [U-Boot] [PATCH 3/5] sunxi: add USB options to configs
` [U-Boot] [PATCH 4/5] sun7i: add USB EHCI configuration
` [U-Boot] [PATCH 5/5] sun7i: cubietruck: enable USB EHCI

[U-Boot] [PATCH v2 0/9] Add a pre-relocation malloc() implementation
 2014-07-08 20:00 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/9] Remove form-feeds from dlmalloc.c
` [U-Boot] [PATCH v2 2/9] arm: Set up global data before board_init_f()
` [U-Boot] [PATCH v2 3/9] sandbox: "
` [U-Boot] [PATCH v2 4/9] Add a simple malloc() implementation for pre-relocation
` [U-Boot] [PATCH v2 5/9] arm: Support pre-relocation malloc()
` [U-Boot] [PATCH v2 6/9] exynos: Enable "
` [U-Boot] [PATCH v2 7/9] sandbox: Support "
` [U-Boot] [PATCH v2 8/9] sandbox: config: Enable "
` [U-Boot] [PATCH v2 9/9] sandbox: Always enable malloc debug

[U-Boot] [PATCH] common: main.c: make show_boot_progress __weak
 2014-07-08 18:24 UTC  (2+ messages)

[U-Boot] [PATCH] common: board_f: cosmetic use __weak for leds
 2014-07-08 18:23 UTC  (2+ messages)

[U-Boot] uboot-env.bin
 2014-07-08 18:01 UTC 

[U-Boot] [Patch v1 1/4] ARMv8/ls2085a: Fix CPU_RELEASE_ADDR
 2014-07-08 17:56 UTC  (4+ messages)
` [U-Boot] [Patch v1 2/4] armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page

[U-Boot] [PATCH v5 1/4] mx6: Add support for the mx6solox variant
 2014-07-08 17:09 UTC  (15+ messages)
` [U-Boot] [PATCH v5 2/4] mx6sx: Add pin definitions
` [U-Boot] [PATCH v5 3/4] mx6: clock: Do not enable sata and ipu clocks
` [U-Boot] [PATCH v5 4/4] mx6sx: Add initial support for mx6sxsabresd board

[U-Boot] [PATCH v2] mx6: add support of multi-processor command
 2014-07-08 11:24 UTC  (2+ messages)

[U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images
 2014-07-08  9:34 UTC  (4+ messages)

[U-Boot] [PATCH] mx6: add support of multi-processor command
 2014-07-08  9:18 UTC  (3+ messages)
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH 1/3] test: dfu: cleanup before execution
 2014-07-08  7:58 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] test: dfu: add some more test cases
` [U-Boot] [PATCH 3/3] dfu: fix readback buffer overflow test

[U-Boot] [PATCH 1/6] cros_ec: Fix two bugs in the SPI implementation
 2014-07-08  6:13 UTC  (12+ messages)
` [U-Boot] [PATCH 2/6] exynos: spi: Fix calculation of SPI transaction start time
` [U-Boot] [PATCH 3/6] spi: Support half-duplex mode in FDT decode
` [U-Boot] [PATCH 4/6] exynos5: Enable data cashe
` [U-Boot] [PATCH 5/6] cros_ec: power: Add a tunnelled version of the tps65090 driver
` [U-Boot] [PATCH 6/6] cros_ec: exynos: Use the correct tps65090 driver in each case

[U-Boot] ARMv8 spin-table patches
 2014-07-08  3:48 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] powerpc: Remove mpc8xx boards without maintainers
 2014-07-08  1:43 UTC  (3+ messages)
` [U-Boot] [PATCH 3/7] mpc8xx: remove rbc823 board support

[U-Boot] [PATCH] cosmetic: doc: update README.generic-board
 2014-07-08  1:43 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] doc/README.falcon: Clarify steps slightly
 2014-07-08  1:42 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] Please pull u-boot-x86.git branch tom
 2014-07-08  1:39 UTC  (2+ messages)

[U-Boot] [PATCH] kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabled
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] git-mailrc: Add sunxi custodians
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v4 13/13] fit: make sha256 support optional
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,13/13] "

[U-Boot] [PATCH v4 12/13] board: gdsys: Remove commands to reduce footprint
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 11/13] board: iocon: Modify iocon hardware startup
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 10/13] board: gdsys: Enable scrambling on DP501
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/13] board: gdsys: Make gdsys osd hardware detection more robust
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/13] board: gdsys: Configure bridge on DP501 to support DDC only
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 07/13] board: gdsys: Increase iocon and dlv10g version string
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 06/13] board: gdsys: Fix dlvision-10g I2C configuration
 2014-07-08  1:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 05/13] i2c: IHS I2C master driver
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,05/13] "

[U-Boot] [PATCH v4 04/13] board: iocon: Support DisplayPort hardware
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/13] board: controlcenterd: Use new API for setting i2c bus
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 01/13] board: controlcenterd: Fix pci access
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH] blackfin, powerpc: remove redundant definitions of ARRAY_SIZE
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] README: document CONFIG_ENV_IS_IN_SPI_FLASH
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] blackfin: Add more dcache functions
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] blackfin: Fix warning about undefined function
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix incorrect memory access on M5235
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix bug, "address of" operator was forgotten
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] am43xx: Tune the system to avoid DSS underflows
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] am43xx: Update EMIF DDR3 Configuration for AM43x GP
 2014-07-08  1:38 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] board: ti: dra7xx: add mux data for UART3
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 2/2] README: document the CONFIG_ENV_IS_IN_FAT option
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/2] env_fat: use get_device_and_partition() during env save and load
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 7/7] mpc8xx: remove spc1920 board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,7/7] "

[U-Boot] [PATCH 6/7] mpc8xx: remove v37 board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,6/7] "

[U-Boot] [PATCH 5/7] mpc8xx: remove fads board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/7] "

[U-Boot] [PATCH 4/7] mpc8xx: remove netta, netta2, netphone board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/7] mpc8xx: remove RPXlite_dw, quantum board support
 2014-07-08  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/7] mpc8xx: remove qs850, qs860t board support
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] tpm: don't use unneeded double brackets
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] vcma9/lowlevel_init.S: trivial: terminate comment
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: emif4: wait for CM_DLL_READYST to be set
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Avoid using gawk-specific strtonum()
 2014-07-08  1:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] m68k: Fix warnings with gcc 4.6
 2014-07-07 22:59 UTC  (8+ messages)
` [U-Boot] "

[U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support
 2014-07-07 22:46 UTC  (5+ messages)

[U-Boot] [PATCH RFC 1/3] spi:fsl_spi:Add compatibility for fsl-qspi and fsl-dspi modules driver
 2014-07-07 22:34 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: fix to display warning message for missing [toolchain] section
 2014-07-07 22:20 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: fix toolchain priority_list
 2014-07-07 22:19 UTC  (2+ messages)

[U-Boot] SPL with NAND: programming addresses
 2014-07-07 21:17 UTC  (2+ messages)

[U-Boot] [i2c] Pull request
 2014-07-07 21:00 UTC 

[U-Boot] [PATCH v4 0/3] mtd, ubi, ubifs: resync with Linux-3.14
 2014-07-07 19:59 UTC  (13+ messages)

[U-Boot] [PATCH v2] mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD
 2014-07-07 17:03 UTC 

[U-Boot] [PATCH 1/2] usb: host: xhci: make sure to power up PHY
 2014-07-07 16:14 UTC  (2+ messages)

[U-Boot] [U-boot] [Patch v2 0/3] Add support for NAND U-boot image upgrade
 2014-07-07 16:01 UTC  (3+ messages)
` [U-Boot] [U-boot] [Patch v2 3/3] k2hk_evm: add script to automate NAND flash process

[U-Boot] [PATCH] mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD
 2014-07-07 13:40 UTC  (5+ messages)

[U-Boot] [Question] Is it safe to use 'set verify n' ?
 2014-07-07 12:14 UTC  (2+ messages)

[U-Boot] [PATCH]fix yaffs2 with inband-tags option, mtd_block_markbad & mtd_block_isbad parameter error
 2014-07-07 12:09 UTC  (2+ messages)

[U-Boot] [PATCH v6] arm: ep9315: Return back Cirrus Logic EDB9315A board support
 2014-07-07 10:57 UTC  (3+ messages)

[U-Boot] [PATCH] arm: include config.h in arch/arm/lib/vectors.S
 2014-07-07  9:07 UTC 

[U-Boot] [PATCH] arm: fix a build error with CONFIG_USE_IRQ
 2014-07-07  8:55 UTC  (9+ messages)
    ` [U-Boot] enbw_cmc, da850evm_direct_nor, and calimain vectors table misaligned (was: [PATCH] arm: fix a build error with CONFIG_USE_IRQ)

[U-Boot] [PATCH v1 0/7] TI: armv7: add parallel NAND support
 2014-07-07  6:35 UTC  (3+ messages)

[U-Boot] [PATCH] arch/arm: Add individual TLB size support
 2014-07-07  5:19 UTC 


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