public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-30 18:09:55 to 2023-08-31 19:04:09 UTC [more...]

[PATCH v2 0/4] Populate kaslr seed with TPM
 2023-08-31 19:02 UTC  (9+ messages)
` [PATCH v2 1/4] fdt: common API to populate kaslr seed
` [PATCH v2 2/4] fdt: kaslr seed from tpm entropy
` [PATCH v2 3/4] cmd: kaslrseed: Use common API to fixup FDT
` [PATCH v2 4/4] dm: core: Modify default for OFNODE_MULTI_TREE

[PATCH] driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers
 2023-08-31 19:01 UTC  (4+ messages)

[PATCH 1/2] Allow Python packages to be dropped
 2023-08-31 19:02 UTC  (4+ messages)
` [PATCH 2/2] x86: coreboot: Avoid a declaration after a label

[PATCH] efi: Correct handling of frame buffer
 2023-08-31 19:02 UTC  (7+ messages)

[PATCH v2] cmd: dm: allow for selecting uclass and device
 2023-08-31 19:01 UTC  (4+ messages)

[PATCH 00/32] spl: Preparation for Universal Payload
 2023-08-31 17:50 UTC  (35+ messages)
` [PATCH 02/32] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_
` [PATCH 03/32] spl: Rename SYS_SPL_ARGS_ADDR to SPL_SYS_ARGS_ADDR
` [PATCH 04/32] spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
` [PATCH 05/32] spl: mx6: powerpc: Drop the condition on timer_init()
` [PATCH 07/32] spl: Avoid #ifdef with CONFIG_SPL_SYS_ARGS_ADDR
` [PATCH 09/32] spl: Avoid an #ifdef when printing gd->malloc_ptr
` [PATCH 27/32] sandbox: Only read the state if we have a state file
` [PATCH 28/32] sandbox: Move the bloblist down a little in memory
` [PATCH 29/32] bloblist: Support initing from multiple places
` [PATCH 30/32] fdt: Allow the devicetree to come from a bloblist
` [PATCH 31/32] command: Include a required header in command.h
` [PATCH 32/32] pci: serial: Support reading PCI-register size with base

[PATCH v4 0/8] cmd: gpt: GPT manipulation improvements
 2023-08-31 16:51 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] cmd: gpt: Remove confusing help text
  ` [PATCH v5 2/8] doc: Add gpt command documentation
  ` [PATCH v5 3/8] tests: gpt: Remove test order dependency
  ` [PATCH v5 4/8] cmd: gpt: Add gpt_partition_bootable variable
  ` [PATCH v5 5/8] cmd: gpt: Add command to set bootable flags
  ` [PATCH v5 6/8] cmd: gpt: Preserve type GUID if enabled
  ` [PATCH v5 7/8] cmd: gpt: Preserve bootable flag
  ` [PATCH v5 8/8] cmd: gpt: Add command to swap partition order

[PATCH] net: wget: Avoid packet queue overflow
 2023-08-31 16:27 UTC  (3+ messages)

[PATCH] fwu: Initialize global fwu library state during CI test
 2023-08-31 16:26 UTC  (2+ messages)

[PATCH] tools: image-host: print error messages to stderr
 2023-08-31 16:26 UTC  (2+ messages)

[PATCH v2 1/5] drivers/mtd/nvmxip: Trigger post bind as probe on driver level
 2023-08-31 16:26 UTC  (10+ messages)
` [PATCH v2 2/5] drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems
` [PATCH v2 3/5] drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems
` [PATCH v2 4/5] drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test
` [PATCH v2 5/5] configs: sandbox: Enable NVMXIP QSPI driver

[PATCH v1] serial-uclass: reset gd->cur_serial_dev to NULL if serial not found
 2023-08-31 16:26 UTC  (2+ messages)

[PATCH] pci: pcie-brcmstb: do not rely on CLKREQ# signal
 2023-08-31 16:26 UTC  (2+ messages)

[PATCH] pci: pcie-brcmstb: bring over some robustness improvements from Linux
 2023-08-31 16:26 UTC  (2+ messages)

[PATCH] imx: hab: Use CONFIG_SPL_LOAD_FIT_ADDRESS in the CSF example
 2023-08-31 16:15 UTC  (2+ messages)

[PATCH v2] tools: ensure zeroed padding in external FIT images
 2023-08-31 15:37 UTC  (6+ messages)

[RFC] make sandbox UT more generic
 2023-08-31 15:04 UTC  (4+ messages)

