public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-02-14 15:39:08 to 2019-02-16 09:45:44 UTC [more...]

[U-Boot] [PATCH v3 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-02-16  9:45 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/9] adc: exynos-adc: Fix wrong bit operation used to stop the ADC
` [U-Boot] [PATCH v3 2/9] power: regulator: s2mps11: Fix step for LDO27 and LDO35
` [U-Boot] [PATCH v3 3/9] arm: exynos: Detect revision later, when all resources are ready
` [U-Boot] [PATCH v3 4/9] arm: exynos: odroid-xu3: Display info late to have proper type
` [U-Boot] [PATCH v3 5/9] arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision

[U-Boot] [PATCH v2 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-02-16  9:28 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/9] adc: exynos-adc: Fix wrong bit operation used to stop the ADC
` [U-Boot] [PATCH v2 2/9] power: regulator: s2mps11: Fix step for LDO27 and LDO35
` [U-Boot] [PATCH v2 5/9] arm: exynos: Wait till ADC stabilizes before checking Odroid HC1 revision
` [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay
` [U-Boot] [PATCH v2 8/9] arm: dts: exynos: Add supply for ADC block to Odroid XU3 family

[U-Boot] [PATCH v4 00/20] mx6sabre: Add DM and SPL FIT support
 2019-02-16  9:23 UTC  (3+ messages)
` [U-Boot] [PATCH v4 01/20] common: spl_fit: Fix the spl_fit_image_get_os for FIT_IMAGE_TINY

[U-Boot] Pull request: u-boot-sunxi/master
 2019-02-16  1:09 UTC  (2+ messages)

[U-Boot] [PATCH] rpi: Make Matthias maintainer
 2019-02-16  1:09 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: Swap roles with Heinrich
 2019-02-16  1:09 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] efi_loader: rework loading (continued)
 2019-02-16  0:00 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] cmd: bootefi: move bootefi_test_prepare() forward
` [U-Boot] [PATCH 2/2] cmd: bootefi: rework do_bootefi()

[U-Boot] [PATCH V2 1/2] davinci: da850evm: Move BSS to SDRAM because SRAM is full
 2019-02-15 23:39 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] ARM: davinci: da850evm: Enable SPL_OF_CONTROL without PLATDATA

[U-Boot] [PATCH 1/2] davinci: da850evm: Move BSS to SDRAM because SRAM is full
 2019-02-15 23:30 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: davinci: da850evm: Enable SPL_OF_CONTROL without PLATDATA

[U-Boot] [PATCH 0/2] lib/vsprintf: print '?' for illegal Unicode sequence
 2019-02-15 22:59 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] test: adjust names of Unicode test functions

[U-Boot] [PATCH v2 0/5] Marvell DB-XC3-24G4XG board support
 2019-02-15 22:49 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] arm: sync armada-xp dts files from Linux 5.0
` [U-Boot] [PATCH v2 2/5] arm: mvebu: Add Marvell's integrated CPUs
` [U-Boot] [PATCH v2 3/5] arm: mvebu: NAND clock support for MSYS devices
` [U-Boot] [PATCH v2 4/5] tools: kwbimage: don't adjust for image_header for Armada MSYS
` [U-Boot] [PATCH v2 5/5] arm: mvebu: Add DB-XC3-24G4XG board

[U-Boot] [PATCH v5 0/3] Add MMD PHY helpers
 2019-02-15 22:46 UTC  (4+ messages)
