public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-04-26 22:03:37 to 2017-04-28 10:04:12 UTC [more...]

[U-Boot] [PATCH 0/4] sunxi: i2c: Add DM I2C support for A64/H3/H5
 2017-04-28 10:04 UTC  (15+ messages)
` [U-Boot] [PATCH 1/4] sunxi: power: Compile sy8106a driver only during SPL build
` [U-Boot] [PATCH 2/4] sunxi: Move function for later convenience
` [U-Boot] [PATCH 3/4] sunxi: i2c: Add support for DM I2C
` [U-Boot] [PATCH 4/4] sunxi: Enable DM_I2C for A64/H3/H5

[U-Boot] [PATCH 1/2] ARM: sunxi: move board/sunxi/Kconfig to arch/arm/mach-sunxi/Kconfig
 2017-04-28  9:32 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/4] Add mipi display support for rk3288
 2017-04-28  9:09 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] rockchip: rk3288: grf: Add grf define for mipi dsi
` [U-Boot] [PATCH v2 2/4] rockchip: video: Add mipi display support for rk3288
` [U-Boot] [PATCH v2 3/4] rockchip: dts: evb_rk3288: Add mipi display support
` [U-Boot] [PATCH v2 4/4] rockchip: configs: Add config support for rk3288 mipi dsi

[U-Boot] [PATCH] sunxi: Explicitly call fdt_fixup_ethernet() in our ft_board_setup()
 2017-04-28  9:05 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/3] Add mipi display support for rk3288
 2017-04-28  8:05 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/3] rockchip: rk3288: grf: Add grf define for mipi dsi
` [U-Boot] [PATCH v1 2/3] rockchip: video: Add mipi display support for rk3288
` [U-Boot] [PATCH v1 3/3] rockchip: dts: evb_rk3288: Add mipi display support

[U-Boot] [PATCH] Remove extra fdt_fixup_ethernet() call
 2017-04-28  7:27 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/6] sunxi: video: Add support for HDMI output on A64/H3/H5
 2017-04-28  7:26 UTC  (5+ messages)

[U-Boot] [PATCH 0/2] With the update of the RK3399 DTS (to sync it with what the kernel uses),
 2017-04-28  7:24 UTC  (5+ messages)
  ` [U-Boot] [PATCH 2/2] rockchip: mmc: handle deprecation of 'clock-freq-min-max'

[U-Boot] [PATCH v3 00/13] STiH410-B2260: add reset, usb and fastboot support
 2017-04-28  7:19 UTC  (4+ messages)

[U-Boot] [PATCH][v2] board: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot
 2017-04-28  7:17 UTC 

[U-Boot] [PATCH v2 1/2] rockchip: dts: rk3399: sync with kernel dts
 2017-04-28  7:02 UTC  (4+ messages)

[U-Boot] [RFC 1/2] armv8, fsl-layerscape: Add SD boot support for LS1088A
 2017-04-28  6:40 UTC  (2+ messages)
` [U-Boot] [RFC 2/2] armv8, fsl-layerscape: Add SD boot support for LS1088AQDS

[U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
 2017-04-28  5:26 UTC  (8+ messages)
` [U-Boot] [PATCH] sf: Fix s25fs512s erase size and remove SECT_4K flag

[U-Boot] [PATCH 1/2][v7] board: freescale: ls2080ardb: Update QIXIS code
 2017-04-28  5:11 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2][v7] nxp/ls2080ardb: Add QSPI-boot support

[U-Boot] [PATCH 00/11] i2c: Remove old I2C support
 2017-04-28  4:59 UTC  (24+ messages)
` [U-Boot] [PATCH 01/11] i2c: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH 02/11] i2c: powerpc: Remove use of CONFIG_HARD_I2C
` [U-Boot] [PATCH 03/11] i2c: cm5200: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH 04/11] i2c: pdm360ng: "
` [U-Boot] [PATCH 05/11] i2c: keymile: "
` [U-Boot] [PATCH 06/11] i2c: mxc_i2c: "
` [U-Boot] [PATCH 07/11] i2c: "
` [U-Boot] [PATCH 08/11] i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX
` [U-Boot] [PATCH 09/11] i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
` [U-Boot] [PATCH 10/11] Drop CONFIG_I2CFAST
` [U-Boot] [PATCH 11/11] Drop use of CONFIG_I2C_SOFT

[U-Boot] [PATCH 2/2][v5] nxp/ls2080ardb: Add QSPI-boot support
 2017-04-28  4:34 UTC  (7+ messages)
` [U-Boot] [u-boot-release] "

