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

[PATCH 00/32] spl: Preparation for Universal Payload
 2023-08-30 18:04 UTC  (27+ messages)
` [PATCH 01/32] dm: core: support reading a single indexed u64 value
` [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 v2 0/1] meson: Demonstration of using binman to produce the image
 2023-08-30 17:53 UTC 

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

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

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

[RFC PATCH 0/5] Allow for removal of DT nodes and properties
 2023-08-30 14:22 UTC  (19+ messages)
` [RFC PATCH 1/5] dt: Provide a way to remove non-compliant "
` [RFC PATCH 5/5] doc: Add a document for non-compliant DT node/property removal

[PATCH] driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers
 2023-08-30 11:32 UTC 

[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  (6+ 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 v2] spl: bootstage: move bootstage_stash before jumping to image
 2023-08-30  5:10 UTC  (3+ messages)

[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 v3 1/2] schemas: Add a schema for memory map
 2023-08-29 21:32 UTC  (8+ messages)

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

[PATCH v2 0/4] Populate kaslr seed with TPM
 2023-08-29 20:37 UTC  (5+ 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 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  (3+ 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  (10+ 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)

[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
 2023-08-29 14:56 UTC  (3+ messages)
` [PATCH v2 1/2] arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled

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

[PATCH] Revert "arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee"
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH] configs: set CONFIG_LMB_MAX_REGIONS=64 for MT7988 boards
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH] configs: Enable CONFIG_DM_SCSI in am57xx_hs_evm_usb
 2023-08-29 14:09 UTC  (2+ messages)

[PATCH] arm: dts: mediatek: convert gmac link mode to 2500base-x for r3
 2023-08-29 14:09 UTC  (2+ messages)

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

[PATCH] fpga: define dummy fpga_load function for debug build
 2023-08-29 11:10 UTC  (2+ messages)

[PATCH v2 0/6] DTS Sync from v6.5-rc1 to u-boot
 2023-08-29 10:38 UTC  (4+ messages)
` [PATCH v2 5/6] docs: ti: j721s2_evm: Create documentation from J7200 docs

[PATCH v3 0/9] New boards support: db845c and qcs404-evb
 2023-08-29 10:24 UTC  (8+ messages)
` [PATCH v3 5/9] board: qualcomm: Add support for dragonboard845c

[PATCH v5 00/13] Add video damage tracking
 2023-08-29  9:19 UTC  (18+ messages)

[PATCH] arm: kirkwood: Pogo v4: Enable LTO
 2023-08-29  8:41 UTC  (2+ messages)

[PATCH v1 0/2] doc: board: toradex: documentation update
 2023-08-29  7:59 UTC  (5+ messages)
` [PATCH v1 1/2] doc: board: toradex: minor "
` [PATCH v1 2/2] doc: board: toradex: verdin-am62: document update u-boot wrapper

[PATCH v1] include: configs: verdin-am62: drop unused sdram address
 2023-08-29  7:43 UTC  (2+ messages)

[PATCH 1/1] Watchdog: Support WDIOF_CARDRESET on TI AM65x platform
 2023-08-29  3:46 UTC 

Does u-boot support env for spi nand flash?
 2023-08-29  6:24 UTC 

[PATCH v2] spl: watchdog: introduce SPL_HW_WATCHDOG
 2023-08-29  6:35 UTC  (5+ messages)

[PATCH] spi: cadence_qspi: Select flash subnode at runtime
 2023-08-29  4:21 UTC 

[PATCH] spl: add __noreturn attribute to spl_invoke_opensbi function
 2023-08-29  1:20 UTC 

[PATCH RESEND v3] fpga: add inline stub for fpga_load
 2023-08-29  0:16 UTC  (4+ messages)

[PATCH v1] board: toradex: verdin-imx8mp: enable usb device and fastboot support
 2023-08-28 22:24 UTC  (2+ messages)

[PATCH v1 0/2] verdin-am62: add u-boot update wrappers and fix check for minimum memory size
 2023-08-28 22:11 UTC  (6+ messages)
` [PATCH v1 1/2] verdin-am62: add u-boot update wrappers

[PATCH 1/1] bootstd: BOOTDEV_SPI_FLASH requires BOOTSTD
 2023-08-28 22:09 UTC  (2+ messages)

[PATCH 1/1] video: fix typo in video_sync_all documentation
 2023-08-28 22:09 UTC  (2+ messages)

[PATCH v2 0/2] doc: event: document all events
 2023-08-28 22:09 UTC  (4+ messages)
` [PATCH v2 1/2] dm: "
` [PATCH v2 2/2] doc: add events.h to documentation

[PATCH V5 00/17] board: ti: Add support for BeaglePlay
 2023-08-28 21:56 UTC  (8+ messages)
` [PATCH V5 02/17] include: configs: am62x_evm: Drop unused SDRAM address

[PATCH v2 0/7] Add support for QEMU's ramfb display
 2023-08-28 20:56 UTC  (9+ messages)
` [PATCH v2 5/7] arm: qemu: Enable ramfb by default

[PATCH v3 00/13] Fuzzing and ASAN for sandbox
 2023-08-28 19:56 UTC  (3+ messages)

[PATCH v1 0/2] clk: amlogic: a1: Add Amlogic A1 clock driver
 2023-08-28 13:37 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: clock: Add Amlogic A1 clock bindings
` [PATCH v1 2/2] clk: Add clock driver for Amlogic A1

[PATCH 1/1] cmd: gpt: fix gpt read
 2023-08-28 17:54 UTC  (2+ messages)

[PATCH 0/2] doc: event: document all events
 2023-08-28 17:54 UTC  (3+ messages)
` [PATCH 1/2] dm: "


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