` [U-Boot] [PATCH v5 3/3] cmd: mdio: Switch to generic helpers when accessing the registers

[U-Boot] [PATCH v1 00/22] colibri vybrid fixes, device tree enablement and driver model conversion
 2019-02-15 22:20 UTC  (23+ messages)
` [U-Boot] [PATCH v1 01/22] add missing space in comment
` [U-Boot] [PATCH v1 02/22] vf610: ddrmc: add missing include
` [U-Boot] [PATCH v1 03/22] imx: bootaux: add dependency on vf610
` [U-Boot] [PATCH v1 04/22] configs: move CONFIG_USB_EHCI_VF to Kconfig
` [U-Boot] [PATCH v1 05/22] configs: colibri_vf: remove obsolete mmc/sd card environment
` [U-Boot] [PATCH v1 06/22] configs: colibri_vf: limit size of malloc() pool before relocation
` [U-Boot] [PATCH v1 07/22] configs: move CONFIG_MXC_OCOTP to Kconfig
` [U-Boot] [PATCH v1 08/22] ARM: dts: colibri_vf: update device trees
` [U-Boot] [PATCH v1 09/22] configs: colibri_vf: disable obscure options
` [U-Boot] [PATCH v1 10/22] colibri_vf: migrate pinctrl and regulators to dtb/dm
` [U-Boot] [PATCH v1 11/22] colibri_vf: migrate fec, esdhc, nfc and usb to driver model
` [U-Boot] [PATCH v1 12/22] config: colibri_vf: use macros from linux/sizes.h
` [U-Boot] [PATCH v1 13/22] colibri_vf: add distroboot support
` [U-Boot] [PATCH v1 14/22] colibri_vf: set fdtfile for distroboot
` [U-Boot] [PATCH v1 15/22] colibri_vf: sync the board info message
` [U-Boot] [PATCH v1 16/22] colibri_vf: enable user debug by default
` [U-Boot] [PATCH v1 17/22] colibri_vf: disable undefined instruction events in user debug
` [U-Boot] [PATCH v1 18/22] config: colibri_vf: enable mtd partitions via dt
` [U-Boot] [PATCH v1 19/22] arm: vf610: add uart2 clock/pinmux support
` [U-Boot] [PATCH v1 20/22] colibri_vf: adjust timing according to data sheet
` [U-Boot] [PATCH v1 21/22] colibri_vf: use leveling evaluated by DDR validation tools
` [U-Boot] [PATCH v1 22/22] colibri_vf: fix sdboot for vybrid modules

[U-Boot] Porting to the HTG-Z920
 2019-02-15 21:24 UTC 

[U-Boot] [PATCH v2 0/2] x530: Enable watchdog
 2019-02-15 20:51 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] watchdog: orion_wdt: support SPL usage
` [U-Boot] [PATCH v2 2/2] arm: mvebu: x530: Enable watchdog in SPL and U-Boot

[U-Boot] [PATCH 0/2] x530: Enable watchdog
 2019-02-15 20:42 UTC  (9+ messages)
` [U-Boot] [PATCH 1/2] watchdog: orion_wdt: support SPL usage
` [U-Boot] [PATCH 2/2] arm: mvebu: x530: Enable watchdog in SPL and U-Boot

[U-Boot] [PATCH v1 0/2] Update pinctrl-uclass
 2019-02-15 17:11 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/2] dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL
` [U-Boot] [PATCH v1 2/2] dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

[U-Boot] PRs, Breakage architecture
 2019-02-15 16:49 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/8] spi: Add Allwinner A31 SPI driver
 2019-02-15 16:48 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/8] spi: sun4i: Poll for rxfifo empty
` [U-Boot] [PATCH v2 4/8] spi: sun4i: Access registers and bits via enum offsets
` [U-Boot] [PATCH v2 6/8] spi: sun4i: Add CLK support
` [U-Boot] [PATCH v2 7/8] spi: sun4: Add A31 spi controller support
` [U-Boot] [PATCH v2 8/8] spi: sun4i: Driver cleanup

[U-Boot] Pull request: BCM ARM changes
 2019-02-15 16:26 UTC 

[U-Boot] [PATCH V2 1/3] sunxi: Use clrsetbits_le32 instead of multiple instruction
 2019-02-15 16:09 UTC  (11+ messages)
` [U-Boot] [PATCH V2 2/3] sunxi: Don't change the rank in dram size detection in A33
` [U-Boot] [PATCH V2 3/3] sunxi: Fix A33 memory initialization

[U-Boot] [BUG] qemu-x86_defconfig does not build with GCC 8.1
 2019-02-15 16:03 UTC 

[U-Boot] [PATCH 1/3] videomodes: Allow EDID timings where hsync/vsync pulse is 0
 2019-02-15 15:59 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] sunxi: display: Move DDC PLL setup to HDMI init
` [U-Boot] [PATCH 3/3] sunxi: display: Implement fallback to ddc probe when hpd fails

