U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-22 14:36:37 to 2024-06-24 19:08:35 UTC [more...]

[PATCH] doc: fit: Make data-size a conditionally mandatory property
 2024-06-24 17:00 UTC 

[PATCH 00/14] testb: Various tweaks and fixes for Labgrid
 2024-06-24 18:29 UTC  (19+ messages)
` [PATCH 01/14] trace: Update test to tolerate different trace-cmd version
` [PATCH 02/14] dm: core: Enhance comments on bind_drivers_pass()
` [PATCH 03/14] initcall: Correct use of relocation offset
` [PATCH 04/14] am33xx: Provide a function to set up the debug UART
` [PATCH 05/14] sunxi: Mark scp as optional
` [PATCH 06/14] google: Disable TPMv2 on most Chromebooks
` [PATCH 07/14] meson: Correct driver declaration for meson_axg_gpio
` [PATCH 08/14] test: Make bootstd init run only on sandbox
` [PATCH 09/14] log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set
` [PATCH 10/14] test: dm: Show failing driver name
` [PATCH 11/14] test: Decode exceptions only with sandbox
` [PATCH 12/14] test: Check help output
` [PATCH 13/14] Update u-boot.cfg to include CFG also
` [PATCH 14/14] smbios: Correct error handling when writing tables

[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
 2024-06-24 18:13 UTC  (25+ messages)
` [PATCH v3 01/19] test: Allow signaling that U-Boot is ready
` [PATCH v3 02/19] test: Use a constant for the test timeout
` [PATCH v3 03/19] test: Pass stderr to stdout
` [PATCH v3 04/19] test: Release board after tests complete
` [PATCH v3 05/19] test: Allow connecting to a running board
` [PATCH v3 06/19] test: Avoid failing skipped tests
` [PATCH v3 07/19] test: Create a common function to get the config
` [PATCH v3 08/19] test: Introduce the concept of a role
` [PATCH v3 09/19] test: Move the receive code into a function
` [PATCH v3 10/19] test: Separate out the exception handling
` [PATCH v3 11/19] test: Detect dead connections
` [PATCH v3 12/19] test: Tidy up remaining exceptions
` [PATCH v3 13/19] test: Introduce lab mode
` [PATCH v3 14/19] test: Improve handling of sending commands
` [PATCH v3 15/19] test: Fix mulptiplex_log typo
` [PATCH v3 16/19] test: Avoid double echo when starting up
` [PATCH v3 17/19] test: Try to shut down the lab console gracefully
` [PATCH v3 18/19] test: Add a section for closing the connection
` [PATCH v3 19/19] CI: Allow running tests on sjg lab

[PATCH v2 2/9] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
 2024-06-24 17:28 UTC  (13+ messages)

[PATCH v2 0/8] Enable QoS for DSS on J7 family of TI SoCs
 2024-06-24 16:38 UTC  (2+ messages)

[PATCH v3 0/6] Add Binman code-coverage test to CI
 2024-06-24 15:49 UTC  (9+ messages)
` [PATCH v3 1/6] buildman: Add python3-coverage
` [PATCH v3 2/6] buildman: Add python3-pycryptodome
` [PATCH v3 3/6] buildman: Fix a few typos in toolchain code
` [PATCH v3 4/6] buildman: Always use the full path in CROSS_COMPILE
` [PATCH v3 5/6] u_boot_pylib: Use correct coverage tool within venv
` [PATCH v3 6/6] CI: Run code-coverage test for Binman

[PULL] u-boot-usb/master
 2024-06-24 15:49 UTC  (2+ messages)

Pull request doc-2024-07-rc5-2
 2024-06-24 15:49 UTC  (2+ messages)

[PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code
 2024-06-24 15:47 UTC  (4+ messages)
` [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

[PATCH v2 0/5] usb: meson: switch to set_mode callback and other cleanup
 2024-06-24 12:12 UTC  (3+ messages)

[PATCH] usb: dwc3: respect role-switch-default-mode
 2024-06-24 12:04 UTC  (4+ messages)

[PATCH] ARM: imx: Enable SPL DTO application support for i.MX8MP DHCOM PDK2
 2024-06-24 13:41 UTC  (2+ messages)

[PATCH] imx8mp-venice-gw702x: Drop EQos clock workaround
 2024-06-24 13:40 UTC  (4+ messages)

[PATCH] dt-bindings: imx: Drop redundant imports with dts/upstream
 2024-06-24 13:39 UTC  (2+ messages)

[PATCH] arm: fsl: imx6ulz_bsh_smm_m2: Migrate to OF_UPSTREAM
 2024-06-24 13:38 UTC  (2+ messages)

[PATCH] arm: fsl: imx8mn_bsh_smm_s2: Migrate to OF_UPSTREAM
 2024-06-24 13:37 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20240624
 2024-06-24 13:35 UTC 

[PATCH 2/3] rockchip: fix wrong PCI range address in rk3568 dtsi
 2024-06-24 13:15 UTC  (2+ messages)

[PATCH 1/3] net: give a different name to rtl8169 interfaces
 2024-06-24 13:08 UTC  (2+ messages)

[PATCH v2] mach-snapdragon: move default environment to a file
 2024-06-24 12:55 UTC  (2+ messages)

[PATCH v2] spmi: msm: demote to debug()
 2024-06-24 12:54 UTC  (2+ messages)

[PATCH 3/3] net: RTL-8125B -- write mac to MAC0_BKP
 2024-06-24 12:40 UTC 

[PATCH 0/3] Improve networking support on FriendlyElec Nanopi R5C
 2024-06-24 12:40 UTC 

[PATCH] sandbox: Fix LTO to work with STACKPROTECTOR
 2024-06-24  9:29 UTC 

[PATCH] imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
 2024-06-24  8:20 UTC  (2+ messages)

File renaming problem with systemd-boot after u-boot
 2024-06-24  7:49 UTC 

[PATCH v4 00/14] Introduce the lwIP network stack
 2024-06-24  8:52 UTC  (8+ messages)
` [PATCH v4 10/14] net-lwip: add wget command

Pull request for tpm-master-24062024
 2024-06-24 12:29 UTC 

[PATCH] imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
 2024-06-24 12:09 UTC  (2+ messages)

[PATCH] board: sifive: unmatched: remove extra space in fdtfile value
 2024-06-24  9:46 UTC 

[PATCH v1 0/3] Meson: R/W support for pages used by boot ROM
 2024-06-24  9:14 UTC  (6+ messages)
` [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag

[PATCH v3 0/7] efi: CapsuleUpdate: support for dynamic UUIDs
 2024-06-24  9:14 UTC  (8+ messages)

[PATCH v4 00/16] Bug-fixes for a few boards
 2024-06-24  8:52 UTC  (21+ messages)
` [PATCH v4 01/16] mkeficapsule: Add a --version argument
` [PATCH v4 02/16] binman: Collect the version number for mkeficapsule
` [PATCH v4 03/16] binman: Deal with mkeficapsule being missing
` [PATCH v4 04/16] binman: Return failure when a usage() message is generated
` [PATCH v4 05/16] binman: Keep the efi_capsule input file
` [PATCH v4 06/16] nvidia: nyan-big: Disable debug UART
` [PATCH v4 07/16] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
` [PATCH v4 08/16] x86: Set a board-size limit for chromebook_link
` [PATCH v4 09/16] rockchip: veyron: Add logging for power init
` [PATCH v4 10/16] power: regulator: Handle autoset in regulators_enable_boot_on()
` [PATCH v4 11/16] fdt: Correct condition for bloblist existing
` [PATCH v4 12/16] spl: Allow ATF to work when dcache is disabled
` [PATCH v4 13/16] rockchip: Ensure memory size is available in RK3399 SPL
` [PATCH v4 14/16] rockchip: Avoid #ifdefs "
` [PATCH v4 15/16] rockchip: bob: kevin: Disable dcache in SPL
` [PATCH v4 16/16] Drop the special am335x_boneblack_vboot target

[RESEND PATCH v2 0/5] net: dwc_eth_qos: Add glue driver for Intel MAC
 2024-06-24  8:34 UTC  (6+ messages)
` [RESEND PATCH v2 1/5] x86: provide mb() macro
` [RESEND PATCH v2 2/5] net: dwc_eth_qos: Fix header to be self-contained
` [RESEND PATCH v2 3/5] net: dwc_eth_qos: Adapt probe() for PCI devices
` [RESEND PATCH v2 4/5] net: dwc_eth_qos: Implement bind() "
` [RESEND PATCH v2 5/5] net: dwc_eth_qos: Add glue driver for Intel MAC

[PATCH] spmi: msm: correct mac_channels for v5 controllers
 2024-06-24  8:18 UTC  (2+ messages)

[PATCH 1/7] m68k: Implement a default flush_dcache_all
 2024-06-24  7:37 UTC  (2+ messages)
` Acked

[PATCH v1 0/7] Add Starfive JH7110 Cadence USB driver
 2024-06-24  5:38 UTC  (7+ messages)

[RFC] rockchip: add support for Radxa ROCK Pi E v3.0 which uses DDR4 SDRAM
 2024-06-23 22:12 UTC  (7+ messages)

[PATCH v2 0/8] The great TCG deduplication saga
 2024-06-24  4:43 UTC  (13+ messages)
` [PATCH v2 1/8] tpm: fix the return code, if the eventlog buffer is full
` [PATCH v2 2/8] efi_loader: fix the return values on efi_tcg
` [PATCH v2 3/8] efi_loader: remove unused TCG algo definitions
` [PATCH v2 4/8] tpm: Move TCG headers into a separate file
` [PATCH v2 5/8] tpm: Move TCG functions "
` [PATCH v2 6/8] efi_loader: remove unneeded header files
` [PATCH v2 7/8] tpm: Untangle tpm2_get_pcr_info()
` [PATCH v2 8/8] tpm: allow the user to select the compiled algorithms

[PATCH v2 00/14] Tools updates for Labgrid
 2024-06-23 17:55 UTC  (15+ messages)
` [PATCH v2 01/14] binman: efi: Correct entry docs
` [PATCH v2 02/14] binman: Regenerate nxp docs
` [PATCH v2 03/14] binman: ti: Regenerate entry docs
` [PATCH v2 04/14] binman: Update the entrydocs header
` [PATCH v2 05/14] binman: Support an assumed size for missing binaries
` [PATCH v2 06/14] binman: Make Intel ME default to position 0x1000
` [PATCH v2 07/14] x86: Set up some assumed sizes for binary blobs
` [PATCH v2 08/14] buildman: Make mrproper an argument to _reconfigure()
` [PATCH v2 09/14] buildman: Make mrproper an argument to _config_and_build()
` [PATCH v2 10/14] buildman: Make mrproper an argument to run_commit()
` [PATCH v2 11/14] buildman: Avoid rebuilding when --mrproper is used
` [PATCH v2 12/14] buildman: Add a flag to force mrproper on failure
` [PATCH v2 13/14] buildman: Retry the build for current source
` [PATCH v2 14/14] buildman: Add a way to limit the number of buildmans

[PATCH] Fix Kconfig coding style from spaces to tab
 2024-06-23 17:40 UTC 

[U-BOOT-TEST][PATCH 1/1] travis-ci: SiFive Unleashed: avoid format warning
 2024-06-23 10:58 UTC 

[PATCH] configs: am64x_evm_a53_defconfig: Enable I2C GPIO drivers
 2024-06-23  7:41 UTC 

[PATCH] eth: asix88179: reset during probe
 2024-06-23  4:34 UTC  (2+ messages)

[PATCH 0/2] usb: dwc2: Refactor and update USB DWC2 driver
 2024-06-22 23:14 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc2: Extract USB DWC2 register definitions

[PATCH] board: mpfs_icicle: change maintainer to Conor
 2024-06-22 20:18 UTC 

[PATCH] phy: rockchip: inno-hdmi: Fix missing readl base addr
 2024-06-22 18:21 UTC 

[PATCH 0/7] The great TCG deduplication saga
 2024-06-22 18:02 UTC  (20+ messages)
` [PATCH 1/7] tpm: fix the return code, if the eventlog buffer is full
` [PATCH 2/7] efi_loader: fix the return values on efi_tcg
` [PATCH 3/7] efi_loader: remove duplicate TCG algo definitions
` [PATCH 4/7] tpm: Move TCG into a separate library
` [PATCH 5/7] efi_loader: remove unneeded header files
` [PATCH 6/7] tpm: Untangle tpm2_get_pcr_info()
` [PATCH 7/7] tpm: allow the user to select the compiled algorithms

[PATCH] efi_loader: adjust config options for capsule updates
 2024-06-22 16:38 UTC  (3+ messages)

[PATCH 1/1] efi_selftest: can't have measured device-tree with kaslr-seed
 2024-06-22 15:02 UTC  (4+ messages)

[PATCH 1/2] tpm: Fix return code, if the eventlog buffer is full
 2024-06-22 14:37 UTC  (3+ messages)


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