public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-08-09 14:08:58 to 2014-08-11 20:34:36 UTC [more...]

[U-Boot] [PATCH v6 0/20] Add some missing buildman features and deprecate MAKEALL
 2014-08-11 20:34 UTC  (30+ messages)
` [U-Boot] [PATCH v6 01/20] buildman: Fix a few typos
` [U-Boot] [PATCH v6 02/20] buildman: Add some notes about moving from MAKEALL
` [U-Boot] [PATCH v6 03/20] buildman: Allow building of current source tree
` [U-Boot] [PATCH v6 04/20] buildman: Move BuilderThread code to its own file
` [U-Boot] [PATCH v6 05/20] buildman: Sort command line options
` [U-Boot] [PATCH v6 06/20] buildman: Refactor output options
` [U-Boot] [PATCH v6 07/20] buildman: Add verbose option to display errors as they happen
` [U-Boot] [PATCH v6 08/20] buildman: Remove unused non-incremental build method code
` [U-Boot] [PATCH v6 09/20] buildman: Add an option to specify the buildman config file
` [U-Boot] [PATCH v6 10/20] buildman: Add a message indicating there are no errors
` [U-Boot] [PATCH v6 11/20] buildman: Add a few more toolchain examples to the README
` [U-Boot] [PATCH v6 12/20] buildman: Introduce an 'and' operator for board selection
` [U-Boot] [PATCH v6 13/20] buildman: Allow selection of the number of commits to build
` [U-Boot] [PATCH v6 14/20] patman: Move the 'git log' command into a function
` [U-Boot] [PATCH v6 15/20] patman: Only use git's --no-decorate when available
` [U-Boot] [PATCH v6 16/20] patman: buildman: Correct spelling of 'colour'
` [U-Boot] [PATCH v6 17/20] patman: Fix indentation in terminal.py
` [U-Boot] [PATCH v6 18/20] patman: Correct unit tests to run correctly
` [U-Boot] [PATCH v6 19/20] patman: Remove the -a option
` [U-Boot] [PATCH v6 20/20] RFC: Deprecate MAKEALL

[U-Boot] [RFC/PATCH] sunxi: Populate the default environment for sunxi-based systems
 2014-08-11 20:13 UTC  (4+ messages)
` [U-Boot] [RFC/PATCH 1/1] "

[U-Boot] [PATCH 0/25] Introduce driver model support for SPI, SPI flash, cros_ec
 2014-08-11 19:55 UTC  (4+ messages)

[U-Boot] [PATCH 1/2 v2] arm: BeagleBone Black: enable fastboot support
 2014-08-11 19:52 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2 v2] fastboot: Flash command support

[U-Boot] mini summit talk proposal: "Getting SoC vendors to work with upstream u-boot"
 2014-08-11 19:24 UTC 

[U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd
 2014-08-11 19:19 UTC  (18+ messages)
` [U-Boot] [U-Boot,1/3] "

[U-Boot] Removing the need for boards.cfg
 2014-08-11 18:17 UTC  (11+ messages)

[U-Boot] [PATCH] tools, fit_info: increase buffer for command name
 2014-08-11 17:15 UTC  (2+ messages)

[U-Boot] [PATCH] tools: fix typo in tools/image-host.c
 2014-08-11 17:14 UTC  (2+ messages)

[U-Boot] [RFC PATCH v2 0/2] Make Python scripts compatible with older versions
 2014-08-11 16:58 UTC  (13+ messages)

[U-Boot] [RFC PATCH 0/1] SPL JTAG boot mode
 2014-08-11 16:28 UTC  (5+ messages)
` [U-Boot] [RFC PATCH] ARM: spl: Introduce JTAG mode

[U-Boot] [PATCH V2 00/18] Introduce cm-fx6 board (partial V2 cont.)
 2014-08-11 16:22 UTC  (17+ messages)
` [U-Boot] [PATCH V2 10/18] arm: mx6: ddr: configure MMDC for slow_pd
` [U-Boot] [PATCH V2 11/18] arm: mx6: ddr: fix cs0_end calculation
` [U-Boot] [PATCH V2 12/18] arm: mx6: add support for Compulab cm-fx6 CoM
  ` [U-Boot] [PATCH V3 "
` [U-Boot] [PATCH V2 13/18] arm: mx6: cm_fx6: add nand support
` [U-Boot] [PATCH V2 14/18] arm: mx6: cm_fx6: add ethernet support
` [U-Boot] [PATCH V2 15/18] arm: mx6: cm_fx6: add usb support
` [U-Boot] [PATCH V2 16/18] arm: mx6: cm_fx6: add i2c support
` [U-Boot] [PATCH V2 17/18] arm: mx6: cm_fx6: use eeprom
` [U-Boot] [PATCH V2 18/18] arm: mx6: cm_fx6: add sata support

[U-Boot] booting from sd card problem
 2014-08-11 16:21 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-video/master
 2014-08-11 16:13 UTC 

[U-Boot] [PATCH] video: ipu_disp: squash clang warning
 2014-08-11 15:54 UTC  (3+ messages)
` [U-Boot] [[PATCH v2]] "

