messages from 2020-07-16 00:45:30 to 2020-07-17 08:50:20 UTC [more...]
[v2, 00/11] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
2020-07-17 8:50 UTC (8+ messages)
` [v2, 01/11] mmc: add a reinit() API
` [v2, 02/11] mmc: fsl_esdhc: add a reinit() callback
` [v2, 03/11] mmc: fsl_esdhc: support tuning for eMMC HS200
` [v2, 04/11] mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
` [v2, 05/11] mmc: add a hs400_tuning flag
` [v2, 06/11] mmc: add a mmc_hs400_prepare_ddr() interface
` [v2, 07/11] mmc: fsl_esdhc: support eMMC HS400 mode
[PATCH] riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg
2020-07-17 8:50 UTC (2+ messages)
[PATCH 0/9] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
2020-07-17 8:48 UTC (12+ messages)
` [PATCH 1/9] mmc: add a reinit() API
` [PATCH 2/9] mmc: fsl_esdhc: add a reinit() callback
` [PATCH 3/9] mmc: fsl_esdhc: support tuning for eMMC HS200
` [PATCH 4/9] mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init
` [PATCH 5/9] mmc: add a hs400_tuning flag
` [PATCH 6/9] mmc: add a mmc_hs400_prepare_ddr() interface
` [PATCH 7/9] mmc: fsl_esdhc: support eMMC HS400 mode
` [PATCH 8/9] arm: dts: lx2160ardb: "
` [PATCH 9/9] configs: lx2160ardb: enable eMMC HS400 mode support
[PATCH v4 0/4] mips: Add initial Octeon MIPS64 base support
2020-07-17 7:47 UTC (4+ messages)
` [PATCH v4 4/4] mips: octeon: Add minimal Octeon 3 EBB7304 EVK support
[PATCH 1/3] mkimage: fit: only process one cipher node
2020-07-17 7:28 UTC (3+ messages)
` [PATCH 2/3] mkimage: fit: handle FDT_ERR_NOSPACE when ciphering
` [PATCH 3/3] mkimage: fit: don't cipher ciphered data
[PATCH v4 0/7] efi_loader: secure boot: support intermediate certificates in signature
2020-07-17 7:16 UTC (8+ messages)
` [PATCH v4 1/7] lib: crypto: add public_key_verify_signature()
` [PATCH v4 2/7] lib: crypto: enable x509_check_for_self_signed()
` [PATCH v4 3/7] lib: crypto: import pkcs7_verify.c from linux
` [PATCH v4 4/7] lib: crypto: add pkcs7_digest()
` [PATCH v4 5/7] lib: crypto: export and enhance pkcs7_verify_one()
` [PATCH v4 6/7] efi_loader: signature: rework for intermediate certificates support
` [PATCH v4 7/7] test/py: efi_secboot: add test for intermediate certificates
[PATCH 1/5] sysreset: syscon: Don't assume default value for offset and mask property
2020-07-17 6:54 UTC (3+ messages)
[PATCH v3 00/10] x86: Programmatic generation of ACPI tables (Part C)
2020-07-17 6:34 UTC (13+ messages)
` [PATCH v3 01/10] x86: apl: Fix save/restore of ITSS priorities
` [PATCH v3 02/10] x86: Add debugging to table writing
` [PATCH v3 03/10] x86: apl: Set the correct boot mode in the FSP-M code
` [PATCH v3 04/10] x86: apl: Adjust FSP-M code to avoid hard-coded address
` [PATCH v3 05/10] x86: Store the coreboot table address in global_data
` [PATCH v3 06/10] x86: Update the comment about booting for FSP2
` [PATCH v3 07/10] x86: Drop setup_pcat_compatibility()
` [PATCH v3 08/10] x86: acpi: Correct the version of the MADT
` [PATCH v3 09/10] x86: Rename board_final_cleanup() to board_final_init()
` [PATCH v3 10/10] acpi: Enable ACPI table generation by default on x86
[PATCH 1/4] fdtdec: Add fdtdec_get_mem_size_base()
2020-07-17 6:09 UTC (6+ messages)
` [PATCH 2/4] fdtdec: Update fdtdec_setup_mem_size_base_fdt() to call fdtdec_get_mem_size_base()
` [PATCH 3/4] riscv: dts: hifive-unleashed-a00: Make memory node available to SPL
` [PATCH 4/4] ram: sifive: Avoid using hardcoded ram base and size
[PATCH v1] include: pci_ids: Add Cavium devices
2020-07-17 6:06 UTC
[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
2020-07-17 6:03 UTC (3+ messages)
[PATCH] test/py: efi_secboot: fix Test Case 6c
2020-07-17 5:57 UTC (3+ messages)
[PATCH v1 0/4]
2020-07-17 5:57 UTC (11+ messages)
` [PATCH v1 1/4] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
` [PATCH v1 2/4] usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
` [PATCH v1 3/4] usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
` [PATCH v1 4/4] usb: xhci: Add virt_to_phys() to support mapped platforms
[PATCH 1/3] treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
2020-07-17 5:36 UTC (3+ messages)
` [PATCH 2/3] treewide: remove (phys_addr_t) casts from devfdt_get_addr()
` [PATCH 3/3] treewide: convert devfdt_get_addr() to dev_read_addr()
[PATCH v2] efi_loader: Rename and correct values for ARM_SMC_MM_*
2020-07-17 4:55 UTC
[PATCH v4 00/25] x86: Enhance MTRR functionality to support multiple CPUs
2020-07-17 4:50 UTC (3+ messages)
[PATCH] mtd: mtdpart: use uint64_t instead of int for cur_off
2020-07-17 4:00 UTC (2+ messages)
[PATCH] bcmgenet: fix DMA buffer management
2020-07-17 2:45 UTC (4+ messages)
[PATCH v3 7/8] efi_loader: signature: rework for intermediate
2020-07-17 2:10 UTC (2+ messages)
[PATCH v2 0/9] Introduce UCLASS_SOC
2020-07-17 1:58 UTC (12+ messages)
` [PATCH v2 1/9] doc: Add new doc for soc ID driver model
` [PATCH v2 2/9] dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching
` [PATCH v2 3/9] test: Add tests for SOC uclass
` [PATCH v2 4/9] dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs
` [PATCH v2 5/9] arm: dts: k3-am65-wakeup: Introduce chipid node
` [PATCH v2 6/9] arm: dts: k3-j721e-mcu-wakeup: "
` [PATCH v2 7/9] configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3
` [PATCH v2 8/9] configs: j721e_evm: "
` [PATCH v2 9/9] arm: mach-k3: Use SOC driver for device identification
[PATCH v2 1/2] fdt_support: call mtdparts_init() after finding MTD node to fix up
2020-07-17 1:46 UTC (2+ messages)
` [PATCH v2 2/2] fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()
[PATCH 1/2] fdt_support: call mtdparts_init() after finding MTD node to fix up
2020-07-17 1:35 UTC (5+ messages)
` [PATCH 2/2] fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()
[PATCH] sandbox: enable FIT cipher support in defconfig
2020-07-17 1:12 UTC
[PATCH] mmc: msm_sdhci: Use mmc_of_parse for setting host_caps
2020-07-17 0:36 UTC (4+ messages)
uboot-test-hooks: dfu-util
2020-07-16 23:28 UTC (5+ messages)
[PATCH] efi_loader: Correct value for ARM_SMC_MM_RET_NO_MEMORY
2020-07-16 22:46 UTC (2+ messages)
[PATCH 1/1] test/dm: check if devices exist
2020-07-16 22:20 UTC
Pull request for UEFI sub-system for efi-2020-10-rc1 (4)
2020-07-16 22:00 UTC (2+ messages)
[PATCH] memsize: Make get_ram_size() work with arbitary RAM size
2020-07-16 21:04 UTC (8+ messages)
[PATCH 0/2] dtoc: improve compatible string aliases support
2020-07-16 20:48 UTC (3+ messages)
` [PATCH 1/2] dtoc: look for compatible string aliases in driver list
` [PATCH 2/2] dtoc: remove compatible string aliases support
[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200716
2020-07-16 20:01 UTC
[PATCH 1/1] ARM: mx6: make CAAM usable on the i.MX6 boards
2020-07-16 17:49 UTC (2+ messages)
[PATCH 1/3] misc: scu_api: Add SCFW API to get the index of boot container set
2020-07-16 17:49 UTC (2+ messages)
[PATCH] watchdog: imx: Support set timeout by wdt command
2020-07-16 17:49 UTC
[PATCH] arm: dts: imx7: Fix error in coresight TPIU graph connection
2020-07-16 17:49 UTC (2+ messages)
[PATCH] imx6: aristainetos: sync defconfig with 2020.10
2020-07-16 17:49 UTC (2+ messages)
[PATCH] gpio: mxc_gpio: Improve to use ofdata_to_platdata
2020-07-16 17:49 UTC (2+ messages)
[PATCH] pico-imx6ul: Fix Quick Start Guide URL
2020-07-16 17:48 UTC (2+ messages)
[PATCH v2 1/1] power: pmic_pca9450: fix PCA9450A I2C address
2020-07-16 17:48 UTC (2+ messages)
[PATCH] arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28)
2020-07-16 17:48 UTC (2+ messages)
[PATCH] imx6: Remove unneeded CONFIG_DM_MDIO
2020-07-16 17:48 UTC (7+ messages)
[PATCH 1/2] spi: fsl_qspi: Add support for i.MX7ULP
2020-07-16 17:48 UTC (2+ messages)
[PATCH 2/2] spi: fsl_qspi: Support to use full AHB space on i.MX
2020-07-16 17:48 UTC (2+ messages)
[PATCH v3 00/49] rockchip: x86: Support building ROM files automatically with binman
2020-07-16 15:44 UTC (6+ messages)
` [PATCH v3 29/49] rockchip: Enable building a SPI ROM image on bob
[PATCH 1/1] cmd: fix lsblk command
2020-07-16 15:44 UTC (2+ messages)
[PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM
2020-07-16 15:44 UTC (5+ messages)
` [PATCH v2 06/14] board_f: m68k: Factor out m68k-specific bdinfo setup
[PATCH] fdt_support: add static to fdt_node_set_part_info()
2020-07-16 15:43 UTC (2+ messages)
[PATCHv5 00/18] powerpc: convert p1010, p1020 and p2020 RDB boards to DM_ETH
2020-07-16 15:33 UTC (20+ messages)
` [PATCHv5 01/18] phy: make phy_connect_fixed work with a null mdio bus
` [PATCHv5 02/18] configs: enable DM_MDIO for LS1021A-TWR and LS1021A-TSN
` [PATCHv5 03/18] net: fsl_mdio: Change to use virtual address
` [PATCHv5 04/18] net: fsl_mdio: Correct the MII management register block address
` [PATCHv5 05/18] net: tsec: convert to use DM_MDIO when DM_ETH enabled
` [PATCHv5 06/18] net: tsec: Add fixed-link PHY support
` [PATCHv5 07/18] net: tsec: Add the compatible string "gianfar" support
` [PATCHv5 08/18] powerpc: mpc8xxx: Don't compile cpu_eth_init() when DM_ETH enabled
` [PATCHv5 09/18] fsl: p1_p2_rdb: Move vsc7835 firmware uploading to board_early_init_r()
` [PATCHv5 10/18] configs: p1_p2_rdb: Add the default address of vsc7385 firmware
` [PATCHv5 11/18] dts: powerpc: p1020rdb: Add eTSEC DT nodes
` [PATCHv5 12/18] powerpc: p1_p2_rdb: Don't compile board_eth_init() when DM_ETH enabled
` [PATCHv5 13/18] configs: P1020RDB: Enable DM_ETH config
` [PATCHv5 14/18] dts: powerpc: p1010rdb: Add eTSEC DT nodes
` [PATCHv5 15/18] powerpc: p1010rdb: Compile legacy ethernet init function when no DM_ETH
` [PATCHv5 16/18] configs: P1010RDB: Enable DM_ETH config
` [PATCHv5 17/18] dts: powerpc: p2020rdb: Add eTSEC DT nodes
` [PATCHv5 18/18] configs: P2020RDB: Enable DM_ETH config
[PATCH 00/17] Add new board: Xen guest for ARM64
2020-07-16 13:16 UTC (4+ messages)
` [PATCH 05/17] xen: Port Xen hypervizor related code from mini-os
[PATCH] mx6memcal: fix build
2020-07-16 13:13 UTC
[GIT PULL] please pull mmc-7-24-2020
2020-07-16 12:42 UTC (2+ messages)
[PATCH] arm64: zynqmp: Reduce malloc memory for mini QSPI configuration
2020-07-16 10:03 UTC
[PATCH v2] azure: gitlab: travis: Update OpenSBI used for RISC-V testing
2020-07-16 9:14 UTC
[PATCH v3 0/7] Add support MediaTek USB3 DRD driver
2020-07-16 9:07 UTC (8+ messages)
` [PATCH v3 1/7] dt-binding: usb: add bindings for some common properties
` [PATCH v3 2/7] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD
` [PATCH v3 3/7] usb: add USB_SPEED_SUPER_PLUS
` [PATCH v3 4/7] usb: add MediaTek USB3 DRD driver
` [PATCH v3 5/7] usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller
` [PATCH v3 6/7] arm: dts: mt8512: add usb related nodes
` [PATCH v3 7/7] configs: mt8512: enable fastboot
[PATCH] watchdog: imx: Support set timeout by wdt command
2020-07-16 9:07 UTC (2+ messages)
[PATCH v3 0/2] imx: support for conga-QMX8 board
2020-07-16 9:02 UTC (3+ messages)
` [PATCH v3] "
[PATCH] azure: gitlab: travis: Update OpenSBI used for RISC-V testing
2020-07-16 8:51 UTC (4+ messages)
[RFC PATCH v2] sunxi: Add UART4 console support for A64
2020-07-16 8:36 UTC (2+ messages)
[PATCH 0/4] Add support for the SquashFS filesystem
2020-07-16 8:33 UTC (4+ messages)
` [PATCH 0/3] squashfs fixes
[PATCH for v2020.10 1/1] cmd: drop fitupd command
2020-07-16 7:28 UTC (4+ messages)
[PATCH 1/2] Revert "riscv: Allow use of reset drivers"
2020-07-16 7:15 UTC (6+ messages)
[PATCH v2 0/5] mips: Improve initial Octeon MIPS64 support
2020-07-16 6:24 UTC (4+ messages)
` [PATCH v2 4/5] mips: cache: Make invalidate_dcache_range() weak to enable overwrite
[PATCH 0/4] MIPS: sync asm header files with Linux 5.7 (part 1)
2020-07-16 6:22 UTC (9+ messages)
` [PATCH 1/4] mips: remove deprecated UNCACHED_SDRAM() macro
` [PATCH 2/4] mips: sync asm/asm.h with Linux 5.7
` [PATCH 3/4] mips: sync asm/addrspace.h "
` [PATCH 4/4] mips: sync asm/mipsregs.h "
[PATCH 0/4] MIPS: refactor and cleanup start.S (part 1)
2020-07-16 6:20 UTC (9+ messages)
` [PATCH 1/4] mips: start.S: remove dead code
` [PATCH 2/4] mips: add KSEG1 wrapper for change_k0_cca
` [PATCH 3/4] mips: refactor disabling of caches
` [PATCH 4/4] mips: add config options for generic cache setup code
[PATCH 1/1] efi_loader: pre-seed UEFI variables
2020-07-16 5:59 UTC (3+ messages)
[PATCH 1/1] efi_loader: describe EFI_VAR_FILE_MAGIC
2020-07-16 5:25 UTC
[RFC] dfu: remove UPDATE_TFTP
2020-07-16 4:44 UTC (10+ messages)
[PATCHv2 00/13] powerpc: covert p1010, p1020 and p2020 RDB board to DM_ETH
2020-07-16 2:56 UTC (4+ messages)
[PATCH] Revert "riscv: Clean up IPI initialization code"
2020-07-16 2:41 UTC (5+ messages)
[PATCH 1/1] Azure: copy GRUB to correct build path
2020-07-16 2:41 UTC (2+ messages)
[PATCH v2 1/1] .gitlab-ci.yml: copy GRUB to correct build path
2020-07-16 2:41 UTC (2+ messages)
[PATCH] github: azure: Update our GitHub template to note for CI
2020-07-16 2:41 UTC (2+ messages)
[PATCH] test: use virt-make-fs to build image
2020-07-16 0:45 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox