public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-09-12 17:02:09 to 2016-09-14 01:42:41 UTC [more...]

[U-Boot] [PATCH v1 1/3] arm: mvebu: create generic 88F6820 config option
 2016-09-14  1:42 UTC 

[U-Boot] [PATCH v2] Fix cache misalignment after network load operations
 2016-09-14  1:30 UTC 

[U-Boot] [PATCH v2] rtl8169: fix cache misalignment message on transmit
 2016-09-14  1:29 UTC 

[U-Boot] [PATCH 00/21] imx: support i.MX6ULL and EVK board
 2016-09-14  1:21 UTC  (7+ messages)
` [U-Boot] [PATCH 21/21] arm: imx: add i.MX6ULL 14x14 EVK board support

[U-Boot] [PATCH v2 1/5] test/fs: Restructure file path specification to allow some flexibility
 2016-09-13 23:01 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/5] test/fs: remove use of undefined WRITE_FILE variable
` [U-Boot] [PATCH v2 3/5] test/fs: strip noise from filesystem code prior to checking results
` [U-Boot] [PATCH v2 4/5] test/fs: Check ext4 behaviour if dirent is first entry in directory block
` [U-Boot] [PATCH v2 5/5] test/fs: Check writes using "." (same dir) relative path

[U-Boot] [PATCH v2 0/5] Enhance fs tests
 2016-09-13 23:01 UTC 

[U-Boot] Standalone Application
 2016-09-13 22:44 UTC 

[U-Boot] [PATCH 1/5] imx: iomux-v3: Fix build error with snvs base
 2016-09-13 22:34 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] serial: Kconfig: Add MXC_UART entry
` [U-Boot] [PATCH 3/5] thermal: Kconfig: Add IMX_THERMAL entry
` [U-Boot] [PATCH 4/5] Kconfig: Add DEFAULT_FDT_FILE entry
` [U-Boot] [PATCH 5/5] arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support

[U-Boot] [PATCH 1/2] cros_ec: Add function to read back flash parameters
 2016-09-13 21:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command

[U-Boot] [Patch v6 0/9] Add LS1046ARDB&QDS board support
 2016-09-13 20:45 UTC  (5+ messages)
` [U-Boot] [Patch v6 5/9] armv8: fsl-layerscape: spl: remove BSS clearing and board_init_r

[U-Boot] [PATCH] armv8: fsl-layerscape: Fix "cpu status" command
 2016-09-13 19:40 UTC 

[U-Boot] [PATCH v1 0/7] clk: at91: Improve the clock implementation
 2016-09-13 19:34 UTC  (11+ messages)
` [U-Boot] [PATCH v1 1/7] clk: clk-uclass: Assign clk->dev before call .of_xlate
` [U-Boot] [PATCH v1 2/7] clk: at91: Improve the clock implementation
` [U-Boot] [PATCH v1 3/7] gpio: atmel_pio4: Remove unneccessary clock calling
` [U-Boot] [PATCH v1 4/7] i2c: at91_i2c: "
` [U-Boot] [PATCH v1 5/7] i2c: at91_i2c: Change error return -ENODEV to -EINVAL
` [U-Boot] [PATCH v1 6/7] usb: ehci-atmel: Remove unneccessary clock calling
` [U-Boot] [PATCH v1 7/7] mmc: atmel_sdhci: "

[U-Boot] [PATCH 1/3] test/fs: Restructure file path specification to allow some flexibility
 2016-09-13 19:11 UTC  (12+ messages)
` [U-Boot] [PATCH 2/3] test/fs: Check ext4 behaviour if dirent is first entry in directory block
` [U-Boot] [PATCH 3/3] test/fs: Check writes using "." (same dir) relative path

[U-Boot] [PATCH v9] dm: at91: Add driver model support for the spi driver
 2016-09-13 19:02 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] Detect and reject new ad-hoc CONFIG options
 2016-09-13 18:38 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/2] Kconfig: Add a whitelist of "
` [U-Boot] [PATCH v2 2/2] Makefile: Give a build error if ad-hoc CONFIG options are added

[U-Boot] [RFC] board/liteboard: Add support for liteSOM and liteBoard
 2016-09-13 18:23 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Fix crash on 32-bit systems
 2016-09-13 17:36 UTC 

[U-Boot] [PATCH 01/21] ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
 2016-09-13 16:46 UTC  (21+ messages)
