public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-07-28 21:34:42 to 2014-07-30 15:43:55 UTC [more...]

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

[U-Boot] [PATCH v8 0/13] Kconfig for U-Boot
 2014-07-30 15:38 UTC  (19+ messages)
` [U-Boot] [PATCH v8 01/13] kconfig: import Kconfig files from Linux 3.16-rc7
` [U-Boot] [PATCH v8 02/13] kconfig: add board Kconfig and defconfig files
` [U-Boot] [PATCH v8 03/13] kconfig: add basic Kconfig files
` [U-Boot] [PATCH v8 04/13] include: define CONFIG_SPL and CONFIG_TPL as 1
` [U-Boot] [PATCH v8 05/13] kconfig: switch to Kconfig
` [U-Boot] [PATCH v8 06/13] Add board MAINTAINERS files
` [U-Boot] [PATCH v8 07/13] tools: add genboardscfg.py
` [U-Boot] [PATCH v8 08/13] kconfig: remove mkconfig and boards.cfg
` [U-Boot] [PATCH v8 09/13] MAKEALL: adjust for Kconfig
` [U-Boot] [PATCH v8 10/13] buildman: "
` [U-Boot] [PATCH v8 11/13] kconfig: delete redundant CONFIG_${ARCH} definition
` [U-Boot] [PATCH v8 12/13] powerpc: remove redundant CPU definition
` [U-Boot] [PATCH v8 13/13] include: remove CONFIG_SPL/CONFIG_TPL definition in config headers

[U-Boot] [PATCH v5 0/11] Enable driver model for GPIOs on Tegra and Exynos
 2014-07-30 15:34 UTC  (7+ messages)
` [U-Boot] [PATCH v5 05/11] exynos: dts: Adjust device tree files for U-Boot
` [U-Boot] [PATCH v5 10/11] exynos: gpio: Convert to driver model

[U-Boot] Driver Model and DTS Parsing
 2014-07-30 15:26 UTC  (8+ messages)

[U-Boot] [PATCH] test mail
 2014-07-30 15:07 UTC 

[U-Boot] [PATCH] tools/genboardscfg.py: Don't rely on subprocess.check_output
 2014-07-30 14:24 UTC 

[U-Boot] Can not boot Linux with new FIT image on ARMv8
 2014-07-30 14:05 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/4] introduce get_maintainer.pl
 2014-07-30 13:53 UTC  (14+ messages)
` [U-Boot] [PATCH v1 1/4] MAINTAINERS: add initial version
  ` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH v1 2/4] get_maintainer.pl: import script from linux 3.15
` [U-Boot] [PATCH v1 3/4] get_maintainer.pl: adapt to U-Boot tree

[U-Boot] [PATCH 0/3] test: Extending USB gadget tests infrastructure
 2014-07-30 11:44 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] test: dfu: Extend dfu_gadget_test_init.sh to accept sizes of test files
` [U-Boot] [PATCH 2/3] test: dfu: cosmetic: Add missing license information to DFU test scripts
` [U-Boot] [PATCH 3/3] test: ums: Add script for testing UMS gadget operation

[U-Boot] [U-boot] Origen board boot failed with 2014.07 source code
 2014-07-30 11:44 UTC 

[U-Boot] [PATCH v6 00/12] Add support to Odroid U3/X2
 2014-07-30 11:35 UTC  (14+ messages)
` [U-Boot] [PATCH v7 "
  ` [U-Boot] [PATCH v7 01/12] samsung: misc: fix soc revision setting in the set_board_info()
  ` [U-Boot] [PATCH v7 02/12] exynos: pinmux: fix the gpio names for exynos4x12 mmc
  ` [U-Boot] [PATCH v7 03/12] arch:exynos: boot mode: add get_boot_mode(), code cleanup
  ` [U-Boot] [PATCH v7 04/12] board:samsung: check the boot device and init the right mmc driver
  ` [U-Boot] [PATCH v7 05/12] samsung: misc: add function for setting $dfu_alt_info
  ` [U-Boot] [PATCH v7 06/12] samsung:board: misc_init_r: call set_dfu_alt_info()
  ` [U-Boot] [PATCH v7 07/12] arm:reset: call the reset_misc() before the cpu reset
  ` [U-Boot] [PATCH v7 08/12] samsung: board: enable support of multiple board types
  ` [U-Boot] [PATCH v7 09/12] samsung: misc: use board specific functions to set env board info
  ` [U-Boot] [PATCH v7 10/12] odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412
  ` [U-Boot] [PATCH v7 11/12] odroid: add odroid U3/X2 device tree description
  ` [U-Boot] [PATCH v7 12/12] odroid: add odroid_config

[U-Boot] Please fix warning of Exynos
 2014-07-30 11:35 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: net: remove dead drivers
 2014-07-30 10:26 UTC 

[U-Boot] [PATCH] drivers: rtc: remove dead drivers
 2014-07-30 10:20 UTC 

[U-Boot] [PATCH 1/1] env_mmc: support env partition setup in runtime
 2014-07-30 10:19 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] env_mmc: add mmc_get_env_addr() prototype
  ` [U-Boot] [PATCH v2 2/2] env_mmc: support env partition setup in runtime