[U-Boot] Call for participation in the U-Boot Mini Summit 2014
 2014-08-11 15:48 UTC  (2+ messages)

[U-Boot] [PATCH] video: ipu_disp: wait for DP SF end irq when disabling sync BG flows
 2014-08-11 15:33 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/15] Introduce driver model serial uclass
 2014-08-11 15:27 UTC  (16+ messages)
` [U-Boot] [PATCH v4 01/15] serial: Set up the 'priv' pointer when creating a serial device
` [U-Boot] [PATCH v4 02/15] dm: Adjust lists_bind_fdt() to return the bound device
` [U-Boot] [PATCH v4 03/15] dm: Add a uclass for serial devices
` [U-Boot] [PATCH v4 04/15] Set up stdio earlier when using driver model
` [U-Boot] [PATCH v4 05/15] sandbox: Convert serial driver to use "
` [U-Boot] [PATCH v4 06/15] sandbox: serial: Support a coloured console
` [U-Boot] [PATCH v4 07/15] sandbox: dts: Add a serial console node
` [U-Boot] [PATCH v4 08/15] dm: exynos: Mark exynos5 console as pre-reloc
` [U-Boot] [PATCH v4 09/15] dm: exynos: Move serial to driver model
` [U-Boot] [PATCH v4 10/15] dm: Make driver model available before board_init()
` [U-Boot] [PATCH v4 11/15] dm: serial: Move baud rate calculation to ns16550.c
` [U-Boot] [PATCH v4 12/15] dm: serial: Collect common baud rate code in ns16550
` [U-Boot] [PATCH v4 13/15] dm: serial: Add driver model support for ns16550
` [U-Boot] [PATCH v4 14/15] tegra: dts: Add serial port details
` [U-Boot] [PATCH v4 15/15] dm: tegra: Enable driver model for serial

[U-Boot] [PATCH v6 0/12] Enable driver model for GPIOs on Tegra and Exynos
 2014-08-11 15:24 UTC  (13+ messages)
` [U-Boot] [PATCH v6 01/12] dm: gpio: Enhance gpio command to show only active GPIOs
` [U-Boot] [PATCH v6 02/12] dm: gpio: Allow gpio command to adjust GPIOs that are busy
` [U-Boot] [PATCH v6 03/12] tegra: Convert tegra GPIO driver to use driver model
` [U-Boot] [PATCH v6 04/12] exynos: dts: Convert /include/ to #include
` [U-Boot] [PATCH v6 05/12] exynos: Bring in pinctrl dts files from Linux kernel
` [U-Boot] [PATCH v6 06/12] exynos: dts: Remove unused pinctrl information to save space
` [U-Boot] [PATCH v6 07/12] exynos: dts: Adjust device tree files for U-Boot
` [U-Boot] [PATCH v6 08/12] exynos: Tidy up GPIO headers
` [U-Boot] [PATCH v6 09/12] exynos: Tidy up GPIO defines
` [U-Boot] [PATCH v6 10/12] exynos: Make sure that GPIOs are requested
` [U-Boot] [PATCH v6 11/12] exynos: gpio: Convert to driver model
` [U-Boot] [PATCH v6 12/12] dm: sandbox: dts: Add a GPIO bank

[U-Boot] [PATCH V2 0/9] Introduce cm-fx6 board (partial V2)
 2014-08-11 15:08 UTC  (10+ messages)
` [U-Boot] [PATCH V2 1/9] spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*
` [U-Boot] [PATCH V2 2/9] mx6: add clock enabling functions
  ` [U-Boot] [PATCH V3 "

[U-Boot] [PATCH] video: Add support for TI's AM335x LCD-Controller
 2014-08-11 14:22 UTC  (2+ messages)

[U-Boot] [PATCH] lcd: cleanup unused functions
 2014-08-11 14:18 UTC  (2+ messages)

[U-Boot] [PATCH] Add support for 32-bit organized framebuffers
 2014-08-11 13:55 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] lcd: Add support for CONFIG_LCD_NOSTDOUT
 2014-08-11 13:52 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: zynq: Move ps7_init() out of spl.h
 2014-08-11 13:05 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: zynq: Remove spl.h

[U-Boot] [U-boot] [Patch] ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
 2014-08-11  8:59 UTC 

[U-Boot] Fix for Kconfig buildsystem
 2014-08-11  8:44 UTC 

