public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-12 11:07:11 to 2019-10-14 09:40:13 UTC [more...]

[U-Boot] Please pull u-boot-video
 2019-10-14  9:40 UTC 

[U-Boot] [PATCH] ARM: zynq: Add missing pl353-smc node
 2019-10-14  9:30 UTC 

[U-Boot] [PATCH v2] pci: add DM based mpc85xx driver
 2019-10-14  9:29 UTC 

[U-Boot] [PATCH] ARM: zynq: Move BOOTM_NETBSD to Kconfig
 2019-10-14  9:26 UTC 

[U-Boot] [PATCH v3] ata: ahci allow 64-bit DMA for SATA
 2019-10-14  9:21 UTC 

[U-Boot] [PATCH v2] rockchip: rk3399: Add Leez P710 support
 2019-10-14  9:09 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2] rockchip: rk3399: Add Leez P710 support【请注意,邮件由u-boot-bounces@lists.denx.de代发】

[U-Boot] [PATCH v4 0/6] power: pmic: support more PMIC
 2019-10-14  9:08 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] rockchip: make_fit_atf.py: allow inclusion of a tee binary
 2019-10-14  9:07 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] common: spl: atf: support booting bl32 image

[U-Boot] [PATCH 0/1] rk3328: clk: Configure CPU clock during initialization
 2019-10-14  9:06 UTC  (3+ messages)
` [U-Boot] [PATCH 1/1] clk: rockchip: rk3328: Configure CPU clock

[U-Boot] [PATCH 0/3] gpio: zynq: Add support for Versal
 2019-10-14  9:05 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] gpio: zynq: Add gpio driver "
` [U-Boot] [PATCH 2/3] gpio: zynq: Add gpio driver support for PMC gpio
` [U-Boot] [PATCH 3/3] arm64: versal: Enable GPIO command for Versal

[U-Boot] [PATCH 1/2] rockchip: make_fit_atf.py: allow inclusion of a tee binary
 2019-10-14  9:03 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] common: spl: atf: support booting bl32 image

[U-Boot] [PATCH] rockchip: rk3399: rock960: Update config for TPL
 2019-10-14  8:58 UTC  (3+ messages)

[U-Boot] [PATCH] pci: layerscape: remove multiple definitions of SVR
 2019-10-14  8:56 UTC 

[U-Boot] [BUG] cmd : 'env exists envvar' does not display the existence of environment variable
 2019-10-14  8:52 UTC 

[U-Boot] [PATCH 00/10] power: Add AVS class 0 support for AM6
 2019-10-14  8:41 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] power: add driver for K3 Adaptive Voltage Scaling Class 0
` [U-Boot] [PATCH 02/10] arm: mach-k3: am6_init: Initialize AVS class 0
` [U-Boot] [PATCH 03/10] clk: clk-ti-sci: Notify AVS driver upon setting clock rate
` [U-Boot] [PATCH 04/10] power: regulator: tps6236x: add support for tps6236x regulators
` [U-Boot] [PATCH 05/10] arm: dts: k3-am65: Add VTM node
` [U-Boot] [PATCH 06/10] arm: dts: k3-am654-r5-base-board: enable wkup_i2c0 driver for spl
` [U-Boot] [PATCH 07/10] arm: dts: k3-am654-r5-base-board: add supply rail for MPU
` [U-Boot] [PATCH 08/10] arm: dts: k3-am654-r5-base-board: enable wkup_vtm0 node and link in supplies
` [U-Boot] [PATCH 09/10] configs: am65x_evm_r5_defconfig: Enable TPS62363 regulator support
` [U-Boot] [PATCH 10/10] configs: am65x_evm_r5_defconfig: Enable AVS class 0 support

[U-Boot] [PATCH] armv7: Support running at address other than linked to
 2019-10-14  8:38 UTC 

[U-Boot] [BUG] cmd : Local Hush Variable Could not be deleted
 2019-10-14  8:34 UTC 

[U-Boot] [PATCH] configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again
 2019-10-14  8:34 UTC  (3+ messages)