` [U-Boot] [PATCH 02/21] mmc: tegra: use correct alias for SDHCI/MMC nodes
` [U-Boot] [PATCH 03/21] mmc: tegra: move pad_init_mmc() into MMC driver
` [U-Boot] [PATCH 04/21] mmc: tegra: don't use periph_id in pad_init_mmc()
` [U-Boot] [PATCH 05/21] mmc: tegra: priv struct and naming cleanup
` [U-Boot] [PATCH 06/21] ARM: tegra: set MMC pin mux in board_init()
` [U-Boot] [PATCH 07/21] mmc: tegra: Add DM_MMC support to Tegra MMC driver
` [U-Boot] [PATCH 08/21] ARM: tegra: remove "0, " from DT unit addresses
` [U-Boot] [PATCH 09/21] ARM: tegra: pull Tegra20 SoC DT from Linux v4.7
` [U-Boot] [PATCH 10/21] ARM: tegra: pull Tegra30 "
` [U-Boot] [PATCH 11/21] ARM: tegra: pull Tegra114 "
` [U-Boot] [PATCH 12/21] ARM: tegra: pull Tegra124 "
` [U-Boot] [PATCH 13/21] ARM: tegra: pull Tegra210 "
` [U-Boot] [PATCH 14/21] ARM: tegra: add peripheral clock init table
` [U-Boot] [PATCH 15/21] ARM: tegra: add APIs the clock uclass driver will need
` [U-Boot] [PATCH 16/21] misc: implement Tegra CAR core driver
` [U-Boot] [PATCH 17/21] reset: implement a driver for the Tegra CAR
` [U-Boot] [PATCH 18/21] clock: "
` [U-Boot] [PATCH 19/21] ARM: tegra: enable standard clock/reset APIs everywhere
` [U-Boot] [PATCH 20/21] mmc: tegra: only use new clock/reset APIs
` [U-Boot] [PATCH 21/21] i2c: "

[U-Boot] [PATCH 00/12] ARM: uniphier: UniPhier SoC updates for v2016.11-rc1
 2016-09-13 16:06 UTC  (13+ messages)
` [U-Boot] [PATCH 01/12] ARM: uniphier: sort select:s alphabetically
` [U-Boot] [PATCH 02/12] usb: uniphier: remove UniPhier xHCI driver and select DM_USB
` [U-Boot] [PATCH 03/12] ARM: uniphier: delete unnecessary xHCI pin-mux settings
` [U-Boot] [PATCH 04/12] ARM: uniphier: enable Generic EHCI driver for Pro4 SoC
` [U-Boot] [PATCH 05/12] mmc: uniphier-sd: migrate to CONFIG_BLK
` [U-Boot] [PATCH 06/12] pinctrl: uniphier: add System Bus pin-mux settings
` [U-Boot] [PATCH 07/12] pinctrl: uniphier: move register base macros from header to .c file
` [U-Boot] [PATCH 08/12] ARM: uniphier: remove IECTRL setup code of LD4 SoC
` [U-Boot] [PATCH 09/12] ARM: uniphier: use checkboard() instead of misc_init_f()
` [U-Boot] [PATCH 10/12] ARM: uniphier: merge board init functions into board_init()
` [U-Boot] [PATCH 11/12] ARM: uniphier: fix DRAM size of LD21 SoC package
` [U-Boot] [PATCH 12/12] ARM: uniphier: introduce flags to adjust DRAM timing for LD20/LD21

[U-Boot] [PATCH] imx: s/docs\/README.imximage/doc\/README.imximage/g
 2016-09-13 15:01 UTC 

[U-Boot] [PATCH 0/5] imx: Add Engicam i.CoreM6 QDL modules support
 2016-09-13 14:22 UTC 

[U-Boot] [PATCH v3 00/45] Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig
 2016-09-13 13:09 UTC  (50+ messages)
` [U-Boot] [PATCH v3 01/45] Correct defconfigs using savedefconfig
` [U-Boot] [PATCH v3 02/45] moveconfig: Add an option to skip prompts
` [U-Boot] [PATCH v3 03/45] moveconfig: Add an option to commit changes
` [U-Boot] [PATCH v3 04/45] Kconfig: Move SPL settings into their own file
` [U-Boot] [PATCH v3 05/45] arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD
` [U-Boot] [PATCH v3 06/45] Drop CONFIG_SPL_RAM_SUPPORT
` [U-Boot] [PATCH v3 07/45] Use separate options for TPL support
` [U-Boot] [PATCH v3 08/45] Kconfig: spl: Add SPL support options to Kconfig
` [U-Boot] [PATCH v3 09/45] Kconfig: tpl: Add some TPL "
` [U-Boot] [PATCH v3 10/45] Move existing use of CONFIG_SPL_DM "
` [U-Boot] [PATCH v3 11/45] Move existing use of CONFIG_SPL_RSA "
` [U-Boot] [PATCH v3 12/45] spear: Use upper case for CONFIG options
` [U-Boot] [PATCH v3 13/45] Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig
` [U-Boot] [PATCH v3 14/45] Convert CONFIG_SPL_HASH_SUPPORT "
` [U-Boot] [PATCH v3 15/45] Convert CONFIG_SPL_DMA_SUPPORT "
` [U-Boot] [PATCH v3 16/45] Convert CONFIG_SPL_DRIVERS_MISC_SUPPORT "
` [U-Boot] [PATCH v3 17/45] Convert CONFIG_SPL_ENV_SUPPORT "
` [U-Boot] [PATCH v3 18/45] Convert CONFIG_SPL_ETH_SUPPORT "
` [U-Boot] [PATCH v3 19/45] Convert CONFIG_SPL_EXT_SUPPORT "
` [U-Boot] [PATCH v3 20/45] Convert CONFIG_SPL_FAT_SUPPORT "
` [U-Boot] [PATCH v3 21/45] Convert CONFIG_SPL_GPIO_SUPPORT "
` [U-Boot] [PATCH v3 22/45] Convert CONFIG_SPL_I2C_SUPPORT "
` [U-Boot] [PATCH v3 23/45] Convert CONFIG_SPL_LIBCOMMON_SUPPORT "
` [U-Boot] [PATCH v3 24/45] Convert CONFIG_SPL_LIBDISK_SUPPORT "
` [U-Boot] [PATCH v3 25/45] Convert CONFIG_SPL_LIBGENERIC_SUPPORT "
` [U-Boot] [PATCH v3 26/45] Convert CONFIG_SPL_MMC_SUPPORT "
` [U-Boot] [PATCH v3 27/45] Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT "
` [U-Boot] [PATCH v3 28/45] Convert CONFIG_SPL_MTD_SUPPORT "
` [U-Boot] [PATCH v3 29/45] Convert CONFIG_SPL_MUSB_NEW_SUPPORT "
` [U-Boot] [PATCH v3 30/45] Convert CONFIG_SPL_NAND_SUPPORT "
` [U-Boot] [PATCH v3 31/45] Convert CONFIG_SPL_NET_VCI_STRING "
` [U-Boot] [PATCH v3 32/45] Convert CONFIG_SPL_NET_SUPPORT "
` [U-Boot] [PATCH v3 33/45] Convert CONFIG_SPL_NOR_SUPPORT "
` [U-Boot] [PATCH v3 34/45] Convert CONFIG_SPL_ONENAND_SUPPORT "
` [U-Boot] [PATCH v3 35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT
` [U-Boot] [PATCH v3 36/45] Convert CONFIG_SPL_POWER_SUPPORT to Kconfig
` [U-Boot] [PATCH v3 37/45] Convert CONFIG_SPL_SATA_SUPPORT "
` [U-Boot] [PATCH v3 38/45] Convert CONFIG_SPL_SERIAL_SUPPORT "
` [U-Boot] [PATCH v3 39/45] Convert CONFIG_SPL_SPI_FLASH_SUPPORT "
` [U-Boot] [PATCH v3 40/45] Convert CONFIG_SPL_SPI_SUPPORT "
` [U-Boot] [PATCH v3 41/45] Convert CONFIG_SPL_USBETH_SUPPORT "
` [U-Boot] [PATCH v3 42/45] Convert CONFIG_SPL_USB_HOST_SUPPORT "
` [U-Boot] [PATCH v3 43/45] Convert CONFIG_SPL_USB_SUPPORT "
` [U-Boot] [PATCH v3 44/45] Convert CONFIG_SPL_WATCHDOG_SUPPORT "
` [U-Boot] [PATCH v3 45/45] Convert CONFIG_SPL_YMODEM_SUPPORT "

[U-Boot] [PATCH v4 08/45] Kconfig: spl: Add SPL support options to Kconfig
 2016-09-13 13:05 UTC  (2+ messages)
` [U-Boot] [PATCH v4 35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT

[U-Boot] [PATCH] PWM: Correct misspellings of "module" in context of PWM
 2016-09-13 12:35 UTC 

[U-Boot] [bug report] sunxi: booting from eMMC
 2016-09-13 11:50 UTC  (4+ messages)

[U-Boot] [PATCH] cmd: booti: fix the image runtime location
 2016-09-13 11:19 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] armv8/fsl-lsch2: refactor the clock system initialization
 2016-09-13 10:03 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] armv8/fsl-lsch3: consolidate "

