public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-29 14:09:57 to 2023-08-31 03:55:32 UTC [more...]

[PATCH v2 00/19] Kconfig: Tidy up some options
 2023-08-31  3:53 UTC  (13+ 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

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

[PATCH v2] cmd: dm: allow for selecting uclass and device
 2023-08-31  3:48 UTC  (2+ messages)

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

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

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

[RFC PATCH 0/2] Allow defconfigs defined from fragments
 2023-08-31  2:49 UTC  (10+ 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] driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers
 2023-08-31  2:49 UTC  (2+ messages)

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

[PATCH v2 0/4] Populate kaslr seed with TPM
 2023-08-31  2:49 UTC  (6+ 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] am33xx: ignore return value from usb_ether_init()
 2023-08-31  2:49 UTC 

[RFC] make sandbox UT more generic
 2023-08-31  2:49 UTC  (2+ messages)

[PATCH] fpga: define dummy fpga_load function for debug build
 2023-08-31  2:21 UTC  (3+ messages)

[RFC PATCH 0/9] Universal Payload initial series
 2023-08-30 23:29 UTC  (10+ 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

[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 00/32] spl: Preparation for Universal Payload
 2023-08-30 21:42 UTC  (50+ messages)
` [PATCH 01/32] dm: core: support reading a single indexed u64 value
` [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 06/32] spl: Drop #ifdefs for BOARD_INIT and watchdog
` [PATCH 07/32] spl: Avoid #ifdef with CONFIG_SPL_SYS_ARGS_ADDR
` [PATCH 08/32] spl: Drop the switch() statement for OS selection
` [PATCH 09/32] spl: Avoid an #ifdef when printing gd->malloc_ptr
` [PATCH 10/32] spl: Remove #ifdefs with BOOTSTAGE
` [PATCH 11/32] spl: Rename spl_load_fit_image() to load_simple_fit()
` [PATCH 12/32] spl: Move the full FIT code to spl_fit.c
` [PATCH 13/32] spl: Use the correct FIT_..._PROP constants
` [PATCH 14/32] spl: Move bloblist writing until the image is known
` [PATCH 15/32] dm: core: Reverse the argument order in ofnode_copy_props()
` [PATCH 16/32] dm: core: Ensure we run flattree tests on ofnode
` [PATCH 17/32] dm: core: Tidy up comments in the ofnode tests
` [PATCH 18/32] dm: core: Add a function to create an empty tree
` [PATCH 19/32] dm: core: Add a way to copy a node
` [PATCH 20/32] dm: core: Add a way to delete "
` [PATCH 21/32] dm: core: Add a way to convert a devicetree to a dtb
` [PATCH 22/32] dm: core: Support writing a boolean
` [PATCH 23/32] dm: core: Support writing a 64-bit value
` [PATCH 24/32] dm: core: Add tests for oftree_path()
` [PATCH 25/32] sandbox: Move reading the RAM buffer into a better place
` [PATCH 26/32] sandbox: Init the EC properly even if no state file is available
` [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 v3 1/2] schemas: Add a schema for memory map
 2023-08-30 21:10 UTC  (9+ messages)

[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

[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
 2023-08-30 18:52 UTC  (5+ messages)
` [PATCH v2 1/2] arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled
` [PATCH v2 2/2] armv8: Disable SYS_DCACHE_OFF & SYS_ICACHE_OFF for ARM64

[PATCH] test/py: tpm2: skip tpm2_startup when env__tpm_device_test_skip=True
 2023-08-30 16:36 UTC 

[PATCH] ARM: dts: am335x-pocketbeagle: choose tick-timer
 2023-08-30 15:25 UTC 

[PATCH] usb: host: ohci-generic: Make usage of clock/reset bulk() API
 2023-08-30 15:18 UTC  (2+ messages)

[PATCH] usb: host: ehci-generic: check for companion controller
 2023-08-30 15:12 UTC  (2+ messages)

[PULL next] u-boot-at91-2023.10-a
 2023-08-30 14:45 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: add SPI1 pinmuxes for f1c100s
 2023-08-30  9:18 UTC  (3+ messages)

[PATCH v2] clk: Dont return error when assigned-clocks is empty or missing
 2023-08-30  8:31 UTC 

[PATCH v2 0/5] at91: sam9x60-curiosity: Misc improvements
 2023-08-30  8:07 UTC  (2+ messages)

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

[PATCH v1 1/1] arch/arm/dts/zynqmp-sck-kr-g-revB.dts: add output-enable pins
 2023-08-30  6:57 UTC 

[PATCH v11 00/15] Integrate EFI capsule tasks into U-Boot's build flow
 2023-08-30  0:30 UTC  (3+ messages)

[PATCH v4 1/4] Add reserved-memory
 2023-08-29 21:37 UTC  (6+ messages)
` [PATCH v4 2/4] Bring in other reserved-memory files
` [PATCH v4 3/4] schemas: Add a schema for memory map
` [PATCH v4 4/4] memory: Add ECC property

[PATCH v1] CI: Add jsonschema python module
 2023-08-29 21:03 UTC  (4+ messages)

[PATCH 1/4] fdt: common API to populate kaslr seed
 2023-08-29 20:32 UTC  (9+ messages)
` [PATCH 2/4] fdt: kaslr seed from tpm entropy
` [PATCH 3/4] cmd: kaslrseed: Use common API to fixup FDT
` [PATCH 4/4] dm: core: Modify default for OFNODE_MULTI_TREE
` [PATCH v2 0/4] Populate kaslr seed with TPM
` [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] arm: mach-apple: Move M1/M2 specifics into a separate folder
 2023-08-29 19:13 UTC  (3+ messages)

Config fragments
 2023-08-29 19:11 UTC  (5+ messages)

[PATCH] sunxi: psci: remove redundant initialization from psci_arch_init
 2023-08-29 14:34 UTC  (7+ messages)

[PATCH] arm: kirkwood: Add support for ZyXEL NSA325 board
 2023-08-29 17:06 UTC  (2+ messages)

[PATCH 1/1] doc: describe Kconfig fragments
 2023-08-29 16:47 UTC  (3+ messages)

[PATCH] spl: bootstage: move bootstage_stash before jumping to image
 2023-08-29 16:38 UTC  (4+ messages)

[PATCH 0/6] Attempt to enforce standard extensions for build output
 2023-08-29 16:28 UTC  (7+ messages)
` [PATCH 6/6] stm32mp15: Use u-boot-spl-stm32.bin instead of u-boot-spl.stm32

[PATCH] configs: stm32f769-disco: Enable VIDEO_LOGO flag
 2023-08-29 15:24 UTC  (2+ messages)

[PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272
 2023-08-29 15:22 UTC  (6+ messages)
` [PATCH 2/3] board: stm32f746-disco: refactor the display of the ST logo
` [PATCH 3/3] Remove the hardcoded ST logo no longer in use

[PATCH] clk: Dont return error when assigned-clocks is empty or missing
 2023-08-29 15:15 UTC  (7+ messages)

[U-BOOT TEST HOOKS PATCH] travis-ci: Do not run TPM tests on Versal QEMU target
 2023-08-29 14:14 UTC  (2+ messages)

[PATCH] spl: crypto: fix including SHA* object files in SPL
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH 1/4] Azure: Set the timeout for jobs to the maximum
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH] bootstd: Adjust the default bootmeth order
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH] boot: Fix reference to bootmenu doc
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH 1/2] imx: Drop unneeded phandle in FIT template
 2023-08-29 14:09 UTC  (4+ messages)
` [PATCH 2/2] Revert "binman: Add a temporary hack for duplicate phandles"

[PATCH 1/1] MAINTAINERS: remove Wolfgang Denk
 2023-08-29 14:09 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