[U-Boot] [PATCH] omap: clean-up dead configs
 2014-07-30 10:11 UTC 

[U-Boot] Please fix warning of gw_ventana board
 2014-07-30 10:07 UTC 

[U-Boot] [PATCH 1/2] fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
 2014-07-30  9:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] fdt: Sync up with libfdt

[U-Boot] [PATCH v4 0/15] Kconfig for U-Boot
 2014-07-30  9:45 UTC  (6+ messages)

[U-Boot] Implementing spl_start_uboot() for directly booting linux
 2014-07-30  9:37 UTC  (3+ messages)

[U-Boot] [PATCH V4 0/9] peach_pit: Add support for FIMD, DP and parade chip
 2014-07-30  9:11 UTC  (10+ messages)
` [U-Boot] [PATCH V4 1/9] exynos_fb: Remove usage of static defines
` [U-Boot] [PATCH V4 2/9] arm: exynos: Add RPLL for Exynos5420
` [U-Boot] [PATCH V4 3/9] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks "
` [U-Boot] [PATCH V4 4/9] video: exynos_fimd: Add framework to disable FIMD sysmmu
` [U-Boot] [PATCH V4 5/9] video: Add driver for Parade PS8625 dP to LVDS bridge
` [U-Boot] [PATCH V4 6/9] ARM: exynos: Add missing declaration for gpio_direction_input
` [U-Boot] [PATCH V4 7/9] exynos5420: add callbacks needed for exynos_fb driver
` [U-Boot] [PATCH V4 8/9] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
` [U-Boot] [PATCH V4 9/9] CONFIGS: peach-pit: Enable display for peach_pit board

[U-Boot] [PATCH v1 0/25] Add Marvell Armada XP MV78460 SoC support
 2014-07-30  8:53 UTC  (6+ messages)
` [U-Boot] [PATCH v1 22/25] tools/kwboot: Sync with latest barebox version to support Armada XP

[U-Boot] Please pull u-boot-sunxi.git/master
 2014-07-30  8:37 UTC 

[U-Boot] SPL and an LCD splash screen on AM335x
 2014-07-30  7:53 UTC  (2+ messages)

[U-Boot] [PATCH] test email
 2014-07-30  7:40 UTC  (2+ messages)

[U-Boot] [PATCH] [blackfin] bf609: add register define required by core B on dual core BF609 processor
 2014-07-30  7:38 UTC  (2+ messages)

[U-Boot] SPL and an LCD splash screen on AM335x
 2014-07-30  6:56 UTC 

[U-Boot] [PATCH v2 1/2] blackfin: convert blackfin board_f and board_r to use generic board init functions
 2014-07-30  6:16 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] support blackfin board initialization in generic board_f

[U-Boot] [PATCH 1/2] blackfin: convert blackfin board_f and board_r to use generic board init functions
 2014-07-30  5:40 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] support blackfin board initialization in generic board_f

[U-Boot] [PATCH v7 0/15] Kconfig for U-Boot
 2014-07-30  5:22 UTC  (21+ messages)
