public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-03-26 18:31:40 to 2017-03-28 15:36:35 UTC [more...]

[U-Boot] [PATCH 0/3] Marvell A7K/A8K PCIe fixes and extensions
 2017-03-28 15:36 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] arm64: mvebu: Trigger PCI devices scan at early init stage
` [U-Boot] [PATCH 2/3] fix: mvebu: pcie_dw: Allow probing empty PCIe slots
` [U-Boot] [PATCH 3/3] mvebu: dts: a80x0: Sync the DB DTS with standard config A

[U-Boot] [PATCH 0/5] Add support for NAND flash to A7K/A8K SoC family
 2017-03-28 15:16 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] fix: nand: pxa3xx: Remove hardcode values from the driver
` [U-Boot] [PATCH 2/5] arm64: mvebu: a8k: Add support for NAND clock get
` [U-Boot] [PATCH 3/5] arm64: mvebu: Fix the bubt comamnd NAND device support
` [U-Boot] [PATCH 4/5] arm64: a8k: dts: Add support for NAND devices on A8K platform
` [U-Boot] [PATCH 5/5] arm64: mvebu: a8k: Add NAND configuration parameters

[U-Boot] [PATCH v2 0/1] arm64: enable SPL with ATF support
 2017-03-28 14:37 UTC  (6+ messages)
` [U-Boot] [PATCH v2] spl: add support to booting with ATF

[U-Boot] should u-boot have FIT support even without selecting CONFIG_FIT?
 2017-03-28 13:02 UTC 

[U-Boot] [PATCH 0/3] RFC: Patches to reduce TPL code size
 2017-03-28 12:34 UTC  (10+ messages)
` [U-Boot] [PATCH 1/3] Makefile: Correct dependency race condition with TPL
` [U-Boot] [PATCH 2/3] string: Provide a slimmed-down memset()
` [U-Boot] [PATCH 3/3] Makefile: Provide an option to select SPL or TPL

[U-Boot] __FILE__ usage and and SPL limits for SRAM
 2017-03-28 11:59 UTC  (6+ messages)

[U-Boot] building cross_tools, _POSIX_C_SOURCE and _XOPEN_SOURCE are redefined
 2017-03-28 11:36 UTC  (4+ messages)

[U-Boot] testing sandbox FIT image: "Expected '%s' but not found in output:"
 2017-03-28  9:44 UTC 

[U-Boot] [PATCH] ARM: socfpga: Fix broken implementation and enhancing boot header
 2017-03-28  9:38 UTC  (2+ messages)

[U-Boot] [U-Boot 0/3] introduce Rockchip rockusb
 2017-03-28  9:13 UTC  (3+ messages)

[U-Boot] [PATCH v5 1/1] usb: gadget: avoid variable name clipping in cb_getvar
 2017-03-28  9:10 UTC  (4+ messages)

[U-Boot] [PATCH] lib: div64: sync with Linux
 2017-03-28  9:05 UTC 

[U-Boot] [PATCH v1 0/1] rockchip: rk3399: spl: make SPL boot-order configurable via /chosen
 2017-03-28  9:03 UTC  (2+ messages)
` [U-Boot] [PATCH v1] "

[U-Boot] [PATCH 0/8] rockchip: spi: rk3399: support SPI on the RK3399
 2017-03-28  8:58 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] rockchip: clk: rk3399: add clock support for SCLK_SPI1 and SCLK_SPI5
` [U-Boot] [PATCH 2/8] rockchip: pinctrl: rk3399: add support for the SPI5 controller
` [U-Boot] [PATCH 3/8] rockchip: spi: enable support for the rk_spi driver for the RK3399
` [U-Boot] [PATCH 4/8] rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig
` [U-Boot] [PATCH 5/8] defconfig: rk3399-puma: enable support for SPI and Winbond SPI flash
` [U-Boot] [PATCH 6/8] defconfig: rk3399-puma: enable SPI as a boot-source in SPL
` [U-Boot] [PATCH 7/8] rockchip: spl: RK3399: enable SPL_SPI_LOAD if SPI is enabled for SPL
` [U-Boot] [PATCH 8/8] dts: rk3399-puma: enable spi1 and spi5, add /spi1/spiflash

[U-Boot] [PATCH 1/1] arm: socfpga: cyclone5-socdk: Enable ports A & C
 2017-03-28  8:57 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2017-03-28  7:31 UTC 

