public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-04 15:07:32 to 2015-02-06 06:20:12 UTC [more...]

[U-Boot] [PATCH V3] cmd_i2c: Provide option for bulk 'i2c write' in one transaction
 2015-02-06  6:20 UTC  (3+ messages)

[U-Boot] [PATCH] cmd_i2c: quit I2C commands immediately on error
 2015-02-06  6:16 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] cmd_fdt: Actually fix fdt command in sandbox
 2015-02-06  5:59 UTC  (11+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 2/2] cmd_fdt: Print the control fdt in terms of virtual memory
  ` [U-Boot] [PATCH v3 1/2] cmd_fdt: Actually fix fdt command in sandbox
    ` [U-Boot] [PATCH v3 2/2] cmd_fdt: Print the control fdt in terms of virtual memory

[U-Boot] [PATCH sunxi-tools] WIP: fel: Add a command for loading U-Boot SPL binaries in eGON format
 2015-02-06  5:49 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] arm: Use r2 instead of r0 in start.S
 2015-02-06  5:45 UTC  (18+ messages)
` [U-Boot] [PATCH 2/5] arm: Allow reset init to be controlled
` [U-Boot] [PATCH 3/5] arm: Allow lr to be saved by board code
` [U-Boot] [PATCH 5/5] RFC: sunxi: WIP FEL support

[U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC
 2015-02-06  5:45 UTC  (8+ messages)

[U-Boot] [PATCH][v2] crypto/fsl - Add progressive hashing support using hardware acceleration
 2015-02-06  5:45 UTC  (2+ messages)

[U-Boot] [RFC PATCH v2 0/9] x86: Add Intel Quark Memory Reference Code (MRC) support
 2015-02-06  5:23 UTC  (14+ messages)
` [U-Boot] [RFC PATCH v2 1/9] x86: Allow overriding TSC_FREQ_IN_MHZ
` [U-Boot] [RFC PATCH v2 2/9] x86: quark: Bypass TSC calibration
` [U-Boot] [RFC PATCH v2 3/9] x86: quark: Add Memory Reference Code (MRC) main routines
` [U-Boot] [RFC PATCH v2 4/9] x86: quark: Add utility codes needed for MRC
` [U-Boot] [RFC PATCH v2 5/9] x86: quark: Add System Memory Controller support
` [U-Boot] [RFC PATCH v2 6/9] x86: quark: Enable the Memory Reference Code build
` [U-Boot] [RFC PATCH v2 7/9] fdtdec: Add compatible id and string for Intel Quark MRC
` [U-Boot] [RFC PATCH v2 8/9] dt-bindings: Add Intel Quark MRC bindings
` [U-Boot] [RFC PATCH v2 9/9] x86: quark: Call MRC in dram_init()

[U-Boot] [RFC PATCH 0/9] x86: Add Intel Quark Memory Reference Code (MRC) support
 2015-02-06  5:23 UTC  (28+ messages)
` [U-Boot] [RFC PATCH 1/9] x86: Allow overriding TSC_FREQ_IN_MHZ
` [U-Boot] [RFC PATCH 2/9] x86: quark: Bypass TSC calibration
` [U-Boot] [RFC PATCH 3/9] x86: quark: Add Memory Reference Code (MRC) main routines
` [U-Boot] [RFC PATCH 4/9] x86: quark: Add utility codes needed for MRC
` [U-Boot] [RFC PATCH 5/9] x86: quark: Add System Memory Controller support
` [U-Boot] [RFC PATCH 6/9] x86: quark: Enable the Memory Reference Code build
` [U-Boot] [RFC PATCH 7/9] fdtdec: Add compatible id and string for Intel Quark MRC
` [U-Boot] [RFC PATCH 8/9] dt-bindings: Add Intel Quark MRC bindings
` [U-Boot] [RFC PATCH 9/9] x86: quark: Call MRC in dram_init()

[U-Boot] [PATCH] arm: rmobile: Add SILK board support
 2015-02-06  5:10 UTC  (2+ messages)

[U-Boot] [PATCH v4] dm: sh: serial: Add support driver model
 2015-02-06  5:09 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] buildman: Support comparison of CONFIG options between commits
 2015-02-06  5:06 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] Create a .cfg file containing the CONFIG options used to build
` [U-Boot] [PATCH 2/6] buildman: Add a space before the list of boards
` [U-Boot] [PATCH 3/6] buildman: Show 'make' command line when -V is used
` [U-Boot] [PATCH 4/6] buildman: Adjust the 'aborted' heuristic for writing output
` [U-Boot] [PATCH 5/6] buildman: Store build config files
` [U-Boot] [PATCH 6/6] buildman: Allow comparison of build configuration