[U-Boot] [PATCH v2 0/8] drivers: i2c: davinci_i2c: Convert driver to DM
 2017-04-28  4:07 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/8] i2c: davinci: Split functions into two parts for future DM support
` [U-Boot] [PATCH v2 2/8] drivers: i2c: davinci_i2c: Update davinci i2c driver to driver model
` [U-Boot] [PATCH v2 3/8] ti: common: board_detect: Introduce function to set the address length
` [U-Boot] [PATCH v2 4/8] ti: common: board_detect: Set alen to expected value before i2c read
` [U-Boot] [PATCH v2 5/8] ARM: dts: k2g: Add I2C nodes to 66AK2Gx
` [U-Boot] [PATCH v2 6/8] ARM: dts: keystone2: add I2C aliases for davinci I2C nodes
` [U-Boot] [PATCH v2 7/8] ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1
` [U-Boot] [PATCH v2 8/8] ARM: keystone: Enable DM_I2C by default

[U-Boot] [PATCH 8/8] USB: config: fix compiler problem for ls1021atwr
 2017-04-28  4:05 UTC 

[U-Boot] [PATCH 7/8] armv8: Add workaround for USB erratum A-009007
 2017-04-28  4:05 UTC 

[U-Boot] [PATCH 6/8] armv8: Add workaround for USB erratum A-008997
 2017-04-28  4:04 UTC 

[U-Boot] [PATCH 5/8] armv8: Add workaround for USB erratum A-009798
 2017-04-28  4:04 UTC 

[U-Boot] [PATCH 4/8] armv7: Add workaround for USB erratum A-009007
 2017-04-28  4:04 UTC 

[U-Boot] [PATCH 3/8] armv7: Add workaround for USB erratum A-008997
 2017-04-28  4:04 UTC 

[U-Boot] [PATCH 2/8] armv7: Add workaround for USB erratum A-009798
 2017-04-28  4:04 UTC 

[U-Boot] [PATCH 1/8] armv7: Add workaround for USB erratum A-009008
 2017-04-28  4:03 UTC 

[U-Boot] [PATCH] tools: moveconfig: cleanup whitelist entries
 2017-04-28  1:13 UTC 

[U-Boot] [PATCH 1/3] arm: ls1021a: Adjust memory mapping for Flash/SD card on LS1021AQDS/TWR
 2017-04-27 19:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] armv8: layerscape: Adjust memory mapping for Flash/SD card on LS1043A
` [U-Boot] [PATCH 3/3] armv8: layerscape: Adjust memory mapping for Flash/SD card on LS1046A

[U-Boot] [PATCH v2 0/3] spl: dfu: misc fixes and reduce MLO foot print
 2017-04-27 18:13 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
` [U-Boot] [PATCH v2 2/3] common: dfu: ignore reset for spl-dfu
` [U-Boot] [PATCH v2 3/3] spl: dfu: reduce spl-dfu MLO size

[U-Boot] [PATCH 00/28] Kconfig: Convert some commands to Kconfig
 2017-04-27 18:12 UTC  (31+ messages)