[U-Boot] [PATCH v2] ls1046ardb: SPL size reduction in case of non-xip boot
 2017-03-28  3:27 UTC 

[U-Boot] [PATCH v2] ls1043ardb: SPL size reduction in case of non-xip boot
 2017-03-28  3:26 UTC  (4+ messages)

[U-Boot] [PATCH] armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB
 2017-03-28  2:51 UTC  (3+ messages)
  ` [U-Boot] 答复: "

[U-Boot] [PATCH v2 00/13] sunxi: Add support for R40 SoC
 2017-03-28  2:37 UTC  (2+ messages)

[U-Boot] sf: Remove spansion_s25fss_disable_4KB_erase
 2017-03-28  1:12 UTC  (8+ messages)

[U-Boot] [PATCH v2 00/18] SPL: extend FIT loading support
 2017-03-28  0:45 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] SPL: FIT: refactor FDT loading
` [U-Boot] [PATCH v2 02/18] SPL: FIT: rework U-Boot image loading
` [U-Boot] [PATCH v2 03/18] SPL: FIT: improve error handling
` [U-Boot] [PATCH v2 04/18] SPL: FIT: factor out spl_load_fit_image()
` [U-Boot] [PATCH v2 05/18] SPL: FIT: allow loading multiple images
` [U-Boot] [PATCH v2 06/18] tools: mksunxiboot: allow larger SPL binaries
` [U-Boot] [PATCH v2 07/18] armv8: SPL: only compile GIC code if needed
` [U-Boot] [PATCH v2 08/18] armv8: fsl: move ccn504 code into FSL Makefile
` [U-Boot] [PATCH v2 09/18] sunxi: A64: move SPL stack to end of SRAM A2
` [U-Boot] [PATCH v2 10/18] sunxi: SPL: store RAM size in gd
` [U-Boot] [PATCH v2 11/18] sunxi: SPL: add FIT config selector for Pine64 boards
` [U-Boot] [PATCH v2 12/18] Makefile: add rules to generate SPL FIT images
` [U-Boot] [PATCH v2 13/18] sunxi: A64: Pine64: introduce FIT generator script
` [U-Boot] [PATCH v2 14/18] sunxi: Pine64: defconfig: enable SPL FIT support
` [U-Boot] [PATCH v2 15/18] sunxi: OrangePi-PC2: "
` [U-Boot] [PATCH v2 16/18] sunxi: Store the device tree name in the SPL header
` [U-Boot] [PATCH v2 17/18] sunxi: use SPL header DT name for FIT board matching
` [U-Boot] [PATCH v2 18/18] sunxi: update Pine64 README

[U-Boot] [PATCH v4 0/2] add armv7m cache support
 2017-03-27 21:33 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/2] armv7m: add instruction & data "
` [U-Boot] [PATCH v4 2/2] stm32f7: enable instruction & data cache

[U-Boot] [PATCH 0/8] rockchip: rk3188: fixups and armclk speedup
 2017-03-27 20:11 UTC  (8+ messages)
` [U-Boot] [PATCH 8/8] rockchip: Enable pmic options and act8846 driver on rk3188 rock boards

[U-Boot] Why is ns16550 guarded by !OF_PLATDATA ?
 2017-03-27 19:54 UTC  (2+ messages)
` [U-Boot] [PATCH] serial: ns16550: Link in the DM driver when when using platdata

[U-Boot] [PATCH] spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMC
 2017-03-27 19:13 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/3] armv8: ls2080a: Drop macro CONFIG_LS2080A
 2017-03-27 18:41 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] armv8: ls1043a: Drop macro CONFIG_LS1043A
` [U-Boot] [PATCH 3/3] armv7: ls1021a: Drop macro CONFIG_LS102XA

[U-Boot] [PATCH v2] net: designware: Add phy supply support
 2017-03-27 18:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] i.MX6Q: icorem6: Add modeboot env via board_late_init
 2017-03-27 18:02 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] i.MX6Q: icorem6: Add mmc_late_init