[U-Boot] [PATCH v2 0/3] sunxi: Sync Bananapi M2+ dts files and add H5 variant
 2019-02-15 15:24 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/3] sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1
` [U-Boot] [PATCH v2 2/3] sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3
` [U-Boot] [PATCH v2 3/3] sunxi: Add Bananapi M2+ H5 board

[U-Boot] [PATCH v1 0/4] Add STMFX gpio expander support for stm32mp157c-ev1 board
 2019-02-15 14:48 UTC  (5+ messages)
` [U-Boot] [PATCH v1 1/4] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
` [U-Boot] [PATCH v1 2/4] config: stm32mp15: Enable STMFX support
` [U-Boot] [PATCH v1 3/4] board: stm32mp1: Force pinctrl driver probe in board_init()
` [U-Boot] [PATCH v1 4/4] ARM: dts: Add STMFX gpio expander support for stm32mp157c-ev1

[U-Boot] Clock drivers for SiFive FU540
 2019-02-15 14:46 UTC 

[U-Boot] [GIT PULL] Xilinx patches for v2019.04-rc2
 2019-02-15 14:20 UTC 

[U-Boot] [PATCH 0/6] doc: imx: habv4: Improve iMX6 and iMX7 secure boot documentation
 2019-02-15 13:12 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] doc: imx: habv4: Remove secure_boot.txt guide

[U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry
 2019-02-15 12:56 UTC 

[U-Boot] [PATCH 0/4] Marvell DB-XC3-24G4XG board support
 2019-02-15 12:38 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] arm: sync armada-xp dts files from Linux 5.0