[U-Boot] [RESEND PATCH 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2019-10-14  8:00 UTC  (6+ messages)
` [U-Boot] [RESEND PATCH 1/5] usb: host: dwc2: add phy support
` [U-Boot] [RESEND PATCH 2/5] usb: host: dwc2: add support for clk
` [U-Boot] [RESEND PATCH 3/5] usb: host: dwc2: force reset assert
` [U-Boot] [RESEND PATCH 4/5] usb: host: dwc2: add usb33d supply support for stm32mp1
` [U-Boot] [RESEND PATCH 5/5] usb: host: dwc2: add trace to have clean usb start

[U-Boot] [PATCH v3 00/15] dfu: update dfu stack and add MTD backend
 2019-10-14  7:28 UTC  (16+ messages)
` [U-Boot] [PATCH v3 01/15] dfu: cosmetic: cleanup sf to avoid checkpatch error
` [U-Boot] [PATCH v3 02/15] doc: dfu: Add dfu documentation
` [U-Boot] [PATCH v3 03/15] dfu: sf: add partition support for nor backend
` [U-Boot] [PATCH v3 04/15] dfu: prepare the support of multiple interface
` [U-Boot] [PATCH v3 05/15] dfu: allow to manage DFU on several devices
` [U-Boot] [PATCH v3 06/15] dfu: allow read with no data without error for EOF indication
` [U-Boot] [PATCH v3 07/15] dfu: add backend for MTD device
` [U-Boot] [PATCH v3 08/15] dfu: add partition support for MTD backend
` [U-Boot] [PATCH v3 09/15] dfu: add DFU virtual backend
` [U-Boot] [PATCH v3 10/15] dfu: add callback for flush and initiated operation
` [U-Boot] [PATCH v3 11/15] stm32mp1: activate DFU support and command MTD
` [U-Boot] [PATCH v3 12/15] stm32mp1: activate SET_DFU_ALT_INFO
` [U-Boot] [PATCH v3 13/15] stm32mp1: configs: activate CONFIG_MTD_SPI_NAND
` [U-Boot] [PATCH v3 14/15] stm32mp1: board: add spi nand support
` [U-Boot] [PATCH v3 15/15] stm32mp1: add support for virtual partition read

[U-Boot] [PATCH 0/3] pci: pcie_fsl: add support for none PCIe devices
 2019-10-14  4:12 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] dm: spi: Return 0 if driver does not implement ops->cs_info
 2019-10-14  2:33 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-mmc mmc-10-10-2019
 2019-10-14  2:16 UTC 

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-14  2:00 UTC  (39+ messages)
` [U-Boot] [PATCH 005/126] dm: core: Don't include ofnode functions with of-platdata
` [U-Boot] [PATCH 010/126] dm: doc: Correct of-platdata CONFIG_IS_ENABLED() condition
` [U-Boot] [PATCH 014/126] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH 047/126] spl: Allow SPL/TPL to use of-platdata without libfdt
` [U-Boot] [PATCH 050/126] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH 063/126] x86: pci: Add a function to decode a PCI BDF
` [U-Boot] [PATCH 074/126] pci: Add support for p2sb uclass
` [U-Boot] [PATCH 097/126] x86: Add support for newer CAR schemes

[U-Boot] [PATCH 1/4] imx: Place imx_ddr_size() into a separate file
 2019-10-13 22:34 UTC  (3+ messages)

[U-Boot] [PATCH V2] pico-imx7d: Remove specific code for fitImage
 2019-10-13 21:46 UTC 

[U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage
 2019-10-13 21:32 UTC  (2+ messages)

[U-Boot] Question [U-Boot,v2] nand: fix up badblock skipping
 2019-10-13 20:46 UTC  (2+ messages)

[U-Boot] [FYI] Debugging Travis-CI builds
 2019-10-13 19:44 UTC 

[U-Boot] [PATCH] travis: Exclude MIPS from the bcm job
 2019-10-13 18:49 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] [RFC] usb: storage: Only clear READY flag on error
 2019-10-13 18:32 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] [RFC] usb: ehci-hcd: Keep async schedule running