` [U-Boot] [PATCH 3/5] i.MX6UL: geam6ul: Add modeboot env via board_late_init
` [U-Boot] [PATCH 4/5] i.MX6UL: geam6ul: Add mmc_late_init
` [U-Boot] [PATCH 5/5] MAINTAINERS: Fix ARM FREESCALE IMX files

[U-Boot] [PATCH v3 39/45] net: mvpp2: Add GoP and NetC support for port 0 (SFI)
 2017-03-27 17:31 UTC  (2+ messages)

[U-Boot] [PATCH v3 38/45] net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)
 2017-03-27 17:30 UTC  (2+ messages)

[U-Boot] [PATCH v3] net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable
 2017-03-27 17:26 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/6] sunxi: video: Add support for HDMI output on A64/H3/H5
 2017-03-27 17:22 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] sunxi: video: Split out TCON code
` [U-Boot] [PATCH v3 2/6] sunxi: video: Convert lcdc to use struct display_timing
` [U-Boot] [PATCH v3 3/6] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs
` [U-Boot] [PATCH v3 4/6] sunxi: video: Add A64/H3/H5 HDMI driver
` [U-Boot] [PATCH v3 5/6] sunxi: Disable DE2 video driver where not needed
` [U-Boot] [PATCH v3 6/6] [DO NOT MERGE] sunxi: add AXP803 support

[U-Boot] [PATCH v2 0/2] Add support for only one CS in fsl Quad SPI
 2017-03-27 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] spi: fsl_qspi: Add support for one chip select

[U-Boot] [PATCH v2] spi: atmel: check GPIO validity before using cs_gpios
 2017-03-27 16:57 UTC  (2+ messages)

[U-Boot] [PATCH v5] drivers/net/phy: add fixed-phy / fixed-link support
 2017-03-27 16:52 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] fdt_support: Fixup 'ethernet' aliases not ending in digits
 2017-03-27 16:52 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] net: link_local: Fix netmask endianness bug
 2017-03-27 16:52 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [ PATCH 1/2] net: fix cache misaligned issue in Broadcom SF2 driver
 2017-03-27 16:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 2/2] board: ge: bx50v3: apply the proper register setting to fix the voltage peak issue
 2017-03-27 16:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 1/2] board: ge: bx50v3: fix AR8033 reset timing issue
 2017-03-27 16:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 6/6] net: sunxi: Enable eeprom on OLinuXino Lime boards
 2017-03-27 16:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/6] net: sunxi-emac: Write HW address via function
 2017-03-27 16:51 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-net.git master
 2017-03-27 16:50 UTC 

[U-Boot] [PATCHv3 1/5] mtd: nand: add initialization flag
 2017-03-27 15:27 UTC  (5+ messages)
` [U-Boot] [PATCHv3 2/5] mtd: nand: remove nand size print from nand_init function

[U-Boot] [PATCH v2 4/7] i2c: lpc32xx: Add DM for lpc32xx I2C
 2017-03-27 15:13 UTC 

[U-Boot] [PATCH v2 3/7] i2c: lpc32xx: Factor out i2c_adapter parameter
 2017-03-27 15:11 UTC 

[U-Boot] [PATCH 1/6] led: add get_status support for DM LED support
 2017-03-27 14:38 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] led: gpio: add support for get_status function
` [U-Boot] [PATCH 3/6] cmd: led: rename command enum value
` [U-Boot] [PATCH 4/6] cmd: led: add enum led_cmd member to support error code return
` [U-Boot] [PATCH 5/6] cmd: led: add DM-based implementation
` [U-Boot] [PATCH 6/6] cmd: led: add command led list

[U-Boot] [PATCH] MCCMON6: defconfig: Add tftp_nor_dtb command for NOR DTB update
 2017-03-27 13:38 UTC 

[U-Boot] [PATCH v2] Add support for Microchip LAN78xx
 2017-03-27 13:30 UTC  (6+ messages)

[U-Boot] [PATCH] powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram
 2017-03-27 12:58 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/45] Add PPv2.2 support to the mvpp2 ethernet driver and enable it for A7k/8k
 2017-03-27 12:02 UTC  (6+ messages)
` [U-Boot] [PATCH v2 38/45] net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2017-03-27 11:57 UTC  (2+ messages)

[U-Boot] [PATCH 00/17] Expand Aspeed AST2500 Support
 2017-03-27 10:41 UTC  (5+ messages)
