public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-11-19 20:13:56 to 2018-11-20 17:18:17 UTC [more...]

[U-Boot] [PATCH 00/93] dm: Move towards completing CONFIG_BLK migration
 2018-11-20 17:18 UTC  (51+ messages)
` [U-Boot] [PATCH 07/93] arm: Remove colibri_imx6_nospl board
` [U-Boot] [PATCH 20/93] arm: Remove cm_t43 board
` [U-Boot] [PATCH 23/93] arm: Remove omap3_overo board
` [U-Boot] [PATCH 30/93] arm: Remove apalis_imx6_nospl_it board
` [U-Boot] [PATCH 31/93] arm: Remove wandboard board
` [U-Boot] [PATCH 47/93] arm: Remove mx6sabreauto board
` [U-Boot] [PATCH 56/93] arm: Remove am335x_baltos board
` [U-Boot] [PATCH 61/93] arm: Remove mx6sabresd board
` [U-Boot] [PATCH 62/93] arm: Remove dh_imx6 board
` [U-Boot] [PATCH 65/93] arm: Remove mx6cuboxi board
` [U-Boot] [PATCH 81/93] arm: Remove socfpga_dbm_soc1 board
` [U-Boot] [PATCH 83/93] arm: Remove socfpga_sockit board
` [U-Boot] [PATCH 86/93] arm: Remove brppt1_mmc board
` [U-Boot] [PATCH 89/93] arm: Remove socfpga_vining_fpga board

[U-Boot] [PATCH 1/2] armv8: ls1043ardb: Add the nand_bootcmd definition
 2018-11-20 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd definition

[U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller
 2018-11-20 16:54 UTC  (4+ messages)

[U-Boot] [PATCH 4/9] board: MCR3000: use new DM watchdog
 2018-11-20 16:23 UTC  (4+ messages)
` [U-Boot] [U-Boot,4/9] "

[U-Boot] [PATCH] ARM: armv7: Add early stack for erratum workarounds
 2018-11-20 16:20 UTC  (3+ messages)

[U-Boot] Bootmenu-patch
 2018-11-20 15:52 UTC  (2+ messages)

[U-Boot] [PATCH] arm: imx7d: cl-som-imx7: migration to CONFIG_BLK
 2018-11-20 15:49 UTC 

[U-Boot] [PATCH] usb: Introduce CONFIG_SPL_DM_USB
 2018-11-20 15:48 UTC  (28+ messages)
` [U-Boot] [PATCH v2 0/4] "
  ` [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
  ` [U-Boot] [PATCH v3 0/5] usb: Introduce CONFIG_SPL_DM_USB
    ` [U-Boot] [PATCH v3 2/5] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
    ` [U-Boot] [PATCH v3 1/5] usb: Introduce CONFIG_SPL_DM_USB

[U-Boot] [PATCH] x86/bootm: fix compressed image boot
 2018-11-20 15:34 UTC  (4+ messages)

[U-Boot] [PATCH v7 00/11] [RESEND] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-11-20 15:20 UTC  (4+ messages)

[U-Boot] [PATCH] configs: at91: add CONFIG_OF_EMBED=y in all defconfigs
 2018-11-20 14:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/1] fs: fat: validate sector and cluster size
 2018-11-20 14:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] distro: Imply USB_STORAGE when USB is available
 2018-11-20 14:55 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH u-boot 00/19] Amlogic Meson cleanup for AXG SoC support
 2018-11-20 14:47 UTC  (4+ messages)