[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-13 15:38 UTC  (9+ messages)

[U-Boot] [PATCH 0/2] lib: errno: check for unsupported error number
 2019-10-13 15:36 UTC  (6+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] test: provide test for errno_str()

[U-Boot] [PATCH 1/1] efi_loader: enable CONFIG_CMD_NVEDIT_EFI on QEMU
 2019-10-13 14:35 UTC 

[U-Boot] [PATCH v1 0/3] rsa: extend rsa_verify() for UEFI secure boot
 2019-10-13 14:16 UTC  (6+ messages)
` [U-Boot] [PATCH v1 3/3] lib: rsa: add rsa_verify_with_pkey()

[U-Boot] [PATCH 0/3] Support distro boot in pico-imx7d BL33 case
 2019-10-13 13:35 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] pico-imx7d: polish uart clock id definition

[U-Boot] [PATCH v3 0/5] usb: kbd: implement special keys
 2019-10-13 11:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add support for MediaTek MT8518 Soc
 2019-10-13 10:55 UTC  (3+ messages)
` [U-Boot] [PATCH 1/5] ARM: MediaTek: Add support for MediaTek MT8518 SoC

[U-Boot] [PATCH 1/1] fs: update fs_close() description
 2019-10-13  8:29 UTC 

[U-Boot] Rpi4 u-boot
 2019-10-13  3:15 UTC 

[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-12 21:24 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/5] fs: export fs_close()
` [U-Boot] [PATCH v4 2/5] fs: clean up around fs_type
` [U-Boot] [PATCH v4 5/5] efi_loader: disk: install file system protocol to a whole disk

[U-Boot] [PATCH RESEND] cmd: itest: add support for .q size specifier
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] fs: fat: error handling in get_contents()
 2019-10-12 20:28 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] fs: fat: treat invalid FAT clusters as errors
` [U-Boot] [PATCH 2/2] fs: fat: get_contents() always returns -1 for errors

[U-Boot] [PATCH 1/2] arm: dra7xx: Fix error path in iodelay recalibration
 2019-10-12 20:28 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm: dra7xx: Hang on any failure during IOdelay recalibration

[U-Boot] [PATCH v2] tao3530: Fix usage of mmc rescan
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH] configs: am43xx_evm: Enable USB support
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH] arm: dts: k3-j721e-common-proc-board: Mark main_uart0 as shared device
 2019-10-12 20:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] clk: add support for cdce9xx clock synthesizer
 2019-10-12 20:28 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] clk: cdce9xx: "
` [U-Boot] [PATCH 2/4] board: ti: am57xx-idk: Configure the CDCE913 "
` [U-Boot] [PATCH 3/4] board: ti: am43xx-idk: "
` [U-Boot] [PATCH 4/4] board: ti: am335x-ice: "

[U-Boot] [PATCH v2 0/5] arm: k3: Print cpu and board names during boot
 2019-10-12 20:27 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/5] arm: k3: Add support for printing CPUINFO
` [U-Boot] [PATCH v2 2/5] board: am65x: Print board name and version during boot
` [U-Boot] [PATCH v2 3/5] configs: j721e_evm_a72: Enable DISPLAY_CPUINFO
` [U-Boot] [PATCH v2 4/5] configs: am65x_evm_a53: "
` [U-Boot] [PATCH v2 5/5] arm: k3: Use driver_name to get ti_sci handle

[U-Boot] [PATCH] configs: j721e_evm_a72: Disable PSCI_RESET
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] configs: am65x_evm_a53: Disable PSCI_RESET
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: am654_sdhci: Drop a redundant power_domain_on in probe
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable
 2019-10-12 20:27 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] am335x, guardian: update guardian board
 2019-10-12 20:27 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] am335x, guardian: adapt guardian board to DM

[U-Boot] [PATCH 0/5] arm: omap: dra7: Fix ECC test and memory priming
 2019-10-12 20:26 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] arm: omap: emif-common: Fix ecc address calculation
` [U-Boot] [PATCH 2/5] cmd: ti: ddr3: "
` [U-Boot] [PATCH 3/5] arm: omap: emif-common: Disable interleaving
` [U-Boot] [PATCH 4/5] arm: omap: emif-common: Fix memory priming for ECC
` [U-Boot] [PATCH 5/5] cmd: ti: ddr3: Move the print statement after test