[U-Boot] [PATCH v2 0/19] dm: Convert boards to Kconfig for driver model
 2015-02-06  4:41 UTC  (20+ messages)
` [U-Boot] [PATCH v2 01/19] dm: i2c: Add a dm_ prefix to driver model bus speed functions
` [U-Boot] [PATCH v2 02/19] dm: i2c: Make API accessible even without CONFIG_DM
` [U-Boot] [PATCH v2 03/19] dm: Add Kconfig for driver/demo
` [U-Boot] [PATCH v2 04/19] dm: Expand and complete Kconfig in drivers/
` [U-Boot] [PATCH v2 05/19] dm: Add Kconfig options for driver model SPL support
` [U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file
` [U-Boot] [PATCH v2 07/19] dm: Add CMD_DM and CMD_DEMO to Kconfig
` [U-Boot] [PATCH v2 08/19] dm: Move Raspberry Pi driver model CONFIGs "
` [U-Boot] [PATCH v2 09/19] dm: exynos: Move "
` [U-Boot] [PATCH v2 10/19] dm: x86: "
` [U-Boot] [PATCH v2 11/19] dm: tegra: "
` [U-Boot] [PATCH v2 12/19] dm: at91: snapper: "
` [U-Boot] [PATCH v2 13/19] dm: omap3: "
` [U-Boot] [PATCH v2 14/19] dm: sandbox: "
` [U-Boot] [PATCH v2 15/19] dm: sunxi: "
` [U-Boot] [PATCH v2 16/19] dm: mx6: "
` [U-Boot] [PATCH v2 17/19] dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN "
` [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs "
` [U-Boot] [PATCH v2 19/19] dm: Drop unused driver model config_defaults

[U-Boot] [PATCH v7 0/4] add i.MX6 thermal sensor driver
 2015-02-06  4:36 UTC  (3+ messages)
` [U-Boot] [PATCH v7 2/4] DM: thermal: Add imx thermal DM driver

[U-Boot] recent tools on FreeBSD
 2015-02-06  3:05 UTC  (7+ messages)

[U-Boot] netconsole: USB Ethernet connection dropping with ping or tftpboot
 2015-02-06  1:06 UTC  (11+ messages)

[U-Boot] relocation on freescale mx35 doesn't work after update to 2015.01
 2015-02-06  0:15 UTC  (2+ messages)

[U-Boot] [PATCH] imx: don't clobber reset cause
 2015-02-05 23:17 UTC  (16+ messages)
            ` [U-Boot] [PATCH] imx: save reset cause in 'reset_cause' environment variable

[U-Boot] How to have U-boot loading U-boot
 2015-02-05 21:19 UTC  (4+ messages)

[U-Boot] [PATCHv1 00/22] Add SPL support for SoCFGPA
 2015-02-05 21:16 UTC  (4+ messages)
` [U-Boot] [PATCHv1 13/22] arm: socfpga: spl: Add s_init

[U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S
 2015-02-05 19:13 UTC  (18+ messages)

[U-Boot] SPL: undefined reference 'file_fat_write'
 2015-02-05 19:07 UTC 

[U-Boot] [PATCH 0/4] sunxi: SPL size reduction patches
 2015-02-05 18:00 UTC  (14+ messages)
` [U-Boot] [PATCH 1/4] sunxi: dram: Un-inline dram helper functions
` [U-Boot] [PATCH 2/4] malloc_simple: Allow malloc_simple to be used with non stack RAM
` [U-Boot] [PATCH 3/4] malloc_simple: Return NULL on malloc failure rather then calling panic()
` [U-Boot] [PATCH 4/4] sunxi: Switch to using malloc_simple for the spl

[U-Boot] [PATCH] arm: implement find_next_zero_bit function
 2015-02-05 17:52 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/4] Jetson-TK1 support for PSCI
 2015-02-05 14:37 UTC  (12+ messages)

[U-Boot] [ubi] Pull request
 2015-02-05 14:00 UTC 

[U-Boot] [PATCH 0/2] ARM: UniPhier: refactor pinmon command
 2015-02-05 11:56 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] ARM: UniPhier: leave the last element of boot_device_table empty

[U-Boot] [PATCH] crypto/fsl - Add progressive hashing support using hardware acceleration
 2015-02-05 11:20 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] arm: reduce .bss section clear time
 2015-02-05  9:51 UTC  (5+ messages)

