public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-15 15:19:44 to 2019-03-18 22:37:51 UTC [more...]

[U-Boot] [PATCH 00/17] Convert some imx6 boards to DM_VIDEO
 2019-03-18 22:37 UTC  (19+ messages)
` [U-Boot] [PATCH 01/17] video: ipuv3: add DM_VIDEO support
` [U-Boot] [PATCH 02/17] video: move ipuv3 files to subdirectory
` [U-Boot] [PATCH 03/17] imx: move CONFIG_VIDEO_IPUV3 to defconfigs
` [U-Boot] [PATCH 04/17] imx6: dts: add 'u-boot, dm-pre-reloc' to soc and ipu nodes
` [U-Boot] [PATCH 05/17] apalis_imx6: convert to DM_VIDEO
` [U-Boot] [PATCH 06/17] imx6: icore: "
` [U-Boot] [PATCH 07/17] imx6: ge_bx50v3: "
` [U-Boot] [PATCH 08/17] colibri_imx6: "
` [U-Boot] [PATCH 09/17] mx6sabresd: "
` [U-Boot] [PATCH 10/17] mx6sabreauto: "
` [U-Boot] [PATCH 11/17] imx6: wandboard: add device tree
` [U-Boot] [PATCH 12/17] imx6: wandboard: convert to DM_GPIO and enable pinctrl driver
` [U-Boot] [PATCH 13/17] imx6: wandboard: convert to DM_USB
` [U-Boot] [PATCH 14/17] imx6: wandboard: convert to DM_VIDEO
` [U-Boot] [PATCH 15/17] imx6: wandboard: convert to DM_PMIC
` [U-Boot] [PATCH 16/17] imx6: wandboard: convert to DM_I2C
` [U-Boot] [PATCH 17/17] imx6: wandboard: convert to DM_MMC

[U-Boot] [PATCH v3 0/7] android: implement A/B boot process
 2019-03-18 21:20 UTC  (6+ messages)
` [U-Boot] [PATCH v3 3/7] common: Implement A/B metadata

[U-Boot] [PATCH 1/1] cmd: usb: display bus number
 2019-03-18 20:39 UTC  (8+ messages)

[U-Boot] Odroid U3 - Upgrade to latest u-boot kernel load fails
 2019-03-18 20:24 UTC  (6+ messages)

[U-Boot] [PATCH 5/5] arm: ti: boot: Implement Android boot using DT image format
 2019-03-18 19:41 UTC  (3+ messages)
` [U-Boot] [5/5] "

[U-Boot] [BUG] efi_loader: self-tests fail on qemu-x86_defconfig when compiled with GCC 8.3 and CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2019-03-18 19:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] efi_loader: correct parameter size in efi_allocate_pool
 2019-03-18 19:32 UTC 

[U-Boot] [RESEND][PATCH v1 0/4] usb: dwc2_udc_otg: Add tx_fifo_sz array support
 2019-03-18 18:47 UTC  (8+ messages)
` [U-Boot] [RESEND][PATCH v1 2/4] "
` [U-Boot] [RESEND][PATCH v1 3/4] board: stm32mp1: Add tx_fifo_sz_array support

[U-Boot] [PATCH] p2371-2180: Build position independent binary
 2019-03-18 18:31 UTC  (2+ messages)

[U-Boot] [V3 1/3] sunxi: Fix A33 memory initialization
 2019-03-18 17:25 UTC  (5+ messages)
` [U-Boot] [V3 2/3] sunxi: Don't change the rank in dram size detection in A33
` [U-Boot] [V4 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

[U-Boot] [PATCH 2/2] usb: gadget: fastboot: Dequeue the previous IN request for the current request
 2019-03-18 17:20 UTC  (6+ messages)
` [U-Boot] Subject
      ` [U-Boot] [U-Boot, 2/2] usb: gadget: fastboot: Dequeue the previous IN request for the current request

[U-Boot] rpi: bcm2835_sdhost: occasional errors while writing
 2019-03-18 16:38 UTC  (3+ messages)

[U-Boot] i.MX6 Code Consolidation suggestion/question
 2019-03-18 15:47 UTC  (4+ messages)

[U-Boot] mpc85xx, mpc86xx: device tree model
 2019-03-18 14:56 UTC  (6+ messages)

[U-Boot] [PATCH 00/11] Fix Ethernet boot in am335x
 2019-03-18 14:11 UTC  (16+ messages)
` [U-Boot] [PATCH 01/11] net: Add priv_pdata to eth_pdata
` [U-Boot] [PATCH 02/11] net: ti: cpsw: Move cpsw_phy_sel() to _probe()
` [U-Boot] [PATCH 03/11] net: ti: cpsw: Convert cpsw_platform_data to a pointer in cpsw_priv
` [U-Boot] [PATCH 04/11] net: ti: cpsw-common: Isolate getting syscon address from assigning macid
` [U-Boot] [PATCH 05/11] net: ti: cpsw: Block off ofdata_to_platdata with OF_CONTROL
` [U-Boot] [PATCH 06/11] net: ti: cpsw: Enable DM_FLAG_PRE_RELOC
` [U-Boot] [PATCH 07/11] board: ti: am335x: Add platdata for cpsw in SPL
` [U-Boot] [PATCH 08/11] configs: am335x_evm: Reduce size of SPL
` [U-Boot] [PATCH 09/11] configs: am335x_evm: Add Support for SPL_ETH
` [U-Boot] [PATCH 10/11] configs: am335x_evm: Update VCI String
` [U-Boot] [PATCH 11/11] board: ti: am335x: Remove non DM_ETH code