` [U-Boot] [PATCH 01/28] power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722
` [U-Boot] [PATCH 02/28] power: Move as3722 pmic to pmic/ directory
` [U-Boot] [PATCH 03/28] power: Convert CONFIG_PMIC_AS3722 to Kconfig
` [U-Boot] [PATCH 04/28] power: Drop CONFIG_I2C_PMIC
` [U-Boot] [PATCH 05/28] power: Drop CONFIG_PMIC
` [U-Boot] [PATCH 06/28] Convert CONFIG_CMD_AES et al to Kconfig
` [U-Boot] [PATCH 07/28] ti816x_evm: Change CONFIG_CMD_ASKEN to CONFIG_CMD_ASKENV
` [U-Boot] [PATCH 08/28] Convert CONFIG_CMD_BAT to Kconfig
` [U-Boot] [PATCH 09/28] Convert CONFIG_CMD_BEDBUG "
` [U-Boot] [PATCH 10/28] Convert CONFIG_CMD_BLOB "
` [U-Boot] [PATCH 11/28] Convert CONFIG_CMD_BMODE "
` [U-Boot] [PATCH 12/28] Convert CONFIG_CMD_BMP "
` [U-Boot] [PATCH 13/28] Convert CONFIG_CMD_BSP "
` [U-Boot] [PATCH 14/28] Convert CONFIG_SYS_WHITE_ON_BLACK "
` [U-Boot] [PATCH 15/28] fs: Convert CONFIG_CMD_CBFS "
` [U-Boot] [PATCH 16/28] fs: Kconfig: Add a separate config for FS_CBFS
` [U-Boot] [PATCH 17/28] Convert CONFIG_CMD_CHIP_CONFIG to Kconfig
` [U-Boot] [PATCH 18/28] Drop CONFIG_CMD_CLEAR
` [U-Boot] [PATCH 19/28] Convert CONFIG_CMD_CLK to Kconfig
` [U-Boot] [PATCH 20/28] fs: Convert CONFIG_CMD_CRAMFS "
` [U-Boot] [PATCH 21/28] fs: Kconfig: Add a separate option for FS_CRAMFS
` [U-Boot] [PATCH 22/28] Kconfig: Drop CONFIG_CMD_DEFAULTENV_VARS
` [U-Boot] [PATCH 23/28] Convert CONFIG_CMD_DEKBLOB to Kconfig
` [U-Boot] [PATCH 24/28] Kconfig: Drop CONFIG_CMD_DFL
` [U-Boot] [PATCH 25/28] Convert CONFIG_CMD_DIAG to Kconfig
` [U-Boot] [PATCH 26/28] Convert CONFIG_CMD_DISPLAY "
` [U-Boot] [PATCH 27/28] powerpc: Drop configs/manroland
` [U-Boot] [PATCH 28/28] Drop the pdsp188x driver

[U-Boot] [PATCH 2/3] common: dfu: ignore reset for spl-dfu
 2017-04-27 17:30 UTC  (7+ messages)
    ` [U-Boot] [PATCH 3/3] spl: dfu: reduce spl-dfu MLO size

[U-Boot] [PATCH 0/3] spl: dfu: misc fixes and reduce MLO foot print
 2017-04-27 17:25 UTC  (13+ messages)
` [U-Boot] [PATCH 2/3] common: dfu: ignore reset for spl-dfu
` [U-Boot] [PATCH 3/3] spl: dfu: reduce spl-dfu MLO size

[U-Boot] [PATCH] armv8: minor fix to comment for enabling SMPEN bit
 2017-04-27 16:59 UTC  (2+ messages)

[U-Boot] [PATCH 2/3] arm, Makefile: Concatenation of u-boot-spl.bin and u-boot.img
 2017-04-27 15:58 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] power: TWL4030: Move CONFIG_TWL4030_POWER to Kconfig
 2017-04-27 14:50 UTC  (6+ messages)

[U-Boot] [Patch v2] ls1088a: add VID support for QDS and RDB platforms
 2017-04-27 13:58 UTC 

[U-Boot] [PATCH 0/6] configs: ti: consolidate cmd options
 2017-04-27 13:45 UTC  (12+ messages)
` [U-Boot] [PATCH 1/6] board: ti: Define Kconfig symbol for common "
` [U-Boot] [PATCH 2/6] configs: am335x: Enable TI_COMMON_CMD_OPTIONS
` [U-Boot] [PATCH 3/6] configs: am43xx: "
` [U-Boot] [PATCH 4/6] configs: am57xx: "
` [U-Boot] [PATCH 5/6] configs: dra7xx: "
` [U-Boot] [PATCH 6/6] configs: ks2: "

[U-Boot] [PATCH] ls1088a: add VID support for QDS and RDB platforms
 2017-04-27 13:24 UTC 

[U-Boot] [PATCH v4 00/18] stm32f7: add sdram & gpio drivers
 2017-04-27 12:51 UTC  (3+ messages)

[U-Boot] [PATCH v5 00/10] Add mipi dsi display support for rockchip soc
 2017-04-27 11:44 UTC  (11+ messages)
` [U-Boot] [PATCH v5 01/10] rockchip: include: grf: Add GRF register declaration for mipi dsi
` [U-Boot] [PATCH v5 02/10] rockchip: video: Add mipi driver support for rockchip soc
` [U-Boot] [PATCH v5 03/10] rockchip: video: vop: Fix rk_display_init() return error
` [U-Boot] [PATCH v5 04/10] rockchip: video: vop: Add mipi display mode for rk3399
` [U-Boot] [PATCH v5 05/10] rockchip: video: vop: Set different bitwidth for different display mode
` [U-Boot] [PATCH v5 06/10] rockchip: video: vop: Reserve enough space for mipi dispaly
` [U-Boot] [PATCH v5 07/10] rockchip: board: evb_rk3399: initialize pwm0 for dispaly backlight
` [U-Boot] [PATCH v5 08/10] rockchip: dts: Add mipi dsi support for rk3399
` [U-Boot] [PATCH v5 09/10] rockchip: configs: rk3399_conmmon: Add vidconsole environment variable
` [U-Boot] [PATCH v5 10/10] rockchip: defconfigs: Enable mipi dsi for rk3399

[U-Boot] [GIT PULL] Xilinx fixes for v2017.05
 2017-04-27 11:36 UTC 

[U-Boot] [U-boot] use of CONFIG_SYS_EARLY_PCI_INIT with DM PCI
 2017-04-27 11:29 UTC  (2+ messages)

[U-Boot] [PATCH] board: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot
 2017-04-27 11:08 UTC 

[U-Boot] [PATCH 1/2][v6][RESEND] board: freescale: ls2080ardb: Update QIXIS code
 2017-04-27 10:37 UTC 

[U-Boot] [PATCH 2/2][v6][RESEND] nxp/ls2080ardb: Add QSPI-boot support
 2017-04-27 10:36 UTC 

[U-Boot] [PATCH 10/11] board: ls2080a: Initialize eth before mcinitcmd
 2017-04-27 10:26 UTC  (2+ messages)
` [U-Boot] [PATCH 11/11] drivers: net: fsl-mc: Write MAC address in eth_device