` [U-Boot] [PATCH 2/4] arm: mvebu: Add Marvell's integrated CPUs
` [U-Boot] [PATCH 3/4] arm: mvebu: NAND clock support for MSYS devices
` [U-Boot] [PATCH 4/4] arm: mvebu: Add DB-XC3-24G4XG board

[U-Boot] [PATCH RESEND 6/6] doc: imx: habv4: Remove secure_boot.txt guide
 2019-02-15 12:34 UTC 

[U-Boot] [PATCH v1 0/3] imx: cpu.c, serial_mxc, dts fixes/improvements
 2019-02-15 12:26 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/3] imx: serial_mxc: disable ri and dcd irq in dte mode

[U-Boot] [PATCH 0/7] AM65x HS device support
 2019-02-15 12:13 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] arm: K3: Avoid use of MCU_PSRAM0 before SYSFW is loaded
` [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

[U-Boot] [PATCH v2] armv8 : fsl-layerscape : Fix hang when TFA is used
 2019-02-15 12:07 UTC 

[U-Boot] [PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
 2019-02-15 11:56 UTC 

[U-Boot] [PATCH 2/3] mips: add initial support for qca956x referenced board
 2019-02-15 11:56 UTC 

[U-Boot] [PATCH 1/3] drivers: ag7xxx: add support for qca956x-s17
 2019-02-15 11:56 UTC 

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-02-15 11:50 UTC  (5+ messages)

[U-Boot] [PATCH] usb: Select USB_MUSB_DSPS with USB_MUSB_TI
 2019-02-15 10:16 UTC  (2+ messages)

[U-Boot] [PATCH] board/BuR/brppt1: fix ethernet support on brppt1 boards
 2019-02-15 10:15 UTC 

[U-Boot] [PATCH] drivers/net/fec: phy_init: remove redundant logic
 2019-02-15  9:30 UTC 

[U-Boot] [PATCH v8 0/8] Add support for loading FPGA bitstream
 2019-02-15  8:35 UTC  (30+ messages)
` [U-Boot] [PATCH v8 2/8] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v8 6/8] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

[U-Boot] [PATCH] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus
 2019-02-15  8:00 UTC 

[U-Boot] [PATCH] fpga: Replace char * with const char * for filename
 2019-02-15  7:57 UTC 

[U-Boot] [PATCH 0/7] SMP support for RISC-V
 2019-02-15  6:51 UTC  (3+ messages)
` [U-Boot] [PATCH 5/7] riscv: add support for multi-hart systems

[U-Boot] [PATCH] misc: fs_loader: Replace label with DT phandle
 2019-02-15  6:35 UTC 

[U-Boot] [PATCH] sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array
 2019-02-15  6:15 UTC  (3+ messages)

[U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag
 2019-02-15  5:14 UTC  (4+ messages)
` [U-Boot] [v2, 2/3] mmc: fsl_esdhc: clean up register definition
` [U-Boot] [v2, 3/3] mmc: fsl_esdhc: clarify i.MX eSDHC specific functions

[U-Boot] [PATCH v2] mx6ul_14x14_evk: Simplify the PMIC register writes
 2019-02-15  5:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mmc: fsl_esdhc: add esdhc_imx flag
 2019-02-15  2:28 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: da8xxevm: Add NAND instructions for da850-evm to README
 2019-02-15  2:13 UTC 

[U-Boot] [PATCH v2] ARM: tegra: enable ums on nyan boards
 2019-02-15  1:07 UTC 

[U-Boot] [PATCH] ARM: dts: uniphier: sync with Linux 5.0-rc2
 2019-02-15  0:16 UTC 

[U-Boot] [PATCH v2] ARM: tegra: enable ums on nyan boards
 2019-02-14 23:42 UTC  (2+ messages)

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-02-14 23:27 UTC  (10+ messages)
` [U-Boot] [RFC 4/9] arm: imx7d-pico-pi: Convert to DM MMC initialization

[U-Boot] [PATCH] ARM: tegra: enable ums on nyan boards
 2019-02-14 22:52 UTC  (2+ messages)

[U-Boot] [REGRESSION] tegra: efi: EFI boot on nyan-big/tegra124 not possible
 2019-02-14 22:25 UTC 

[U-Boot] [PATCH 0/2] Make nyan-big working
 2019-02-14 22:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] nyan-big: change spi delay

[U-Boot] [PATCH v2 1/1] configs: rk3288: Tinker Board SPL file must fit into 32 KiB
 2019-02-14 21:37 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: am3517_evm: Enable Falcon Mode
 2019-02-14 20:06 UTC 

[U-Boot] [PATCH] configs: move CONFIG_SPL_TEXT_BASE to Kconfig
 2019-02-14 18:28 UTC  (9+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 0/1] Read default speed and mode values from DT
 2019-02-14 17:05 UTC  (5+ messages)
` [U-Boot] [PATCH v3] dm: spi: "

[U-Boot] mx6cuboxi: Detecting wrong .dtb (v2019.01)
 2019-02-14 16:51 UTC  (6+ messages)

[U-Boot] [PATCH v4 1/1] avb: add support for named persistent values
 2019-02-14 16:24 UTC  (10+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v2 0/7] Add support for symlink creation in EXT4
 2019-02-14 16:04 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/7] fs: ext4: do not allow writes if metadata checksum is active

[U-Boot] [PATCH] arm: socfpga: move gen5 SDR driver to DM
 2019-02-14 15:39 UTC  (4+ messages)

[U-Boot] [PATCH v2] warp7: README: Adjust the binary name after DM conversion
 2019-02-14 15:39 UTC  (3+ messages)


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