[PATCH] imx: hab: Use size parameter
 2023-08-31 14:57 UTC 

[PATCH 1/2] ARM: imx: Use default SAVED_DRAM_TIMING_BASE on Data Modul i.MX8M Mini eDM SBC
 2023-08-31 14:41 UTC  (2+ messages)
` [PATCH 2/2] ARM: imx: Use default SAVED_DRAM_TIMING_BASE on Data Modul i.MX8M Plus "

[PATCH] ARM: imx: Use default SAVED_DRAM_TIMING_BASE on DH i.MX8M Plus DHCOM
 2023-08-31 14:41 UTC 

[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
 2023-08-31 14:35 UTC  (6+ messages)
` [PATCH v2 2/2] armv8: Disable SYS_DCACHE_OFF & SYS_ICACHE_OFF for ARM64

[PATCH v2] arm64: zynqmp: Add output-enable pins to SOMs
 2023-08-31 14:27 UTC 

[PATCH v2 00/19] Kconfig: Tidy up some options
 2023-08-31 14:18 UTC  (30+ messages)
` [PATCH v2 01/19] lib: rational: Move the Kconfigs into the correct place
` [PATCH v2 02/19] Kconfig: Move API into general setup
` [PATCH v2 03/19] video: Hide the BMP options
` [PATCH v2 04/19] video: Move BMP options and code to video directory
` [PATCH v2 05/19] net: Move SYS_RX_ETH_BUFFER into the network menu
` [PATCH v2 06/19] FWU: Avoid showing an unselectable menu option
` [PATCH v2 07/19] test: Move POST under a renamed Testing section
` [PATCH v2 08/19] boot: Move fdt_support to boot/
` [PATCH v2 09/19] Move fdt_simplefb "
` [PATCH v2 10/19] boot: Move some other fdt-fixup options to the same menu
` [PATCH v2 11/19] boot: Rename Android-boot text
` [PATCH v2 12/19] Kconfig: Create a menu for FIT
` [PATCH v2 13/19] Kconfig: Move SPL_FIT under FIT
` [PATCH v2 14/19] spl: Tidy up load address in spl_ram
` [PATCH v2 15/19] boot: Make standard boot a menu
` [PATCH v2 16/19] Kconfig: Move TEXT_BASE et al under general setup
` [PATCH v2 17/19] Mark DISTRO_DEFAULTS as deprecated
` [PATCH v2 18/19] boot: Join FDT_FIXUP_PARTITIONS with related options
` [PATCH v2 19/19] boot: Join ARCH_FIXUP_FDT_MEMORY "

[PATCH v2] mach-imx: bootaux: fix building with disabled bootelf
 2023-08-31 14:03 UTC 

[PATCH] mach-imx: bootaux: fix building with disabled bootelf
 2023-08-31 13:56 UTC  (5+ messages)

[PATCH v1 1/1] arch/arm/dts/zynqmp-sck-kr-g-revB.dts: add output-enable pins
 2023-08-31 13:30 UTC  (3+ messages)

[RFC PATCH 0/5] Allow for removal of DT nodes and properties
 2023-08-31 13:28 UTC  (18+ messages)
` [RFC PATCH 5/5] doc: Add a document for non-compliant DT node/property removal

[PATCH v1 0/4] J721E DTS Sync with Kernel v6.5-rc1
 2023-08-31 13:16 UTC  (11+ messages)
` [PATCH v1 2/4] arm: dts: k3-j721e: Sync with v6.5-rc1

[PATCH v2 1/2] Reland "x86: Move FACP table into separate functions""
 2023-08-31 12:47 UTC  (3+ messages)
` [PATCH v2 2/2] x86: Prevent from missing the FADT chaining

[PATCH] Add support for more XMC series
 2023-08-31  5:48 UTC  (3+ messages)

[PATCH v2 0/3] arm64: versal: Enable CMD_KASLR and TPM
 2023-08-31  3:26 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: versal: Enable TPM for xilinx platforms
` [PATCH v2 2/3] arm64: versal: Enable sha1sum command
` [PATCH v2 3/3] arm64: versal: Enable the config CMD_KASLRSEED

[PATCH 0/3] arm64: versal-net: Enable CMD_KASLR and TPM
 2023-08-31  3:16 UTC  (4+ messages)