` [U-Boot] [PATCH v7 01/15] kconfig: import Kconfig files from Linux 3.16-rc7
` [U-Boot] [PATCH v7 02/15] Do not apply: tools: add genkconfig
` [U-Boot] [PATCH v7 03/15] kconfig: add board Kconfig and defconfig files
` [U-Boot] [PATCH v7 04/15] kconfig: add basic Kconfig files
` [U-Boot] [PATCH v7 05/15] include: define CONFIG_SPL and CONFIG_TPL as 1
` [U-Boot] [PATCH v7 06/15] kconfig: switch to Kconfig
` [U-Boot] [PATCH v7 07/15] Do not apply: tools: add gen_maintainers.py
` [U-Boot] [PATCH v7 08/15] Add board MAINTAINERS files
` [U-Boot] [PATCH v7 09/15] tools: add genboardscfg.py
` [U-Boot] [PATCH v7 10/15] kconfig: remove mkconfig and boards.cfg
` [U-Boot] [PATCH v7 11/15] MAKEALL: adjust for Kconfig
` [U-Boot] [PATCH v7 12/15] buildman: "
` [U-Boot] [PATCH v7 13/15] kconfig: delete redundant CONFIG_${ARCH} definition
` [U-Boot] [PATCH v7 14/15] powerpc: remove redundant CPU definition
` [U-Boot] [PATCH v7 15/15] include: remove CONFIG_SPL/CONFIG_TPL definition in config headers

[U-Boot] [RFC] Makefile: Add a message warning size change for mpc85xx boards
 2014-07-30  5:02 UTC  (3+ messages)

[U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py
 2014-07-30  2:02 UTC  (3+ messages)

[U-Boot] DM, Kconfig and clang changes
 2014-07-30  1:57 UTC  (4+ messages)

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

[U-Boot] [PATCH] sun7i: Add bananapi board
 2014-07-29 19:43 UTC  (5+ messages)

[U-Boot] [PATCH v7 1/1] ARM: kirkwood: add mvsdio driver
 2014-07-29 18:23 UTC  (5+ messages)

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

[U-Boot] [PATCH] boards:trats2: New Trats2 board maintainer
 2014-07-29 16:09 UTC 

[U-Boot] [PATCH] boards.cfg : Add maintainers entries for SOCFPGA
 2014-07-29 15:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cosmetic: boards.cfg: fix some maintainers fields
 2014-07-29 15:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 3/3] buildman: make sure to invoke GNU Make
 2014-07-29 15:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/3] MAKEALL: make sure to invoke GNU Make
 2014-07-29 15:57 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,2/3] "

[U-Boot] [PATCH v2 1/3] scripts: add scripts/show-gnu-make to get GNU Make command name
 2014-07-29 15:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] Pull request: u-boot-arm/master
 2014-07-29 14:30 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/11] ARMv7: add PSCI support to U-Boot
 2014-07-29 11:57 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ti/master
 2014-07-29 11:55 UTC  (2+ messages)

[U-Boot] [PATCH] cosmetic: update doc/README.scrapyard
 2014-07-29 10:41 UTC 

[U-Boot] ext4load: fix help text
 2014-07-29 10:37 UTC 

[U-Boot] [PATCH] samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget
 2014-07-29  9:10 UTC 

[U-Boot] [PATCH] sunxi: make mksunxiboot available to tools-only builds
 2014-07-29  8:31 UTC  (4+ messages)

[U-Boot] [PATCH v2] powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash
 2014-07-29  7:21 UTC 

[U-Boot] [PATCH 1/2] git-mailrc: Change fdt maintainer
 2014-07-29  6:03 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] git-mailrc: Add myself as dm maintainer

[U-Boot] [PATCH v2 0/3] Add some missing buildman features and deprecate MAKEALL
 2014-07-29  5:53 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] buildman: Fix a few typos
` [U-Boot] [PATCH v2 2/3] buildman: Add some notes about moving from MAKEALL
` [U-Boot] [PATCH v2 3/3] RFC: Deprecate MAKEALL

[U-Boot] [PATCH v2 0/9] Introduce driver model serial uclass
 2014-07-29  5:12 UTC  (4+ messages)

[U-Boot] [PATCH 01/12] video: Add S3C24xx framebuffer support
 2014-07-29  4:21 UTC  (8+ messages)
` [U-Boot] [PATCH 03/12] mtd: nand: s3c: Fix data type width in debug()

[U-Boot] Please pull u-boot-ppc4xx/master
 2014-07-28 21:48 UTC  (2+ messages)

[U-Boot] [PATCH] SOM: tam3517: convert to generic board
 2014-07-28 21:34 UTC 


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