[U-Boot] [PATCH v3] usb: host: Print device name when scanning
 2019-03-18 13:21 UTC 

[U-Boot] [PATCH v3 00/11] SMP support for RISC-V
 2019-03-18 13:00 UTC  (17+ messages)
` [U-Boot] [PATCH v3 01/11] riscv: add infrastructure for calling functions on other harts
` [U-Boot] [PATCH v3 02/11] riscv: import the supervisor binary interface header file
` [U-Boot] [PATCH v3 03/11] riscv: implement IPI platform functions using SBI
` [U-Boot] [PATCH v3 04/11] riscv: delay initialization of caches and debug UART
` [U-Boot] [PATCH v3 05/11] riscv: save hart ID in register tp instead of s0
` [U-Boot] [PATCH v3 06/11] riscv: add support for multi-hart systems
` [U-Boot] [PATCH v3 07/11] riscv: boot images passed to bootm on all harts
` [U-Boot] [PATCH v3 08/11] riscv: do not rely on hart ID passed by previous boot stage
` [U-Boot] [PATCH v3 09/11] riscv: hang if relocation of secondary harts fails
` [U-Boot] [PATCH v3 10/11] riscv: fu540: enable SMP
` [U-Boot] [PATCH v3 11/11] riscv: qemu: "

[U-Boot] [PATCH v2] usb: host: Print device name when scanning
 2019-03-18 12:35 UTC  (2+ messages)

[U-Boot] [PATCH v4] cmd: clk: Handle ENODEV from clk_get_rate
 2019-03-18 12:27 UTC 

[U-Boot] [PATCH 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now
 2019-03-18 12:07 UTC  (13+ messages)
` [U-Boot] [U-Boot, "
  ` [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now【请注意,邮件由u-boot-bounces@lists.denx.de代发】
            ` [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now【请注意,邮件由u-boot-bounces@lists.denx.de代发】【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH] usb: host: Print device name when scanning
 2019-03-18 12:04 UTC  (11+ messages)

[U-Boot] [PATCH v3] cmd: clk: Handle ENODEV from clk_get_rate
 2019-03-18 12:02 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: correct the HS400 initialization process
 2019-03-18 11:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] PSCI support for r8a7790 SoC (Lager/Stout boards)
 2019-03-18 10:45 UTC  (11+ messages)