[U-Boot] [PATCH] Update aristainetos board to Kconfig
 2014-08-11  8:42 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] spi, sf: add mtdparts feature to spi and sf commands
 2014-08-11  8:40 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] mtd, nand: move common functions from cmd_nand.c to common place

[U-Boot] Something wrong about usb driver in u-boot
 2014-08-11  7:44 UTC 

[U-Boot] [PATCH v2 0/9] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
 2014-08-11  5:52 UTC  (12+ messages)
` [U-Boot] [PATCH v2 04/10] arm: ls102xa: Add etsec support for LS102xA
` [U-Boot] [PATCH v2 05/10] arm: ls102xa: Add esdhc "
` [U-Boot] [PATCH v2 09/10] arm: ls102xa: Add basic support for LS1021AQDS board

[U-Boot] [PATCH v2 0/25] Add Marvell Armada XP MV78460 SoC support
 2014-08-11  5:19 UTC  (3+ messages)
` [U-Boot] [PATCH v2 17/25] i2c: mvtwsi: Add support for Marvell Armada XP

[U-Boot] Pull request v2: u-boot-blackfin
 2014-08-11  2:55 UTC 

[U-Boot] [PATCH] env_fat.c: Make sure our buffer is cache aligned
 2014-08-10 22:24 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 4/4] get_maintainer.pl: add support for scanning multiple MAINTAINERS files
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/4] get_maintainer.pl: adapt to U-Boot tree
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/4] get_maintainer.pl: import script from linux 3.15
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/4] MAINTAINERS: add initial version
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,1/4] "

[U-Boot] [PATCH] lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] ARM: rpi_b: use new generic $bootcmd
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] ARM: tegra: use new generic $bootcmd
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH] rsa: Fix two errors in the implementation
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] omap: clean-up dead configs
 2014-08-10 22:23 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] fdt: Sync up with libfdt
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] cosmetic: update doc/README.scrapyard
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] ext4load: fix help text
 2014-08-10 22:22 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] git-mailrc: Add myself as dm maintainer
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] git-mailrc: Change fdt maintainer
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH] net: BOOTP retry timeout improvements
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] emif.h: remove duplicated argument to |
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] vitesse: remove duplicated argument to ||
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] board_r: Add missing return to initr_doc
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] Makefile: use u-boot.map for binary_size_check
 2014-08-10 22:22 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] Makefile: use $(shell ...) for determining file_size
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] pxe: clear Bootfile before returning
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] doc: README.android-fastboot: Add note about vendor ID
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute path
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3] Implement generalised RSA public exponents for verified boot
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr()
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] pxe: detect image format before calling bootm/bootz
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] image: introduce genimg_get_kernel_addr()
 2014-08-10 22:21 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PULL] u-boot/master
 2014-08-10 20:52 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/5] Implement "fastboot flash" for eMMC
 2014-08-10 20:42 UTC  (6+ messages)
` [U-Boot] [PATCH v4 4/5] usb/gadget: fastboot: add sparse image definitions

[U-Boot] [PATCH] pci: mx6: fix occasional link failures
 2014-08-10 20:41 UTC  (7+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2014-08-10 20:40 UTC  (5+ messages)

[U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes
 2014-08-10 17:03 UTC 

[U-Boot] [PATCH 00/18] Introduce cm-fx6 board
 2014-08-10 16:20 UTC  (7+ messages)
` [U-Boot] [PATCH 12/18] arm: mx6: add support for Compulab cm-fx6 CoM

[U-Boot] [PATCH] Makefile: remove generated boards.cfg within make mrproper
 2014-08-10 12:37 UTC  (2+ messages)
` [U-Boot] [PATCH v2] Makefile: remove generated boards.cfg within make distclean

[U-Boot] mx6: spl: Rename ncs as ranks and move it to mx6_ddr3_cfg
 2014-08-10  9:30 UTC  (3+ messages)

[U-Boot] Add CONFIG_API to config_distribution
 2014-08-09 22:30 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] api: fix build without CMD_NET support
` [U-Boot] [PATCH 2/2] config_distro_defaults.h: add CONFIG_API

[U-Boot] [PATCH v3 0/9] Add a pre-relocation malloc() implementation
 2014-08-09 21:26 UTC  (10+ messages)
` [U-Boot] [PATCH v3 2/9] arm: Set up global data before board_init_f()
` [U-Boot] [PATCH v3 5/9] arm: Support pre-relocation malloc()

[U-Boot] Please pull u-boot-sunxi.git/master
 2014-08-09 16:42 UTC  (2+ messages)

[U-Boot] [PATCH] mkimage: fix compilation issues on OpenBSD
 2014-08-09 16:17 UTC 


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