[U-Boot] [PATCH v7 00/16] Add Intel Arria 10 SoC support
 2017-04-27 10:13 UTC  (10+ messages)

[U-Boot] [PATCH 1/2][v2] armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support
 2017-04-27  9:38 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2][v2] board: ls2080ardb: Add LS2081ARDB board support

[U-Boot] [PATCH] arm: dts: imx: add aliases for usbotg nodes
 2017-04-27  7:53 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] Big work on sunxi DW DRAM controllers and some new DDR type support
 2017-04-27  7:09 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v6] board: freescale: ls2080ardb: Update QIXIS code
 2017-04-27  6:11 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2][v6] nxp/ls2080ardb: Add QSPI-boot support

[U-Boot] [PATCH] rpi: Add a call to fdt_fixup_ethernet()
 2017-04-27  6:08 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v5] board: freescale: ls2080ardb: Update QIXIS code
 2017-04-27  4:57 UTC  (3+ messages)

[U-Boot] [PATCH][v3] driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path
 2017-04-27  4:44 UTC 

[U-Boot] [PATCH] mmc: sdhci: Fix maximum clock for programmable clock mode
 2017-04-27  4:23 UTC  (2+ messages)

[U-Boot] [PATCH] power: twl4030: Add CONFIG_CMD_POWEROFF support
 2017-04-27  4:14 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] rockchip: Add a read-only efuse driver for the RK3399 (and derive serial# from fuses on the RK3399-Q7)
 2017-04-26 22:36 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] rockchip: clk: rk3399: allow requests for PCLK_EFUSE1024NS
` [U-Boot] [PATCH 2/4] rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block
` [U-Boot] [PATCH 3/4] rockchip: board: puma_rk3399: add support for serial# and cpuid# via efuses
` [U-Boot] [PATCH 4/4] rockchip: defconfig: puma-rk3399: enable RK3399 efuse driver

[U-Boot] [PATCH] armv8: layerscape: Fix DDR size calcuation for SPL build
 2017-04-26 22:23 UTC  (2+ messages)

[U-Boot] [PATCH v3] arm: psci: make psci usable on single core socs
 2017-04-26 22:22 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] fsl-ppa: Kconfig: Support to load PPA hdr from eMMC/SD and NAND Flash
 2017-04-26 22:22 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] fsl-layerscape/ls1043aqds: Integrate FSL PPA
 2017-04-26 22:20 UTC  (2+ messages)

[U-Boot] [PATCH][v2] board: ls2080ardb: Add phy number for serdes1 protocol 0x4b
 2017-04-26 22:16 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