` [U-Boot] [PATCH 1/3] ARM: rmobile: Switch CPU to non-secure HYP mode for r8a7790 based boards

[U-Boot] [U-BOOT][PATCH V3] sunxi: Use clrsetbits_le32 instead of multiple instruction
 2019-03-18  9:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] armv8: ls1028a: Add NXP LS1028A SoC support
 2019-03-18  9:45 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] armv8: ls1028ardb: Add support for LS1028ARDB platform
` [U-Boot] [PATCH 3/3] armv8: ls1028aqds: Add support of LS1028AQDS

[U-Boot] [PATCH] phy: ti: Init node before reading
 2019-03-18  9:33 UTC  (4+ messages)

[U-Boot] [PATCH] imx8qxp: mek: enable dm-spl for pm
 2019-03-18  8:43 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 01/10] pinctrl: imx8: add i.MX8QM compatible
 2019-03-18  8:42 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM: kirkwood: disable dcache for Kirkwood boards
 2019-03-18  7:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] spl: full-featured heap cleanups
 2019-03-18  7:45 UTC  (3+ messages)
` [U-Boot] [PATCH 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

[U-Boot] [PATCH] ARM: kirkwood: disable dcache for Kirkwood boards
 2019-03-18  7:37 UTC  (2+ messages)

[U-Boot] [PATCH] Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
 2019-03-18  7:23 UTC  (3+ messages)

[U-Boot] [PATCH] arm: kirkwood: lsxl: disable dcache
 2019-03-18  6:53 UTC  (2+ messages)

[U-Boot] [PATCH v2] env: Update env_addr for mmc environment driver
 2019-03-18  6:16 UTC 

[U-Boot] [PATCH] mmc: sh_mmcif: Set default MMCIF clock rate
 2019-03-18  5:21 UTC 

[U-Boot] [PATCH 1/3] clk: renesas: Fix SDH clock divider decoding on Gen2
 2019-03-18  5:20 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] clk: renesas: Fix swapped div and mul in debug output "
` [U-Boot] [PATCH 3/3] clk: renesas: Add support for setting MMCIF clock divider "

[U-Boot] [PATCH] cmd: mmc: Make Mode: printout consistent
 2019-03-18  3:51 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2019-03-18  3:08 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2019-03-18  3:08 UTC 

[U-Boot] [PATCH] ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulator
 2019-03-18  3:06 UTC 

[U-Boot] RSA in U-Boot
 2019-03-18  2:17 UTC 

[U-Boot] [PATCH v3 00/26] subject: fs: fat: extend FAT write operations
 2019-03-18  1:59 UTC  (7+ messages)
` [U-Boot] [PATCH v3 09/26] fs: fat: refactor write interface for a file offset
  ` [U-Boot] [BUG] cb8af8af5ba0 "fs: fat: support write with non-zero offset" fatwrite followed by fatload and then cmp fails

[U-Boot] [PATCH] arm: timer: sunxi: fix a64 spurious timeout issues
 2019-03-17 21:14 UTC  (5+ messages)

[U-Boot] [PATCH v4 00/25] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-03-17 19:34 UTC  (6+ messages)

[U-Boot] Pull request for UEFI system for v2019.04-rc4
 2019-03-17 19:30 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2019-03-17 19:30 UTC  (2+ messages)

[U-Boot] [PATCH] env: add support to sunxi save env to spi
 2019-03-17 18:49 UTC 

[U-Boot] [PATCH v3 00/12] ARM: kirkwood: migrate to DM_USB
 2019-03-17 18:02 UTC  (3+ messages)
` [U-Boot] [PATCH v3 11/12] ARM: kirkwood: enable CONFIG_DM_USB for lschlv2 and lsxhl

[U-Boot] [PATCH] arm: socfpga: make SPL_TEXT_BASE overridable
 2019-03-17 14:57 UTC  (9+ messages)

[U-Boot] passing info from SPL to U-Boot
 2019-03-17 14:16 UTC  (8+ messages)

[U-Boot] [PATCH] test/py: Fix pytest4 deprecation warnings
 2019-03-17 12:47 UTC  (16+ messages)

[U-Boot] Sunxi H5 and CONFIG_ENV_IS_IN_MMC problem
 2019-03-17  9:17 UTC  (2+ messages)

[U-Boot] [PATCHv4 00/12] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
 2019-03-17  3:28 UTC  (4+ messages)
` [U-Boot] [PATCHv4 12/12] pci: ls_pcie_g4: add Workaround for A-011452