[U-Boot] [PATCH 0/7] ARM: UniPhier: code refactoring and I2C pin fix
 2015-02-05  5:43 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] ARM: UniPhier: move pin_init() to board_early_init_f()
` [U-Boot] [PATCH 2/7] ARM: UniPhier: move SPL init functions to spl_board_init()
` [U-Boot] [PATCH 3/7] ARM: UniPhier: revive support card info
` [U-Boot] [PATCH 4/7] ARM: UniPhier: remove unused checkboard() functions
` [U-Boot] [PATCH 5/7] ARM: UniPhier: do not compile unnecessary objects
` [U-Boot] [PATCH 6/7] ARM: UniPhier: consolidate MEMCONF setting code
` [U-Boot] [PATCH 7/7] ARM: UniPhier: enable I2C input pins for PH1-sLD8

[U-Boot] [PATCH v2 0/6] ARM: UniPhier: add doc, improve I2C EEPROM access
 2015-02-05  5:30 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] ARM: UniPhier: use "&&" instead of "; " in commands
` [U-Boot] [PATCH v2 2/6] ARM: UniPhier: add environment variable to update images in NAND
` [U-Boot] [PATCH v2 3/6] ARM: UniPhier: add a simple README file for UniPhier platform
` [U-Boot] [PATCH v2 4/6] MAINTAINERS: claim maintainership of files with "uniphier" pattern
` [U-Boot] [PATCH v2 5/6] ARM: UniPhier: move EEPROM device node into a separate DTS
` [U-Boot] [PATCH v2 6/6] ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS

[U-Boot] [PATCH v6 0/7] Exynos5: Fix warnings and enrich clock_get_periph_rate
 2015-02-05  4:41 UTC  (4+ messages)
` [U-Boot] [PATCH v6 7/7] Exynos: Clock: Cleanup soc_get_periph_rate

[U-Boot] Loop Variable through to user space
 2015-02-05  4:04 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] x86: Add some peripherals support to Intel Galileo
 2015-02-05  3:26 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] x86: quark: Initialize non-standard BARs
` [U-Boot] [PATCH 2/6] x86: galileo: Add GPIO support
` [U-Boot] [PATCH 3/6] x86: pci: Add pci ids for Quark SoC
` [U-Boot] [PATCH 4/6] x86: Add SPI support to quark/galileo
` [U-Boot] [PATCH 5/6] x86: Add SD/MMC "
` [U-Boot] [PATCH 6/6] x86: Add Intel Galileo instructions in README.x86

[U-Boot] [PATCH] RSA depends on DM
 2015-02-05  3:26 UTC  (8+ messages)

[U-Boot] [RFC PATCH 0/21] ARM: start to move SoC code into arch/arm/mach-*
 2015-02-05  3:08 UTC  (2+ messages)

[U-Boot] [PATCH v2] omap3: add support for QUIPOS Cairo board
 2015-02-05  2:50 UTC  (2+ messages)

[U-Boot] [PATCH] imx6: Added DEK blob generator command
 2015-02-04 21:07 UTC 

[U-Boot] x86: ACPI support suggestion
 2015-02-04 19:52 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART
 2015-02-04 16:57 UTC  (3+ messages)

[U-Boot] AM335x ChiliSOM support
 2015-02-04 15:11 UTC 

[U-Boot] [RFC PATCH v3 0/7] x86: New Intel Quark SoC support
 2015-02-04 15:07 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v3 3/7] x86: Define macros for pci configuration space access
` [U-Boot] [RFC PATCH v3 4/7] x86: quark: Add Cache-As-RAM initialization
` [U-Boot] [RFC PATCH v3 5/7] x86: Add basic Intel Quark processor support


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