public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-09-16 19:16:38 to 2016-09-19 00:56:58 UTC [more...]

[U-Boot] [PATCH v3 00/45] Kconfig: Move CONFIG_SPL_..._SUPPORT to Kconfig
 2016-09-19  0:56 UTC  (6+ messages)
` [U-Boot] [PATCH v3 12/45] spear: Use upper case for CONFIG options
  ` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH] test/py/tests/test_vboot.py: Add check that we boot the image
 2016-09-19  0:56 UTC  (2+ messages)

[U-Boot] pull request: u-boot-uniphier/master (2nd round)
 2016-09-19  0:31 UTC  (2+ messages)

[U-Boot] Please pull u-boot-sunxi master
 2016-09-19  0:31 UTC  (2+ messages)

[U-Boot] Please pull ARC changes
 2016-09-19  0:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/27] spl: Use linker list and parameters for SPL image loading
 2016-09-19  0:31 UTC  (43+ messages)
` [U-Boot] [PATCH 01/27] spl: Move spl_board_load_image() into a generic header
` [U-Boot] [PATCH 02/27] spl: Add a parameter to spl_set_header_raw_uboot()
` [U-Boot] [PATCH 03/27] spl: Add a parameter to spl_parse_image_header()
` [U-Boot] [PATCH 04/27] spl: Add a parameter to jump_to_image_linux()
` [U-Boot] [PATCH 05/27] spl: Add function comments to spl_start_uboot()
` [U-Boot] [PATCH 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
` [U-Boot] [PATCH 07/27] spl: Convert boot_device into a struct
` [U-Boot] [PATCH 08/27] spl: Add a way to declare an SPL image loader
` [U-Boot] [PATCH 09/27] spl: Convert spl_ram_load_image() to use linker list
` [U-Boot] [PATCH 10/27] spl: Convert spl_mmc_load_image() "
` [U-Boot] [PATCH 11/27] spl: Convert spl_ubi_load_image() "
` [U-Boot] [PATCH 12/27] spl: Convert spl_nand_load_image() "
` [U-Boot] [PATCH 13/27] spl: Convert spl_onenand_load_image() "
` [U-Boot] [PATCH 14/27] spl: Convert spl_nor_load_image() "
` [U-Boot] [PATCH 15/27] spl: Convert spl_ymodem_load_image() "
` [U-Boot] [PATCH 16/27] spl: Convert spl_usb_load_image() "
` [U-Boot] [PATCH 17/27] spl: Convert spl_sata_load_image() "
` [U-Boot] [PATCH 18/27] spl: spi: Move the generic SPI loader into common/spl
` [U-Boot] [PATCH 19/27] spl: Convert spl_spi_load_image() to use linker list
` [U-Boot] [PATCH 20/27] spi: Move freescale-specific code into a private header
` [U-Boot] [PATCH 21/27] spl: Convert spl_net_load_image() to use linker list
` [U-Boot] [PATCH 22/27] spl: Convert spl_board_load_image() "
` [U-Boot] [PATCH 23/27] spl: Pass spl_image as a parameter to load_image() methods
` [U-Boot] [PATCH 24/27] spl: Update ext functions to take an spl_image parameter
` [U-Boot] [PATCH 25/27] spl: Update fat "
` [U-Boot] [PATCH 26/27] spl: Update spl_load_simple_fit() to take an spl_image param
` [U-Boot] [PATCH 27/27] spl: Make spl_boot_list a local variable

[U-Boot] [v2, 1/5] mmc: fsl_esdhc: don't set XFERTYP_RSPTYP_48_BUSY for CMD with busy response
 2016-09-19  0:16 UTC  (9+ messages)
    ` [U-Boot] [v2, 2/5] mmc: send STOP command when the READ/WRITE commands fail
    ` [U-Boot] [v2, 4/5] mmc: add workaround for eSDHC erratum A009620

[U-Boot] [PATCH] Revert "image-fit: switch ENOLINK to ENOENT"
 2016-09-18 23:59 UTC  (5+ messages)

[U-Boot] [PATCH] ML: SPL: NOR: Add CONFIG_SPL_NOR_COPY_ENTIRE_IMAGE define to enable whole image copy from NOR
 2016-09-18 23:27 UTC  (5+ messages)

[U-Boot] [PATCH 00/13] buildman: Threading and output improvements
 2016-09-18 22:48 UTC  (14+ messages)
` [U-Boot] [PATCH 01/13] Makefile: Add a target to create the .cfg files
` [U-Boot] [PATCH 02/13] buildman: Add an option to just create the config
` [U-Boot] [PATCH 03/13] buildman: Add documentation for CONFIG checking
` [U-Boot] [PATCH 04/13] buildman: Squash useless output from -K
` [U-Boot] [PATCH 05/13] patman: Flush output when there is no newline
` [U-Boot] [PATCH 06/13] buildman: Tidy up the 'cloning' message
` [U-Boot] [PATCH 07/13] buildman: Print a message when removing old directories
` [U-Boot] [PATCH 08/13] buildman: Print a message indicating the build is starting
` [U-Boot] [PATCH 09/13] buildman: Put our local libraries first in the path
` [U-Boot] [PATCH 10/13] buildman: Allow builds to terminate cleanly
` [U-Boot] [PATCH 11/13] buildman: Drop the 'active' flag in the builder
` [U-Boot] [PATCH 12/13] buildman: Don't show a stacktrace on Ctrl-C
` [U-Boot] [PATCH 13/13] buildman: Drop the 'alive' flag in BuilderThread

[U-Boot] [PATCH 0/2] Add sdram capacity auto detect for rk3288
 2016-09-18 19:34 UTC  (8+ messages)

[U-Boot] [PATCH v2 00/17] imx6: Add Engicam i.CoreM6 QDL modules support
 2016-09-18 18:15 UTC  (21+ messages)
` [U-Boot] [PATCH v2 01/17] imx: iomux-v3: Fix build error with snvs base
` [U-Boot] [PATCH v2 02/17] serial: Kconfig: Add MXC_UART entry
` [U-Boot] [PATCH v2 03/17] thermal: Kconfig: Add IMX_THERMAL entry
` [U-Boot] [PATCH v2 04/17] Kconfig: Add DEFAULT_FDT_FILE entry
` [U-Boot] [PATCH v2 05/17] arm: imx: Add Engicam i.CoreM6 QDL Starter Kit initial support
` [U-Boot] [PATCH v2 06/17] imx6: icorem6: Add ENET support
` [U-Boot] [PATCH v2 07/17] imx: s/docs\/README.imximage/doc\/README.imximage/g
` [U-Boot] [PATCH v2 08/17] arm: dts: Add devicetree for i.MX6DL
` [U-Boot] [PATCH v2 09/17] arm: dts: Add devicetree for i.MX6DQL
` [U-Boot] [PATCH v2 10/17] arm: dts: imx6dl: Add pinctrl defines
` [U-Boot] [PATCH v2 11/17] dt-bindings: clock: imx6qdl: Add clock defines
` [U-Boot] [PATCH v2 12/17] arm: imx6q: Add devicetree support for Engicam i.CoreM6 DualLite/Solo
` [U-Boot] [PATCH v2 13/17] imx6q: icorem6: Enable pinctrl driver
` [U-Boot] [PATCH v2 14/17] engicam: icorem6: Add DM_GPIO, DM_MMC support
` [U-Boot] [PATCH v2 15/17] arm: dts: Add devicetree for i.MX6Q
` [U-Boot] [PATCH v2 16/17] arm: dts: imx6q: Add pinctrl defines
` [U-Boot] [PATCH v2 17/17] arm: imx6q: Add devicetree support for Engicam i.CoreM6 Quad/Dual

[U-Boot] [GIT PULL] Xilinx changes
 2016-09-18 18:04 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: cat u8 to u64 to avoid unexpected error
 2016-09-18 17:53 UTC  (2+ messages)

[U-Boot] [PATCH] Repair image-fit: switch ENOLINK to ENOENT
 2016-09-18 17:17 UTC  (2+ messages)

[U-Boot] [PATCH v3 2/2] Makefile: Give a build error if ad-hoc CONFIG options are added
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/2] Kconfig: Add a whitelist of ad-hoc CONFIG options
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 45/45] Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 44/45] Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 43/45] Convert CONFIG_SPL_USB_SUPPORT to Kconfig
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 42/45] Convert CONFIG_SPL_USB_HOST_SUPPORT to Kconfig
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 41/45] Convert CONFIG_SPL_USBETH_SUPPORT to Kconfig
 2016-09-18 16:01 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 40/45] Convert CONFIG_SPL_SPI_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 39/45] Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 38/45] Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 37/45] Convert CONFIG_SPL_SATA_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 36/45] Convert CONFIG_SPL_POWER_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v4 35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,35/45] "

[U-Boot] [PATCH v3 34/45] Convert CONFIG_SPL_ONENAND_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 33/45] Convert CONFIG_SPL_NOR_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 32/45] Convert CONFIG_SPL_NET_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 31/45] Convert CONFIG_SPL_NET_VCI_STRING to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 30/45] Convert CONFIG_SPL_NAND_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 29/45] Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 28/45] Convert CONFIG_SPL_MTD_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 27/45] Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
 2016-09-18 16:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 26/45] Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 25/45] Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 24/45] Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 23/45] Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 22/45] Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 21/45] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 20/45] Convert CONFIG_SPL_FAT_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 19/45] Convert CONFIG_SPL_EXT_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 18/45] Convert CONFIG_SPL_ETH_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 17/45] Convert CONFIG_SPL_ENV_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 16/45] Convert CONFIG_SPL_DRIVERS_MISC_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 15/45] Convert CONFIG_SPL_DMA_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 14/45] Convert CONFIG_SPL_HASH_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 13/45] Convert CONFIG_SPL_CRYPTO_SUPPORT to Kconfig
 2016-09-18 15:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 11/45] Move existing use of CONFIG_SPL_RSA to Kconfig
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 10/45] Move existing use of CONFIG_SPL_DM to Kconfig
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 09/45] Kconfig: tpl: Add some TPL support options to Kconfig
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v4 08/45] Kconfig: spl: Add SPL support options to Kconfig
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v3 07/45] Use separate options for TPL support
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 06/45] Drop CONFIG_SPL_RAM_SUPPORT
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,06/45] "

[U-Boot] [PATCH v3 05/45] arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILD
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 04/45] Kconfig: Move SPL settings into their own file
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 03/45] moveconfig: Add an option to commit changes
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 02/45] moveconfig: Add an option to skip prompts
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 01/45] Correct defconfigs using savedefconfig
 2016-09-18 15:58 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] Please pull from u-boot-i2c
 2016-09-18 15:58 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: musb: Re-init musb controller on repeated probe calls
 2016-09-18 15:40 UTC  (3+ messages)

[U-Boot] [PATCH 00/15] ARM: uniphier: more updates for UniPhier SoC family for v2016.11-rc1
 2016-09-18 15:22 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Renaming the fsl/nxp specific functions
 2016-09-18 10:48 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] usb: fsl: Rename fdt_fixup_dr_usb

[U-Boot] [PATCH 01/15] serial: Add serial_mvebu_a3700 for Armada 3700 SoC
 2016-09-18 10:47 UTC  (5+ messages)
` [U-Boot] [PATCH 05/15] usb: xhci: Add Marvell MVEBU xHCI support
` [U-Boot] [PATCH 06/15] usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)

[U-Boot] [PATCH] imx: imx6ul: disable POR_B internal pull up
 2016-09-18  9:21 UTC 

[U-Boot] [PATCH] imx-common: enlarge mux width to 4
 2016-09-18  8:28 UTC 

[U-Boot] [PATCH v1] ARM: dts: Makefile: Use board to decide to compile dts
 2016-09-18  7:40 UTC 

[U-Boot] [PATCH v1] ARM: at91/dt: sama5d2: Fix the warning from dtc
 2016-09-18  7:37 UTC 

[U-Boot] Building u-boot.imx and SPL simultaneously
 2016-09-18  7:18 UTC  (11+ messages)

[U-Boot] [PATCH v10] dm: at91: Add driver model support for the spi driver
 2016-09-18  6:58 UTC 

[U-Boot] [PATCH v1 0/7] clk: at91: Improve the clock implementation
 2016-09-18  6:58 UTC  (4+ messages)
` [U-Boot] [PATCH v1 2/7] "

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

[U-Boot] [PATCH 0/6] at91: at91sam9g15 improvements
 2016-09-18  2:19 UTC  (11+ messages)
` [U-Boot] [PATCH 1/6] arm: at91: mpddrc: add missing MPDDRC_MD defines
` [U-Boot] [PATCH 2/6] ARM: at91: clock: correct PRES offset for at91sam9x5
` [U-Boot] [PATCH 4/6] arm, at91: add some missing fields in PIO struct
` [U-Boot] [PATCH 5/6] at91: add function to set IO drive
` [U-Boot] [PATCH 6/6] [RFC] at91: SPL clock fix for AT91SAM9G15 based boards

[U-Boot] [PATCH v2] mmc: sdhci: Add the programmable clock mode support
 2016-09-18  1:01 UTC 

[U-Boot] FDT pointer value, passed by the PI firmware, is not set in u-boot
 2016-09-18  0:26 UTC 

[U-Boot] [PATCH 1/3] sunxi: Add mmc0 card detect pin for Sinlinx SinA33
 2016-09-17 12:44 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] sunxi: Enable USB host support "

[U-Boot] [PATCH] sunxi: musb: Power off OTG port VBUS when disabled
 2016-09-17 12:27 UTC  (2+ messages)

[U-Boot] [PATCHv2] scripts: Add script to extract default environment
 2016-09-17  4:57 UTC 

[U-Boot] [PATCH] scripts: Add script to extract default environment
 2016-09-17  4:34 UTC 

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

[U-Boot] [PATCH 1/7] ext4: Update ext2/3/4 superblock, group descriptor and inode structures
 2016-09-17  0:10 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] ext4: determine group descriptor size for 64bit feature
` [U-Boot] [PATCH 3/7] ext4: Add helper functions for block group descriptor field access
` [U-Boot] [PATCH 4/7] ext4: Use correct descriptor size when reading the block group descriptor
` [U-Boot] [PATCH 5/7] ext4: Use helper function to access group descriptor and its fields
` [U-Boot] [PATCH 6/7] ext4: Respect group descriptor size when adjusting free counts
` [U-Boot] [PATCH 7/7] ext4: Revert rejection of 64bit enabled ext4 fs

[U-Boot] [PATCH 0/7] Add support for ext4 with enabled 64bit feature
 2016-09-17  0:10 UTC 

[U-Boot] [Patch v6 0/9] Add LS1046ARDB&QDS board support
 2016-09-16 20:14 UTC  (3+ messages)
` [U-Boot] [Patch v6 8/9] armv8: ls1046ardb: Add LS1046ARDB "

[U-Boot] [PATCH] arm, Makefile: set SPL_PAYLOAD according to the SoC architecture
 2016-09-16 19:16 UTC 


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