[U-Boot] [PATCH 1/2] ARM: mvebu: rename armada-385-amc.dts to armada-385-db-88f6820-amc.dts
 2019-03-16  8:21 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: mvebu: sync db-88f6820-amc.dts with Linux v5.0

[U-Boot] Clearfog Base PCI-E not working
 2019-03-16  7:48 UTC  (4+ messages)

[U-Boot] [PATCH] ARM: mvebu: use correct name for pcie controller
 2019-03-16  7:46 UTC 

[U-Boot] [U-Boot, V5, PATCH 3/3] ag7xxx: add initial support for s17
 2019-03-16  1:24 UTC 

[U-Boot] [U-Boot, V5, PATCH 2/3] mips: add initial support for qca956x referenced board
 2019-03-16  1:24 UTC 

[U-Boot] [U-Boot, V5, PATCH 1/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
 2019-03-16  1:24 UTC 

[U-Boot] [RFC/RESEND 00/22] Add support for Cavium Octeon-TX CN80XX/CN81XX
 2019-03-15 23:02 UTC  (5+ messages)
` [U-Boot] [RFC/RESEND 01/22] arm: introduce ARCH_THUNDERX

[U-Boot] UCLASS_MISC bug
 2019-03-15 21:55 UTC 

[U-Boot] [PATCH v2 0/5] arm: socfpga: stack and Kconfig cleanups
 2019-03-15 20:34 UTC  (8+ messages)
` [U-Boot] [PATCH v2 4/5] arm: socfpga: imply/default common config options

[U-Boot] [PATCH v2 0/6] spl: full-featured heap cleanups
 2019-03-15 20:13 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] spl: add Kconfig option to clear bss early
` [U-Boot] [PATCH v2 2/6] spl: arm: implement SPL_CLEAR_BSS_F
` [U-Boot] [PATCH v2 3/6] dlmalloc: fix malloc range at end of ram
` [U-Boot] [PATCH v2 4/6] dlmalloc: be compatible to tiny printf
` [U-Boot] [PATCH v2 5/6] spl: support using full malloc with SYS_MALLOC_F_LEN
` [U-Boot] [PATCH v2 6/6] arm: socfpga: a10: move SPL stack size to Kconfig

[U-Boot] [ANN] No montly community call this month
 2019-03-15 19:58 UTC 

[U-Boot] [PATCH] ARM: da850evm: Remove legacy MMC code
 2019-03-15 19:29 UTC 

[U-Boot] [PATCH 1/2] arm: exynos: arndale: Remove unused CONFIG_DM_I2C_COMPAT
 2019-03-15 17:11 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: exynos: arndale: Remove unused CONFIG_POWER and CONFIG_POWER_I2C

[U-Boot] [PATCH v3 0/2] Load splash from FIT image (internal, external, offset)
 2019-03-15 16:38 UTC 

[U-Boot] passing info from SPL to U-Boot
 2019-03-15 16:10 UTC  (11+ messages)

[U-Boot] [PATCH v2] arm: fix hvc call
 2019-03-15 16:08 UTC  (4+ messages)

[U-Boot] please pull u-boot-samsung master
 2019-03-15 15:57 UTC  (4+ messages)
    ` [U-Boot] [v2] "

[U-Boot] [PATCH] MAINTAINERS: Remove unsupported statuses - Odd Fixes and Obsolete
 2019-03-15 15:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] pci: Add boundary check for hose->regions
 2019-03-15 15:32 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS

[U-Boot] [PATCH v4 2/5] ARM: dts: meson: add p200 and p201 boards
 2019-03-15 15:19 UTC  (4+ messages)
` [U-Boot] [PATCH v4 3/5] Arm: dts: meson: add u-boot.dtsi for p200 and p201
` [U-Boot] [PATCH v4 4/5] ARM: board: meson: add p200 board
` [U-Boot] [PATCH v4 5/5] ARM: board: meson: add p201 board


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