` [PATCH 1/3] arm64: versal-net: Enable TPM for xilinx platforms
` [PATCH 2/3] arm64: versal-net: Enable sha1sum command
` [PATCH 3/3] arm64: versal-net: Enable the config CMD_KASLRSEED

[PATCH v3 1/2] schemas: Add a schema for memory map
 2023-08-31 12:28 UTC  (9+ messages)

[PATCH 0/3] pinctrl: zynqmp: Add tri-state configuration support
 2023-08-31 12:14 UTC  (2+ messages)

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-08-31 10:25 UTC  (4+ messages)

[PATCH 0/6] Attempt to enforce standard extensions for build output
 2023-08-31 10:20 UTC  (4+ messages)

[PATCH] am33xx: ignore return value from usb_ether_init()
 2023-08-31 10:15 UTC  (2+ messages)

[PATCH v2 0/4] arm: qemu: Enable Bochs, console buffering, USB keyboard
 2023-08-31  9:57 UTC  (8+ messages)
` [PATCH v2 4/4] doc: qemu: arm: Add a section on booting Linux distros

[PATCH] test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True
 2023-08-31  8:11 UTC  (2+ messages)

[PATCH v2] fpga: define dummy fpga_load function for debug build
 2023-08-31  7:52 UTC 

[PATCH v2 1/2] dm: core: ofnode: Add ofnode_read_bootscript_flash()
 2023-08-31  7:04 UTC  (2+ messages)
` [PATCH v2 2/2] xilinx: board: Add support to pick bootscr flash offset/size from DT

[PATCH v5 1/2] dm: core: ofnode: Add ofnode_read_bootscript_address()
 2023-08-31  6:59 UTC  (2+ messages)
` [PATCH v5 2/2] xilinx: board: Add support to pick bootscr address from DT

[PATCH] fpga: define dummy fpga_load function for debug build
 2023-08-31  6:33 UTC  (4+ messages)

[PATCH 00/19] Kconfig: Tidy up some options
 2023-08-31  6:12 UTC  (7+ messages)
` [PATCH 04/19] video: Move BMP options and code to video directory
` [PATCH 08/19] boot: Move fdt_support to boot/
` [PATCH 09/19] Move fdt_simplefb "

[RFC PATCH 0/9] Universal Payload initial series
 2023-08-31  3:58 UTC  (11+ messages)
` [RFC PATCH 1/9] upl: Add support for reading a upl handoff
` [RFC PATCH 2/9] upl: Add support for writing "
` [RFC PATCH 3/9] upl: Add basic tests
` [RFC PATCH 4/9] upl: Add a command
` [RFC PATCH 5/9] upl: Add support for Universal Payload in SPL
` [RFC PATCH 6/9] spl: Plumb in the Universal Payload handoff
` [RFC PATCH 7/9] Plumb in universal payload to the init process
` [RFC PATCH 8/9] sandbox_vpl: Enable Universal Payload
` [RFC PATCH 9/9] upl: Add initial documentation

[RFX PATCH 0/9] Universal Payload initial series
 2023-08-31  3:50 UTC  (2+ messages)

[RFC PATCH 0/2] Allow defconfigs defined from fragments
 2023-08-31  2:49 UTC  (9+ messages)
` [RFC PATCH 1/2] Makefile: Run defconfig files through the C preprocessor
` [RFC PATCH 2/2] configs: Add am62x_beagleplay_* defconfigs

[PATCH v5 00/13] Add video damage tracking
 2023-08-31  2:49 UTC  (38+ messages)
` [PATCH v5 04/13] dm: video: Add damage tracking API
` [PATCH v5 10/13] video: Only dcache flush damaged lines
` [PATCH v5 11/13] video: Use VIDEO_DAMAGE for VIDEO_COPY

[PATCH v2] spl: bootstage: move bootstage_stash before jumping to image
 2023-08-31  2:49 UTC  (4+ messages)

[PATCH v5 1/4] Add reserved-memory
 2023-08-30 23:17 UTC  (4+ messages)
` [PATCH v5 2/4] Bring in some other reserved-memory files
` [PATCH v5 3/4] schemas: Add some common reserved-memory usages
` [PATCH v5 4/4] memory: Add ECC properties

[PATCH 0/5] board: xilinx: zyqmp: add Beckhoff CX8200
 2023-08-30 19:52 UTC  (8+ messages)
` [PATCH 1/5] drivers: rtc: add rv3032 driver
` [PATCH 2/5] drivers/usb/dwc3: zynqmp: only free reset gpio if we have one
` [PATCH 3/5] xilinx: zynqmp: move fdt_addr so we can use devices with less memory
` [PATCH 4/5] xilinx: zynqmp: add Beckhoff CX8200
` [PATCH 5/5] xilinx: zynqmp: beckhoff cx8200: setup inner cache broadcasting


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