[U-Boot] [PATCH] mmc: cat u8 to u64 to avoid unexpected error
 2016-09-13  8:27 UTC 

[U-Boot] [PATCH] armv8/fsl-layerscape: print SoC revsion number
 2016-09-13  8:13 UTC 

[U-Boot] [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY for CMD with busy response
 2016-09-13  7:30 UTC  (3+ messages)

[U-Boot] [ANN] U-Boot v2016.09 is released
 2016-09-13  6:58 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM64: Add support for some of atomic64 operations
 2016-09-13  6:40 UTC 

[U-Boot] Please pull from u-boot-i2c
 2016-09-13  6:36 UTC 

[U-Boot] [PATCH] cmd/onenand.c: block align warning
 2016-09-13  5:40 UTC 

[U-Boot] [PATCH] cmd: ubi: add option to specify volume id
 2016-09-13  5:14 UTC 

[U-Boot] [PATCH v2 0/4] board: sama5d2_xplained: Convert to use device tree and drivers with DM
 2016-09-13  2:49 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] board: sama5d2_xplained: Move config options to defconfigs
` [U-Boot] [PATCH v2 2/4] board: sama5d2_xplained: Clean up code
` [U-Boot] [PATCH v2 3/4] board: sama5d2_xplained: Set 'ethaddr' got from AT24MAC
` [U-Boot] [PATCH v2 4/4] board: sama5d2_xplained: Enable an early debug UART

[U-Boot] [PATCH v2] i2c: at91_i2c: Fix the wrong include file
 2016-09-13  2:40 UTC 

[U-Boot] [PATCH v2 0/2] serial: atmel_usart: Support to enable an early debug UART
 2016-09-13  2:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] serial: Kconfig: Add ATMEL_USART option
` [U-Boot] [PATCH v2 2/2] serial: atmel_usart: Support enable an early debug UART

[U-Boot] [PATCH v2] mmc: mmc-uclass: Add mmc_init() in mmc preinit phrase
 2016-09-13  2:31 UTC 

[U-Boot] [PATCH v2] clk: at91: Fix at91-pmc and at91-sckc's class ID
 2016-09-13  2:25 UTC 

[U-Boot] [PATCH v1 0/2] clk: at91: Fix the wrong used class ID
 2016-09-13  1:59 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/2] clk: at91: Add .ops callback for clk_generic

[U-Boot] U-boot bad block table
 2016-09-12 21:05 UTC 

[U-Boot] [PATCH 1/4] fs/fat: Remove two statements without effect
 2016-09-12 20:15 UTC  (3+ messages)

[U-Boot] [PATCH v2] cros_ec: Fix issue with cros_ec_flash_write command
 2016-09-12 19:57 UTC 

[U-Boot] [PATCH] cros_ec: Fix issue with cros_ec_flash_write command
 2016-09-12 19:51 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] configs: Resync with savedefconfig
 2016-09-12 18:28 UTC  (12+ messages)

[U-Boot] [PATCHv5 0/4] Add Avionic Design Meerkat/Tegra K1 support
 2016-09-12 18:25 UTC  (9+ messages)
` [U-Boot] [PATCHv5 1/4] Revert "tegra: Add support for setting up a as3722 PMIC"

[U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20
 2016-09-12 18:24 UTC  (10+ messages)
` [U-Boot] [PATCH v1 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable
` [U-Boot] [PATCH v1 3/5] colibri_t20: fix display configuration
` [U-Boot] [PATCH v1 4/5] colibri_t20: fix usb operation and controller order
` [U-Boot] [PATCH v1 5/5] colibri_t20: enable dfu also for nand

[U-Boot] [PATCH 1/4] ARM: tegra: add SoC-level hook for board_late_init()
 2016-09-12 17:51 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: tegra: configure Ethernet address on Tegra186
` [U-Boot] [PATCH 3/4] ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT
` [U-Boot] [PATCH 4/4] ARM: tegra: enable Ethernet on p2771-0000

[U-Boot] [PATCH 1/2] dt: net: add DWC EQoS binding
 2016-09-12 17:48 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device

[U-Boot] [PATCH v2 0/4] Fastboot MBR and generic partition support
 2016-09-12 17:42 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/4] disk: part: implement generic function part_get_info_by_name()
` [U-Boot] [PATCH v2 2/4] fastboot: add support for writing MBR
` [U-Boot] [PATCH v2 3/4] disk: part: refactor generic name creation for DOS and ISO
` [U-Boot] [PATCH v2 4/4] fastboot: move FASTBOOT_FLASH options into Kconfig


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