messages from 2020-07-06 02:16:53 to 2020-07-07 10:07:11 UTC [more...]
[PATCH v3 0/5] Fixes for running U-boot under QEMU/KVM
2020-07-07 10:07 UTC (6+ messages)
` [PATCH v3 1/5] arm: enable allocate-on-read for LPAE's DCACHE_WRITEBACK/_WRITETHROUGH
` [PATCH v3 2/5] arm: qemu: enable LPAE on 32-bit
` [PATCH v3 3/5] arm: qemu: implement enable_caches()
` [PATCH v3 4/5] arm: qemu: disable the EFI workaround for older GRUB
` [PATCH v3 5/5] arm: qemu: override flash accessors to use virtualizable instructions
[PATCH v2 0/8] efi_loader: secure boot: support intermediate certificates in signature
2020-07-07 10:06 UTC (7+ messages)
` [PATCH v2 1/8] lib: rsa: export rsa_verify_with_pkey()
` [PATCH v2 2/8] lib: crypto: add public_key_verify_signature()
` [PATCH v2 3/8] lib: crypto: enable x509_check_for_self_signed()
[PATCH 1/1] riscv: Fix linking error when building u-boot-spl with no SMP support
2020-07-07 9:45 UTC (2+ messages)
[PATCH] sunxi: Add support for using UART4 as console on A64
2020-07-07 9:29 UTC
[PATCH v3 00/25] x86: Enhance MTRR functionality to support multiple CPUs
2020-07-07 8:54 UTC (33+ messages)
` [PATCH v3 01/25] x86: mp_init: Switch to livetree
` [PATCH v3 02/25] x86: Move MP code into mp_init
` [PATCH v3 03/25] x86: mp_init: Avoid declarations in header files
` [PATCH v3 04/25] x86: mp_init: Switch parameter names in start_aps()
` [PATCH v3 05/25] x86: mp_init: Drop the num_cpus static variable
` [PATCH v3 06/25] x86: mtrr: Fix 'ensable' typo
` [PATCH v3 07/25] x86: mp_init: Set up the CPU numbers at the start
` [PATCH v3 08/25] x86: mp_init: Adjust bsp_init() to return more information
` [PATCH v3 09/25] x86: cpu: Remove unnecessary #ifdefs
` [PATCH v3 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v3 11/25] global_data: Add a generic global_data flag for SMP state
` [PATCH v3 12/25] x86: Set the SMP flag when MP init is complete
` [PATCH v3 13/25] x86: mp: Allow running functions on multiple CPUs
` [PATCH v3 14/25] x86: mp: Park CPUs before running the OS
` [PATCH v3 15/25] x86: mp: Add iterators for CPUs
` [PATCH v3 16/25] x86: mtrr: Use MP calls to list the MTRRs
` [PATCH v3 17/25] x86: Don't enable SMP in SPL
` [PATCH v3 18/25] x86: coral: Update the memory map
` [PATCH v3 19/25] x86: mtrr: Update MTRRs on all CPUs
` [PATCH v3 20/25] x86: mtrr: Add support for writing to MTRRs on any CPU
` [PATCH v3 21/25] x86: mtrr: Update the command to use the new mtrr calls
` [PATCH v3 22/25] x86: mtrr: Restructure so command execution is in one place
` [PATCH v3 23/25] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
` [PATCH v3 24/25] x86: mp: Add more comments to the module
` [PATCH v3 25/25] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU
[PATCH] remove include/config_defaults.h
2020-07-07 8:40 UTC
[PATCH v1 0/1] Fix mkimage error message
2020-07-07 8:25 UTC (4+ messages)
` [PATCH v1 1/1] mkimage: Fix error message if write less data then expected
[PULL] u-boot-atmel-2020.10-a
2020-07-07 8:24 UTC
[PATCH v3 0/3] Sync UDMA bindings from kernel
2020-07-07 8:13 UTC (4+ messages)
` [PATCH v3 1/3] dma: ti: Add static PSIL endpoint information
` [PATCH v3 2/3] dma: ti: k3-udma: Update driver to use static endpoint Data
` [PATCH v3 3/3] arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT
Differences in loading device-tree with u-boot/ without u-boot
2020-07-07 8:06 UTC
[PATCH 1/2] spi: Remove unnecessary #ifdefs in header file
2020-07-07 7:58 UTC (6+ messages)
` [PATCH 2/2] x86: apl: Re-enable loading of SPL
[PATCH v2 1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*
2020-07-07 7:20 UTC (16+ messages)
` [PATCH v2 2/8] linux/kconfig.h: remove unused helper macros
` [PATCH v2 3/8] linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED
` [PATCH v2 4/8] bootstage: Fix 'stacked' typo
` [PATCH v2 5/8] timer: Allow delays with a 32-bit microsecond timer
` [PATCH v2 6/8] coral: Enable the copy framebuffer
` [PATCH v2 7/8] x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
[RESEND PATCH v3 00/26] x86: video: Speed up the framebuffer
2020-07-07 6:43 UTC (2+ messages)
[PATCH] i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
2020-07-07 5:20 UTC (2+ messages)
[PATCH 1/3] ARM: dts: rename stm32mp15xx-avenger96 ethernet0_rgmii_pins
2020-07-07 5:17 UTC (4+ messages)
` [PATCH 2/3] i2c: stm32f7: add stm32mp15 compatible
` [PATCH 3/3] ARM: dts: stm32mp1: DT alignment with Linux kernel v5.8-rc1
[PATCH v4 00/11] new rtc methods, rtc command, and tests
2020-07-07 5:02 UTC (13+ messages)
` [PATCH v4 01/11] rtc: add dm_rtc_read helper and ->read method
` [PATCH v4 02/11] rtc: add dm_rtc_write() helper
` [PATCH v4 03/11] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
` [PATCH v4 04/11] rtc: pcf2127: provide ->read method
` [PATCH v4 05/11] rtc: pcf2127: provide ->write method
` [PATCH v4 06/11] rtc: add rtc command
` [PATCH v4 07/11] rtc: sandbox-rtc: fix set method
` [PATCH v4 08/11] rtc: i2c_rtc_emul: catch any write to the "reset" register
` [PATCH v4 09/11] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
` [PATCH v4 10/11] sandbox: add rtc command to defconfigs
` [PATCH v4 11/11] test: dm: rtc: add tests of rtc shell command
U-boot Designware SPI driver issue
2020-07-07 4:54 UTC (3+ messages)
[PATCH v2 00/17] efi_loader: non-volatile and runtime variables
2020-07-07 3:12 UTC (18+ messages)
` [PATCH v2 01/17] efi_loader: prepare for read only OP-TEE variables
` [PATCH v2 02/17] efi_loader: display RO attribute in printenv -e
` [PATCH v2 03/17] efi_loader: separate UEFI variable API from implemementation
` [PATCH v2 04/17] efi_loader: OsIndicationsSupported, PlatformLangCodes
` [PATCH v2 05/17] efi_loader: simplify boot manager
` [PATCH v2 06/17] efi_loader: keep attributes in efi_set_variable_int
` [PATCH v2 07/17] efi_loader: value of VendorKeys
` [PATCH v2 08/17] efi_loader: read-only AuditMode and DeployedMode
` [PATCH v2 09/17] efi_loader: secure boot flag
` [PATCH v2 10/17] efi_loader: UEFI variable persistence
` [PATCH v2 11/17] efi_loader: export efi_convert_pointer()
` [PATCH v2 12/17] efi_loader: optional pointer for ConvertPointer
` [PATCH v2 13/17] efi_loader: new function efi_memcpy_runtime()
` [PATCH v2 14/17] efi_loader: memory buffer for variables
` [PATCH v2 15/17] efi_loader: use memory based variable storage
` [PATCH v2 16/17] efi_loader: enable UEFI variables at runtime
` [PATCH v2 17/17] efi_selftest: adjust runtime test for variables
[PATCH] x86: remove unused setup_pcat_compatibility() stub
2020-07-07 2:07 UTC (3+ messages)
[PATCH 1/1] efi_loader: NULL dereference in efi_convert_pointer
2020-07-07 1:46 UTC
Cover Letter of Patchsets
2020-07-07 1:32 UTC (3+ messages)
[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
2020-07-07 1:09 UTC (21+ messages)
` [RFC PATCH 01/16] patman: Use test_util to show test results
` [RFC PATCH 02/16] patman: Move main code out to a control module
` [RFC PATCH 03/16] patman: Add a test that uses gitpython
` [RFC PATCH 04/16] patman: Allow creating patches for another branch
` [RFC PATCH 05/16] patman: Allow skipping patches at the end
` [RFC PATCH 06/16] patman: Convert to ArgumentParser
` [RFC PATCH 07/16] patman: Allow different commands
` [RFC PATCH 08/16] patman: Add a 'test' subcommand
` [RFC PATCH 09/16] patman: Allow disabling 'bright' mode with Print output
` [RFC PATCH 10/16] patman: Support collecting response tags in Patchstream
` [RFC PATCH 11/16] patman: Allow linking a series with patchwork
` [RFC PATCH 12/16] patman: Add a -D option to enable debugging
` [RFC PATCH 13/16] patchstream: Support parsing of review snippets
` [RFC PATCH 14/16] patman: Support checking for review tags in patchwork
` [RFC PATCH 15/16] patman: Support updating a branch with review tags
` [RFC PATCH 16/16] patman: Support listing comments from patchwork
[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
2020-07-07 0:22 UTC (14+ messages)
` [PATCH v1 07/43] dm: acpi: Add support for the NHLT table
` [PATCH v1 18/43] x86: pinctrl: Update comment for intel_pinctrl_get_pad()
[PATCH] Revert "riscv: sifive: fu540: Add gpio-restart support"
2020-07-06 22:00 UTC
[PATCH v3 00/14] env: ext4: corrections and add test for env in ext4
2020-07-06 21:54 UTC (5+ messages)
` [PATCH v3 11/14] test: environment "
` [PATCH v3 14/14] test: sandbox: add test for erase command
Chainloading U-Boot from Fastboot on Tegra30
2020-07-06 19:48 UTC (8+ messages)
[ANN] U-Boot v2020.07 released
2020-07-06 19:24 UTC
[RFC 0/4] drivers: footprint reduction proposal
2020-07-06 19:21 UTC (7+ messages)
` [RFC 1/4] dtoc: add POC for dtb shrink
` [RFC 2/4] dtoc: add initial support for deleting DTB nodes
` [RFC 3/4] dtoc: add support for generate stuct udevice_id
Pull request for UEFI sub-system for efi-2020-10-rc1
2020-07-06 18:17 UTC (4+ messages)
[PATCH] bugfix: tpm2_tis_spi: redeclaration compile error
2020-07-06 15:32 UTC
[PATCH] configs: stm32mp15: activate CMD_ADTIMG
2020-07-06 13:00 UTC
[PATCH] ARM: dts: stm32: add reset support to uart nodes on stm32mp15x
2020-07-06 12:48 UTC
[PATCH 00/15] net: sun8i-emac fixes and cleanups
2020-07-06 12:10 UTC (2+ messages)
[PATCH] arm: stm32mp: stm32prog: check result of find_mmc_device
2020-07-06 11:20 UTC
[PATCH 1/2] test/py: efi_secboot: apply autopep8
2020-07-06 10:59 UTC (4+ messages)
` [PATCH 2/2] test/py: efi_secboot: more fixes against pylint
[PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support
2020-07-06 9:22 UTC (2+ messages)
[PATCH 00/17] Add new board: Xen guest for ARM64
2020-07-06 9:13 UTC (10+ messages)
` [PATCH 14/17] xen: pvblock: Read XenStore configuration and initialize
` [PATCH 15/17] xen: pvblock: Implement front-back protocol and do IO
` [PATCH 17/17] board: xen: De-initialize before jumping to Linux
Seemless Boot Splash on iMX-based boards
2020-07-06 9:10 UTC (2+ messages)
[PATCH v3 00/10] new rtc methods, rtc command, and tests
2020-07-06 9:07 UTC (2+ messages)
[PATCH 1/3] arm: Add support for Qualcomm IPQ40xx family
2020-07-06 8:37 UTC (3+ messages)
` [PATCH 2/3] msm_serial: Read bit rate register value from DT
` [PATCH 3/3] msm_gpio: Add support for Qualcomm IPQ40xx
[PATCH 0/5] TI: AM654/J721e: Sync CPSW DT node from kernel
2020-07-06 8:06 UTC (6+ messages)
` [PATCH 1/5] net: ti: am65-cpsw-nuss: Remove dead code
` [PATCH 2/5] net: ti: am65-cpsw-nuss: Set ALE default thread enable
` [PATCH 3/5] net: ti: am65-cpsw-nuss: Update driver to use kernel DT
` [PATCH 4/5] arm: dts: k3-j721e: Sync CPSW DT node from kernel
` [PATCH 5/5] arm: dts: k3-am65: "
[PATCH 0/6] TI: AM654/j721e: Ringacc and UDMA updates
2020-07-06 7:56 UTC (7+ messages)
` [PATCH 1/6] soc: ti: k3-ringacc: Move state tracking variables under a struct
` [PATCH 2/6] soc: ti: k3-ringacc: Add an API to request pair of rings
` [PATCH 3/6] soc: ti: k3-ringacc: Separate soc specific initialization
` [PATCH 4/6] dma: ti: k3-udma: Introduce udma_chan_config struct
` [PATCH 5/6] dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct
` [PATCH 6/6] dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair
[PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS
2020-07-06 7:35 UTC (2+ messages)
` [PATCH 2/2] configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs
[PATCH v3 00/14] arm: add support for SoC S5P4418
2020-07-06 7:04 UTC (4+ messages)
` [PATCH v3 04/14] i2c: add nexell driver
Secondary UART
2020-07-06 6:47 UTC
[PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
2020-07-06 6:46 UTC (6+ messages)
` [PATCH 3/3] cmd: adtimg: Refactor "
[PATCH v3 00/15] add initial support for broadcom NS3 soc
2020-07-06 6:23 UTC (8+ messages)
` [PATCH v3 07/15] dt-bindings: memory: ns3: update GIC LPI address
[PATCH v2] i2c: eeprom: Use reg property instead of offset and size
2020-07-06 5:56 UTC (5+ messages)
[PATCH v2 00/25] x86: Enhance MTRR functionality to support multiple CPUs
2020-07-06 5:26 UTC (10+ messages)
` [PATCH v2 10/25] x86: mp: Support APs waiting for instructions
` [PATCH v2 15/25] x86: mp: Add iterators for CPUs
` [PATCH v2 19/25] x86: mtrr: Update MTRRs on all CPUs
[PATCH v2] arm64: issue ISB after updating system registers
2020-07-06 4:33 UTC (3+ messages)
[PATCH] Revert "ARM: uniphier: add weird workaround code for LD20"
2020-07-06 4:23 UTC
[PATCH 0/4] Move eSDHC adapter card code to board files
2020-07-06 2:47 UTC (2+ messages)
[PATCH v2 0/6] Add support MediaTek USB3 DRD driver
2020-07-06 2:21 UTC (7+ messages)
` [PATCH v2 1/6] dt-binding: usb: add bindings for some common properties
` [PATCH v2 2/6] dt-bindings: usb: mtu3: add bindings for MediaTek USB3 DRD
` [PATCH v2 3/6] usb: add USB_SPEED_SUPER_PLUS
` [PATCH v2 4/6] usb: add MediaTek USB3 DRD driver
` [PATCH v2 5/6] arm: dts: mt8512: add usb related nodes
` [PATCH v2 6/6] configs: mt8512: enable fastboot
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