` [U-Boot] [PATCH 11/17] aspeed: Add I2C Driver

[U-Boot] unused-const-variable warnings in FSL DDR driver
 2017-03-27  9:32 UTC  (10+ messages)

[U-Boot] [PATCH 4/4 v4] dm: test: Add test for device removal
 2017-03-27  9:02 UTC 

[U-Boot] [PATCH 2/4 v4] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
 2017-03-27  8:58 UTC 

[U-Boot] fatls returncode
 2017-03-27  8:51 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel
 2017-03-27  8:46 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters

[U-Boot] [PATCH 0/7] *** SUBJECT HERE ***
 2017-03-27  8:32 UTC  (8+ messages)
` [U-Boot] [PATCH 7/7] scsi: dts: a3700: add scsi node
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH 1/4 v2] dm: core: Add flags parameter to device_remove()
 2017-03-27  8:31 UTC  (8+ messages)
` [U-Boot] [PATCH 4/4 v2] dm: test: Add test for device removal
` [U-Boot] [PATCH 2/4 v3] dm: core: Add dm_remove_devices_flags() and hook it into device_remove()

[U-Boot] regression: setting the rpi mac address stopped working
 2017-03-27  8:24 UTC 

[U-Boot] [PATCH] ti: clocks: Fix do_enable_clocks() to accept NULL pointers as input parameters
 2017-03-27  8:15 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v5 0/3] arm: tegra: apalis-tk1 and ext clock loopback
 2017-03-27  7:18 UTC  (2+ messages)

[U-Boot] rockchip: dts: firefly: add usb host power supply node
 2017-03-27  7:17 UTC 

[U-Boot] [PATCH v2 0/7] sunxi: video: Add support for HDMI output on A64/H3/H5
 2017-03-27  6:54 UTC  (5+ messages)
` [U-Boot] [PATCH v2 4/7] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs

[U-Boot] [PATCH] Add 8 and 16-bit single register pin controller support
 2017-03-27  5:55 UTC 

[U-Boot] [PATCH][v2]board: freescale: ls2080a/ls2088a: Enable PPA
 2017-03-27  5:03 UTC  (3+ messages)

[U-Boot] [PATCHV2] tools: plbimage support generate rcw file
 2017-03-27  3:38 UTC  (5+ messages)

[U-Boot] [PATCH v2] rockchip: Add support for MiQi rk3288 board
 2017-03-27  3:38 UTC  (2+ messages)

[U-Boot] [PATCH v4] Add single register pin controller driver
 2017-03-27  2:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/14] STiH410-B2260: add reset, usb and fastboot support
 2017-03-27  2:27 UTC  (3+ messages)
` [U-Boot] [PATCH v2 01/14] reset: Add STi reset support

[U-Boot] [PATCH] pci: correct a function description
 2017-03-27  2:27 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] tpm: Add and fix commands
 2017-03-27  2:27 UTC  (15+ messages)
` [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash
` [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command
` [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

[U-Boot] [PATCH v2] libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT
 2017-03-27  2:27 UTC  (2+ messages)

[U-Boot] [PATCH] Ensure device tree DTS is compiled
 2017-03-27  2:27 UTC  (5+ messages)
    ` [U-Boot] [PATCH v2] "

[U-Boot] Cannot boot without monitor connected
 2017-03-27  1:32 UTC 

[U-Boot] [PATCH 00/17] SPL: extend FIT loading support
 2017-03-27  1:19 UTC  (10+ messages)
` [U-Boot] [PATCH 05/17] SPL: FIT: allow loading multiple images
` [U-Boot] [PATCH 08/17] armv8: fsl: move ccn504 code into FSL Makefile
` [U-Boot] [PATCH 16/17] sunxi: Store the device tree name in the SPL header

[U-Boot] [PATCH 0/3] rockchip: rk3188 fixed early stage and radxarock board
 2017-03-26 22:38 UTC  (12+ messages)
` [U-Boot] [PATCH 2/3] rockchip: rk3188: Add Radxa Rock board

[U-Boot] [PATCH 1/2] rockchip: rk3188: follow THUMB_BUILD Kconfig migration
 2017-03-26 19:09 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk3188: Add Radxa Rock board

[U-Boot] [PATCH v2] pcie-layerscape: Fixup iommu-map property of pci node
 2017-03-26 18:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A
 2017-03-26 18:31 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] LS2080A: Move sec_init to board_init


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