[U-Boot] [PATCH v2 00/26] remoteproc: Add support for R5F and DSP processors
 2019-10-12 20:26 UTC  (53+ messages)
` [U-Boot] [PATCH v2 01/26] dm: core: Add a function to count the children of a device
` [U-Boot] [PATCH v2 02/26] remoteproc: ops: Add elf section size as input parameter to device_to_virt api
` [U-Boot] [PATCH v2 03/26] remoteproc: elf_loader: Always check the validity of the image before loading
` [U-Boot] [PATCH v2 04/26] remoteproc: elf-loader: Add 64 bit elf loading support
` [U-Boot] [PATCH v2 05/26] remoteproc: elf_loader: Introduce a common elf loader and checker functions
` [U-Boot] [PATCH v2 06/26] remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api
` [U-Boot] [PATCH v2 07/26] remoteproc: tisci_proc: Add helper api for controlling core power domain
` [U-Boot] [PATCH v2 08/26] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [U-Boot] [PATCH v2 09/26] remoteproc: Introduce K3 remoteproc driver for R5F subsystem
` [U-Boot] [PATCH v2 10/26] dt-bindings: remoteproc: Add bindings for DSP C66x clusters on TI K3 SoCs
` [U-Boot] [PATCH v2 11/26] remoteproc: Introduce K3 C66 and C71 remoteproc driver
` [U-Boot] [PATCH v2 12/26] arm: dts: k3-j721e-mcu: Add MCU domain R5F cluster node
` [U-Boot] [PATCH v2 13/26] arm: dts: k3-j721e-main: Add MAIN domain R5F cluster nodes
` [U-Boot] [PATCH v2 14/26] arm: dts: k3-j721e-main: Add C66x DSP nodes
` [U-Boot] [PATCH v2 15/26] arm: dts: k3-j721e-main: Add C71x DSP node
` [U-Boot] [PATCH v2 16/26] arm: dts: k3-am65-mcu: Add MCU domain R5F DT nodes
` [U-Boot] [PATCH v2 17/26] env: ti: k3_rproc: Add common rproc environment variables
` [U-Boot] [PATCH v2 18/26] env: ti: j721e-evm: Add support to boot rprocs including R5Fs and DSPs
` [U-Boot] [PATCH v2 19/26] env: ti: am65x_evm: Add env support to boot the MCU R5F rprocs
` [U-Boot] [PATCH v2 20/26] configs: j721e_evm_a72: Enable R5F and DSP remoteproc driver
` [U-Boot] [PATCH v2 21/26] configs: j721e_evm_a72: Enhance bootcmd to start remoteprocs
` [U-Boot] [PATCH v2 22/26] configs: am65x_evm_a53: Enable R5F remoteproc driver
` [U-Boot] [PATCH v2 23/26] configs: am65x_evm_a53: Enhance bootcmd to start remoteprocs
` [U-Boot] [PATCH v2 24/26] armv8: K3: am65x: Update DDR address regions in MMU table
` [U-Boot] [PATCH v2 25/26] armv8: K3: j721e: Updated ddr "
` [U-Boot] [PATCH v2 26/26] board: j721e: Add README

[U-Boot] [PATCH 0/7] Implement UART-based boot of TI K3 AM65x SoCs
 2019-10-12 20:24 UTC  (15+ messages)
` [U-Boot] [PATCH 1/7] spl: ymodem: Fix FIT loading termination handling
` [U-Boot] [PATCH 2/7] spl: ymodem: Make SPL Y-Modem loader framework accessible
` [U-Boot] [PATCH 3/7] arm: K3: common: Allow for early console functionality
` [U-Boot] [PATCH 4/7] arm: K3: sysfw-loader: Allow loading SYSFW via Y-Modem
` [U-Boot] [PATCH 5/7] armv7R: dts: k3: am654: Add MCU_UART0 related definitions
` [U-Boot] [PATCH 6/7] configs: am65x_evm_r5: Activate early console functionality
` [U-Boot] [PATCH 7/7] board: ti: am65x: Add UART boot procedure in README

