public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-16 10:09:22 to 2020-07-17 19:36:54 UTC [more...]

[PATCH 1/2] imx8m: ddrphy_utils: Improve coding style
 2020-07-17 19:36 UTC  (2+ messages)
` [PATCH 2/2] imx8m: soc: Remove unneeded space

[PATCH 1/1] clk: ICS8N3QV01 remove superfluous code
 2020-07-17 18:46 UTC  (3+ messages)

[PATCH] efi_loader: use logging for block device messages
 2020-07-17 18:34 UTC 

[PATCH 1/1] efi_loader: use logging for bootefi command
 2020-07-17 18:32 UTC 

[PATCH v1 0/4]
 2020-07-17 18:22 UTC  (30+ messages)
` [PATCH v1 1/4] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
        ` [PATCH v2 "
` [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/1] dfu: fix typo parameteres
 2020-07-17 17:55 UTC 

[PATCH 1/4] firmware: add new driver for SCMI firmwares
 2020-07-17 15:42 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: arm: SCMI bindings documentation
` [PATCH 3/4] clk: add clock driver for SCMI agents
` [PATCH 4/4] reset: add reset controller "

[PATCH] dm: core: Don't show an ACPI warning if there is no ordering
 2020-07-17 15:03 UTC  (2+ messages)

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200716
 2020-07-17 14:49 UTC  (2+ messages)

Please pull u-boot-x86
 2020-07-17 14:49 UTC  (2+ messages)

[PATCH v6 00/25] x86: Enhance MTRR functionality to support multiple CPUs
 2020-07-17 14:48 UTC  (26+ messages)
` [PATCH v6 01/25] x86: mp_init: Switch to livetree
` [PATCH v6 02/25] x86: Move MP code into mp_init
` [PATCH v6 03/25] x86: mp_init: Avoid declarations in header files
` [PATCH v6 04/25] x86: mp_init: Switch parameter names in start_aps()
` [PATCH v6 05/25] x86: mp_init: Drop the num_cpus static variable
` [PATCH v6 06/25] x86: mtrr: Fix 'ensable' typo
` [PATCH v6 07/25] x86: mp_init: Set up the CPU numbers at the start
` [PATCH v6 08/25] x86: mp_init: Adjust bsp_init() to return more information
` [PATCH v6 09/25] x86: cpu: Remove unnecessary #ifdefs
` [PATCH v6 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v6 11/25] global_data: Add a generic global_data flag for SMP state
` [PATCH v6 12/25] x86: Set the SMP flag when MP init is complete
` [PATCH v6 13/25] x86: mp: Allow running functions on multiple CPUs
` [PATCH v6 14/25] x86: mp: Park CPUs before running the OS
` [PATCH v6 15/25] x86: mp: Add iterators for CPUs
` [PATCH v6 16/25] x86: mtrr: Use MP calls to list the MTRRs
` [PATCH v6 17/25] x86: Don't enable SMP in SPL
` [PATCH v6 18/25] x86: coral: Update the memory map
` [PATCH v6 19/25] x86: mtrr: Update MTRRs on all CPUs
` [PATCH v6 20/25] x86: mtrr: Add support for writing to MTRRs on any CPU
` [PATCH v6 21/25] x86: mtrr: Update the command to use the new mtrr calls
` [PATCH v6 22/25] x86: mtrr: Restructure so command execution is in one place
` [PATCH v6 23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
` [PATCH v6 24/25] x86: mp: Add more comments to the module
` [PATCH v6 25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU

[PATCH 0/4] Some reserved memory hardenings
 2020-07-17 13:45 UTC  (4+ messages)
` [PATCH 1/4] lmb/bdinfo: dump lmb info via bdinfo

[PATCH 1/2] bcmgenet: fix DMA buffer management
 2020-07-17 13:32 UTC  (2+ messages)
` [PATCH 2/2] bcmgenet: Add support for rgmii-rxid

[PATCH] lib: zlib: Use post-increment only in inffast.c
 2020-07-17 13:29 UTC  (2+ messages)

[PATCH 1/1] test/dm: check if devices exist
 2020-07-17 12:41 UTC  (2+ messages)

[PATCH v2 1/8] dm: button: add an uclass for button
 2020-07-17 12:22 UTC  (8+ messages)
` [PATCH v2 2/8] dm: button: add a driver for button driven by gpio
` [PATCH v2 3/8] cmd: button: add a new 'button' command
` [PATCH v2 4/8] sandbox: dtsi: add buttons
` [PATCH v2 5/8] sandbox64: enable button
` [PATCH v2 6/8] sandbox: "
` [PATCH v2 7/8] test/py: add tests for the button commands
` [PATCH v2 8/8] test: dm: add a test for class button

[PATCH] psci: put psci_method in .data section if EFI_LOADER is not enabled
 2020-07-17 12:20 UTC 

[PATCH v2] efi_loader: Rename and correct values for ARM_SMC_MM_*
 2020-07-17 10:30 UTC  (2+ messages)

[PATCH v4 0/7] efi_loader: secure boot: support intermediate certificates in signature
 2020-07-17 10:29 UTC  (10+ 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 v4] arm: socfpga: add board support for ic-automation Moritz III
 2020-07-17 10:23 UTC 

[PATCH] riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg
 2020-07-17 10:13 UTC  (4+ messages)

[v2, 00/11] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
 2020-07-17  8:50 UTC  (12+ 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
` [v2, 08/11] mmc: fsl_esdhc: fix mmc->clock with actual clock
` [v2, 09/11] mmc: fsl_esdhc: fix eMMC HS400 stability issue
` [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
` [v2, 11/11] configs: lx2160ardb: enable eMMC HS400 mode support

[PATCH 0/9] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
 2020-07-17  8:48 UTC  (3+ messages)

[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 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  (4+ messages)
` [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 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 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  (4+ messages)
` [PATCH v2 1/9] doc: Add new doc for soc ID driver model

[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)

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  (6+ 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

[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  (7+ messages)
` [PATCHv5 02/18] configs: enable DM_MDIO for LS1021A-TWR and LS1021A-TSN
` [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)


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