` [U-Boot] [PATCH u-boot 10/19] pinctrl: meson: add axg support

[U-Boot] [PATCH 00/34] spi: DM_SPI migration timeout!
 2018-11-20 14:45 UTC  (36+ messages)
` [U-Boot] [PATCH 01/34] spi: Remove unused spi_init
` [U-Boot] [PATCH 02/34] spi: Remove used spi_init
` [U-Boot] [PATCH 03/34] spi: davinci: Full dm conversion
` [U-Boot] [PATCH 04/34] spi: kirkwood: "
` [U-Boot] [PATCH 05/34] spi: ti_qspi: "
` [U-Boot] [PATCH 06/34] spi: mpc8xxx: Use short type names
` [U-Boot] [PATCH 07/34] spi: mpc8xxx: Fix comments
` [U-Boot] [PATCH 08/34] spi: mpc8xxx: Rename camel-case variables
` [U-Boot] [PATCH 09/34] spi: mpc8xxx: Fix space after cast
` [U-Boot] [PATCH 10/34] spi: mpc8xxx: Fix function names in strings
` [U-Boot] [PATCH 11/34] spi: mpc8xxx: Replace defines with enums
` [U-Boot] [PATCH 12/34] spi: mpc8xxx: Use IO accessors
` [U-Boot] [PATCH 13/34] spi: mpc8xxx: Simplify if
` [U-Boot] [PATCH 14/34] spi: mpc8xxx: Get rid of is_read
` [U-Boot] [PATCH 15/34] spi: mpc8xxx: Simplify logic a bit
` [U-Boot] [PATCH 16/34] spi: mpc8xxx: Reduce scope of loop variables
` [U-Boot] [PATCH 17/34] spi: mpc8xxx: Make code more readable
` [U-Boot] [PATCH 18/34] spi: mpc8xxx: Rename variable
` [U-Boot] [PATCH 19/34] spi: mpc8xxx: Document LEN setting better
` [U-Boot] [PATCH 20/34] spi: mpc8xxx: Re-order transfer setup
` [U-Boot] [PATCH 21/34] spi: mpc8xxx: Fix if check
` [U-Boot] [PATCH 22/34] spi: mpc8xxx: Use get_timer
` [U-Boot] [PATCH 23/34] spi: mpc8xxx: Convert to DM
` [U-Boot] [PATCH 24/34] spi: Zap cf_spi driver-related code
` [U-Boot] [PATCH 25/34] spi: Zap lpc32xx_ssp "
` [U-Boot] [PATCH 26/34] spi: Zap mxs_spi "
` [U-Boot] [PATCH 27/34] spi: Zap sh_spi "
` [U-Boot] [PATCH 28/34] spi: Zap soft_spi_legacy "
` [U-Boot] [PATCH 29/34] spi: Zap mpc8xx_spi "
` [U-Boot] [PATCH 30/34] spi: Zap mxc_spi "
` [U-Boot] [PATCH 31/34] spi: Zap omap3_spi "
` [U-Boot] [PATCH 32/34] spi: Zap atmel_spi "
` [U-Boot] [PATCH 33/34] spi: fsl_dspi: Drop non-dm code
` [U-Boot] [PATCH 34/34] dm: MIGRATION: spi: Update SPI driver status

[U-Boot] [PATCH] arm: baltos: move the board to CONFIG_BLK
 2018-11-20 14:45 UTC 

[U-Boot] [PATCH] board: da8xxevm: Fix Environmental CRC error
 2018-11-20 14:43 UTC 

[U-Boot] [PATCH 0/5] Fixes to Marvell A38x platforms
 2018-11-20 14:31 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] fix: env: Fix the SPI flash device setup for DM mode

[U-Boot] Uboot send pull request
 2018-11-20 14:06 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/10] Various fixes and improvements
 2018-11-20 13:49 UTC  (3+ messages)
` [U-Boot] [PATCH v2 02/10] spl: misc: Allow misc drivers in SPL and TPL

[U-Boot] U-Boot bring-up x86 Baytrail/ multiboot2 specification
 2018-11-20 13:47 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/3] RISC-V S-mode support
 2018-11-20 13:38 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] riscv: Add kconfig option to run u-boot in S-mode
` [U-Boot] [PATCH v2 2/3] riscv: qemu: Use different SYS_TEXT_BASE for S-mode
` [U-Boot] [PATCH v2 3/3] riscv: Add S-mode defconfigs for QEMU virt machine

[U-Boot] Re : Re: Re : Re: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)
 2018-11-20 13:15 UTC  (2+ messages)
` [U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

[U-Boot] Please pull u-boot-marvell/master
 2018-11-20 12:15 UTC 

[U-Boot] [PATCH] ARM: mvebu: db-88f6820: remove redundant comment
 2018-11-20 12:11 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/5] linux/const.h: import from kernel
 2018-11-20 12:11 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: mvebu: dts: add Clearfog GT-8K
 2018-11-20 12:10 UTC  (2+ messages)

[U-Boot] [PATCH u-boot-marvell v3 01/10] board: turris_mox: Cosmetic restructurization
 2018-11-20 12:04 UTC  (10+ messages)
` [U-Boot] [PATCH u-boot-marvell v3 02/10] board: turris_mox: Change SERDES map depending on module topology
` [U-Boot] [PATCH u-boot-marvell v3 03/10] board: turris_mox: Check and configure modules
` [U-Boot] [PATCH u-boot-marvell v3 04/10] arch/arm/dts: Fix Turris Mox device tree
` [U-Boot] [PATCH u-boot-marvell v3 05/10] board: turris_mox: Update defconfig
` [U-Boot] [PATCH u-boot-marvell v3 06/10] watchdog: armada_37xx: Fix compliance with kernel's driver
` [U-Boot] [PATCH u-boot-marvell v3 07/10] MAINTAINERS: Add entry for CZ.NIC's Turris project
` [U-Boot] [PATCH u-boot-marvell v3 08/10] board: turris_mox: Read info (and ethaddrs) from OTP
` [U-Boot] [PATCH u-boot-marvell v3 09/10] board: turris_mox: Support 1 GB version of Turris Mox
` [U-Boot] [PATCH u-boot-marvell v3 10/10] configs: turris_mox: Add 64 MiB of boot memory

[U-Boot] [PATCH] configs: add SolidRun Clearfog GT 8K
 2018-11-20 12:03 UTC  (2+ messages)

[U-Boot] [PATCH u-boot-marvell v2 00/12] Updates for Turris Mox
 2018-11-20 11:58 UTC  (8+ messages)
` [U-Boot] [PATCH u-boot-marvell v2 06/12] board: turris_mox: Cosmetic restructurization

[U-Boot] [PATCH 0/3] RISC-V S-mode support
 2018-11-20 11:27 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] riscv: Add kconfig option to run u-boot in S-mode
` [U-Boot] [PATCH 2/3] riscv: qemu: Use different SYS_TEXT_BASE for S-mode
` [U-Boot] [PATCH 3/3] riscv: Add S-mode defconfigs for QEMU virt machine

[U-Boot] [PATCH V2 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-11-20 10:20 UTC  (15+ messages)
` [U-Boot] [PATCH V2 02/15] imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M
` [U-Boot] [PATCH V2 03/15] imx: cpu: add CHIP_REV_2_1 macro
` [U-Boot] [PATCH V2 04/15] imx: introduce is_imx8mq helper
` [U-Boot] [PATCH V2 05/15] imx: rename mx8m,MX8M to imx8m,IMX8M
` [U-Boot] [PATCH V2 06/15] imx: spl: add MMC BOOT Device for i.MX8M
` [U-Boot] [PATCH V2 07/15] imx: imx8m: clock refactor dram pll part
` [U-Boot] [PATCH V2 08/15] tools: add i.MX8M image support
` [U-Boot] [PATCH V2 09/15] imx: imx8m: introduce script to generate fit image
` [U-Boot] [PATCH V2 10/15] imx: imx8m: introduce imximage cfg file
` [U-Boot] [PATCH V2 11/15] imx: imx8mq: build flash.bin
` [U-Boot] [PATCH V2 12/15] imx: imx8m: not build bootaux when building SPL
` [U-Boot] [PATCH V2 13/15] imx: imx8m: add lpddr4 header file
` [U-Boot] [PATCH V2 14/15] drivers: ddr: introduce DDR driver for i.MX8M
` [U-Boot] [PATCH V2 15/15] imx: add i.MX8MQ EVK support

[U-Boot] [RFC PATCH 0/3] ARM: meson: Use syscon/regmap for clock driver
 2018-11-20  9:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/3] configs: kirkwood: ds109: switch to DM_I2C
 2018-11-20  8:01 UTC  (6+ messages)

[U-Boot] [PATCH 00/19] Marvell PXA3XX NAND driver fixes and extensions
 2018-11-20  7:37 UTC  (6+ messages)
` [U-Boot] [PATCH 11/19] a70x0: a80x0: add soc type and revision printing in boot log
` [U-Boot] [PATCH 12/19] fix: nand: pxa3xx: Add SoC-specific enable function

[U-Boot] [PATCH v5 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-20  6:35 UTC  (8+ messages)
` [U-Boot] [PATCH v5 05/18] arm: MediaTek: add basic support for MT7623 boards

[U-Boot] [PATCH] Revert "arm: config: fix default console only to specify the device"
 2018-11-20  5:54 UTC 

[U-Boot] [PATCH][v2] armv8: lx2160ardb : Add support for LX2160ARDB platform
 2018-11-20  5:21 UTC  (3+ messages)

[U-Boot] [PATCH v3 6/6] spi: kirkwood: Full dm conversion
 2018-11-20  4:08 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/3] ARM: pinctrl: Provide pinctrl driver for Vybrid (vf610)
 2018-11-19 23:38 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] ARM: vybrid: "
` [U-Boot] [PATCH v2 2/3] ARM: DTS: Add iomux node to vf.dtsi for Vybrid devices
` [U-Boot] [PATCH v2 3/3] ARM: DTS: Provide pinfunc definitions for vybrid vf610 from Linux kernel

[U-Boot] [PATCH] imx: Add PHYTEC phyBOARD-i.MX6UL-Segin
 2018-11-19 22:02 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/11] mtd/sf: Various fixes
 2018-11-19 21:02 UTC  (13+ messages)
` [U-Boot] [PATCH v3 01/11] mtd: Add a function to report when the MTD dev list has been updated
` [U-Boot] [PATCH v3 02/11] mtd: Parse mtdparts/mtdids again when the MTD "
` [U-Boot] [PATCH v3 03/11] mtd: Delete partitions attached to the device when a device is deleted
` [U-Boot] [PATCH v3 04/11] mtd: sf: Make sure we don't register the same device twice
` [U-Boot] [PATCH v3 05/11] mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_name()
` [U-Boot] [PATCH v3 06/11] mtd: Be more strict on the "mtdparts=" prefix check
` [U-Boot] [PATCH v3 07/11] mtd: Make sure the name passed in mtdparts fits in mtd_name[]
` [U-Boot] [PATCH v3 08/11] mtd: Make sure we don't parse MTD partitions belonging to another dev
` [U-Boot] [PATCH v3 09/11] mtd: Don't stop MTD partition creation when it fails on one device
` [U-Boot] [PATCH v3 10/11] mtd: sf: Unregister the MTD device prior to removing the spi_flash obj
` [U-Boot] [PATCH v3 11/11] mtd: sf: Make sf_mtd.c more robust

[U-Boot] [PATCH v6 00/27] TF-A Boot support for NXP Chassis 2 platforms
 2018-11-19 20:13 UTC  (2+ messages)


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