[U-Boot] [PATCH V2] spl: add a generic function board_init_f
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] arm64: print instructions leading to exception
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: avoid decimal conversion
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: asm/io.h: kill off confusing #ifdef __mem_pci block
 2019-10-12 20:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: asm/io.h: remove redundant #if !defined(readb) block

[U-Boot] [PATCH] spl: Introduce SPL_DM_SPI Kconfig define
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH] spl: mmc: Fix indentation in spl_mmc.c file
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition
 2019-10-12 20:23 UTC  (2+ messages)

[U-Boot] [PATCH v2] regulator: fixed: Modify enable-active-high behavior
 2019-10-12 20:22 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/8] add PCIe, its PHY and AHCI support for mt7623
 2019-10-12 20:22 UTC  (20+ messages)
` [U-Boot] [PATCH v4 1/8] pci: mediatek: add PCIe controller support for MT7623
` [U-Boot] [PATCH v4 2/8] phy: mediatek: add MediaTek T-PHY support for PCIe
` [U-Boot] [PATCH v4 3/8] arm: dts: add PCIe controller for MT7623 SoC
` [U-Boot] [PATCH v4 4/8] arm: dts: split mtk-reset.h into per-chip header
` [U-Boot] [PATCH v4 5/8] dt-bindings: pcie: add a document for MT7623 PCIe controller
` [U-Boot] [PATCH v4 6/8] dt-bindings: phy: add a document for MediaTek tphy
` [U-Boot] [PATCH v4 7/8] ahci-pci: ASM1061 report wrong class, but support AHCI
` [U-Boot] [PATCH v4 8/8] ata: ahci: Don't forget to clear upper address regs

[U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158
 2019-10-12 20:22 UTC  (20+ messages)
` [U-Boot] [PATCH V3 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits
` [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions
` [U-Boot] [PATCH V3 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock
` [U-Boot] [PATCH V3 05/10] dt: bcm63158: Add hsspi controller
` [U-Boot] [PATCH V3 06/10] dt: bcm963158: add a spi-nor device
` [U-Boot] [PATCH V3 07/10] configs: Add hsspi/spi support to bcm963158
` [U-Boot] [PATCH V3 08/10] dt: bcm6858: add hsspi controller
` [U-Boot] [PATCH V3 09/10] dt: bcm968580xref: add a spi-nor device
` [U-Boot] [PATCH V3 10/10] bcm968580xref: enable spi-nor support

[U-Boot] Please pull u-boot-x86
 2019-10-12 20:21 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] net: remove superfluous __packed attribute
 2019-10-12 13:29 UTC  (4+ messages)

[U-Boot] [PATCH 0/8] ARM: socfpga: arria10: Cleanup devicetree and
 2019-10-12 13:28 UTC  (3+ messages)
` [U-Boot] [PATCH 1/8] ARM: socfpga: arria10: Add qts-filter for arria10 socfpga

[U-Boot] [PATCH v1 00/11] import x509/pkcs7 parsers from linux
 2019-10-12 13:11 UTC  (19+ messages)
` [U-Boot] [PATCH v1 01/11] linux_compat: add kmemdup()
` [U-Boot] [PATCH v1 02/11] include: time.h: define time64_t
` [U-Boot] [PATCH v1 03/11] include: kernel.h: include printk.h
` [U-Boot] [PATCH v1 04/11] cmd: add asn1_compiler
` [U-Boot] [PATCH v1 05/11] Makefile: add build script for asn1 parsers
` [U-Boot] [PATCH v1 06/11] lib: add asn1 decoder
` [U-Boot] [PATCH v1 07/11] lib: add oid registry utility
` [U-Boot] [PATCH v1 11/11] lib: crypto: add rsa public key parser

[U-Boot] Uboot is rejecting valid initramfs (compressed cpio) with "Wrong Ramdisk Image Format"
 2019-10-12 11:13 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs
 2019-10-12 11:07 UTC  (2+ messages)


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