U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-20 04:11:53 to 2024-12-23 14:47:52 UTC [more...]

[PATCH 00/11] Tpm exit with error when algorithm dismatches
 2024-12-23 14:47 UTC 

[PATCH v2 01/16] pinctrl: renesas: Add Kconfig symbol for conditional build of full PFC tables
 2024-12-23 13:34 UTC  (16+ messages)
` [PATCH v2 02/16] pinctrl: renesas: Minimize R8A7790 H2 "
` [PATCH v2 03/16] pinctrl: renesas: Minimize R8A7791 M2-W and R8A7793 M2-N "
` [PATCH v2 04/16] pinctrl: renesas: Minimize R8A7792 V2H "
` [PATCH v2 05/16] pinctrl: renesas: Minimize R8A7794 E2 "
` [PATCH v2 06/16] pinctrl: renesas: Minimize R8A77951 H3 "
` [PATCH v2 07/16] pinctrl: renesas: Minimize R8A77960 M3-W and R8A77961 M3-W+ "
` [PATCH v2 08/16] pinctrl: renesas: Minimize R8A77965 M3-N "
` [PATCH v2 09/16] pinctrl: renesas: Minimize R8A77970 V3M "
` [PATCH v2 10/16] pinctrl: renesas: Minimize R8A77980 V3H "
` [PATCH v2 11/16] pinctrl: renesas: Minimize R8A77990 E3 "
` [PATCH v2 12/16] pinctrl: renesas: Minimize R8A77995 D3 "
` [PATCH v2 13/16] pinctrl: renesas: Minimize R8A779A0 V3U "
` [PATCH v2 14/16] pinctrl: renesas: Minimize R8A779F0 S4 "
` [PATCH v2 15/16] pinctrl: renesas: Minimize R8A779G0 V4H "
` [PATCH v2 16/16] pinctrl: renesas: Minimize R8A779H0 V4M "

[PATCH] imx: Use per board ddrphy_trained_csr
 2024-12-23 13:22 UTC  (2+ messages)

[v2 PATCH] net: fec_mxc: add DM_FLAG_ACTIVE_DMA flag for FEC network driver
 2024-12-23 13:21 UTC  (2+ messages)

[PATCH v2] arm: dts: imx8mp-venice-gw7*xx: fix TPM reset
 2024-12-23 13:21 UTC  (2+ messages)

[PATCH] imx8m*-venice: define suitable address for SPL_LOAD_FIT_ADDRESS
 2024-12-23 13:20 UTC  (2+ messages)

[PATCH 1/2] drivers: misc: gsc: add support for fan controller
 2024-12-23 13:19 UTC  (2+ messages)

[PATCH] spi: mxc_spi: use proper clock for SPI bus
 2024-12-23 13:19 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20241223
 2024-12-23 13:16 UTC 

[PATCH v1] mtd: rawnand: meson: always use OOB bytes during write
 2024-12-23 12:57 UTC  (2+ messages)

[PATCH v2 00/17] imx: add i.MX95 support
 2024-12-23 12:01 UTC  (9+ messages)
` [PATCH v2 07/17] clk: scmi: check the clock state/parent/rate control permissions
` [PATCH v2 14/17] binman: add a new entry type for packing DDR PHY firmware images
` [PATCH v2 16/17] imx95_evk: add i.MX95 19x19 EVK board basic support

[PATCH] crypto: fsl_hash: fixup alignment if necessary
 2024-12-23 11:20 UTC  (2+ messages)

[PATCH v15 00/11] net: tcp: improve tcp support in legacy stack
 2024-12-23 10:58 UTC  (12+ messages)
` [PATCH v15 01/11] net/tcp: fix TCP options processing
` [PATCH v15 02/11] net/tcp: fix selective acknowledge
` [PATCH v15 03/11] net/tcp: put connection specific data into a tcp_stream structure
` [PATCH v15 04/11] net/tcp: add connection info to "
` [PATCH v15 05/11] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [PATCH v15 06/11] net/tcp: improve tcp framework, use better state machine
` [PATCH v15 07/11] test/cmd/wget: fix the test
` [PATCH v15 08/11] test/cmd/wget: replace bogus response with an actual response from the HTTP server
` [PATCH v15 09/11] net/tcp: simplify tcp header filling code
` [PATCH v15 10/11] net/tcp: define a fallback value for rcv_wnd size
` [PATCH v15 11/11] net/net: fix include ordering

[PATCH RFC 0/8] Introduce J742S2 SoC and EVM
 2024-12-23  9:32 UTC  (12+ messages)
` [PATCH RFC 2/8] arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binaries
` [PATCH RFC 4/8] soc: Add information to identify the J742S2 SoC family
` [PATCH RFC 5/8] arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
` [PATCH RFC 8/8] configs: Introduce configs for J742S2

[PATCH v1 0/7] Bring support for Xiaomi Mi Pad 1 (Tegra K1)
 2024-12-23  7:06 UTC  (8+ messages)
` [PATCH v1 1/7] pinctrl: tegra: add Tegra K1 support
` [PATCH v1 2/7] video: tegra20: dc: dsi: add Tegra K1 compatible
` [PATCH v1 3/7] video: tegra20: mipi: add Tegra K1 support
` [PATCH v1 4/7] video: add TI LP855x backlight driver
` [PATCH v1 5/7] video: panel: add Sharp LQ079L1SX01 MIPI DSI panel driver
` [PATCH v1 6/7] ARM: tegra124: implement BCT patching
` [PATCH v1 7/7] board: xiaomi: mocha: add Xiaomi Mi Pad A0101 support

[PATCH 0/6] Rework the BLK symbol usage in Kconfig
 2024-12-22 23:49 UTC  (9+ messages)
` [PATCH 1/6] drivers/mmc/Kconfig: Remove extraneous BLK dependencies
` [PATCH 2/6] drivers/mmc/Kconfig: Make DM_MMC a hidden symbol
` [PATCH 3/6] efi_loader: Depend on BLK
` [PATCH 4/6] blk: Make block subsystems select BLK
` [PATCH 5/6] mtd: Correct dependency of BLK
` [PATCH 6/6] block: Remove "select BLK" from non-block drivers

[PATCH v4 00/19] vbe: Series part E
 2024-12-22 23:47 UTC  (3+ messages)
  ` [PATCH v4 01/19] spl: mmc: Avoid size growth in spl_mmc_find_device() debug

[PULL] u-boot-sh/master
 2024-12-22 22:44 UTC 

Correct Default SPL_SIZE_LIMIT for Cyclone/Arria V (SOCFPGA_GEN5)
 2024-12-21 21:41 UTC 

[PATCH v3 0/7] efi: Start to chip away at the EFI workaround
 2024-12-22 13:17 UTC  (16+ messages)
` [PATCH v3 1/7] efi_loader: Refactor device and image paths into a function
` [PATCH v3 2/7] efi_loader: Make efi_run_image() static
` [PATCH v3 3/7] efi_loader: Update efi_run_image() to accept image and device path
` [PATCH v3 4/7] efi_loader: Add a version of efi_binary_run() with more parameters
` [PATCH v3 6/7] efi_loader: Pass in the required parameters from EFI bootmeth

[PATCH] ARM: renesas: Consistently enable ENV_OVERWRITE on Renesas R-Car
 2024-12-21 23:58 UTC 

[PATCH 0/9] Enable arm64 host support in Gitlab
 2024-12-21 23:47 UTC  (3+ messages)
` [PATCH 1/9] Docker/CI: Only test Xtensa on amd64 hosts

[PATCH 01/16] pinctrl: renesas: Add Kconfig symbol for conditional build of full PFC tables
 2024-12-21 23:47 UTC  (17+ messages)
` [PATCH 02/16] pinctrl: renesas: Minimize R8A7790 H2 "
` [PATCH 03/16] pinctrl: renesas: Minimize R8A7791 M2-W and R8A7793 M2-N "
` [PATCH 04/16] pinctrl: renesas: Minimize R8A7792 V2H "
` [PATCH 05/16] pinctrl: renesas: Minimize R8A7794 E2 "
` [PATCH 06/16] pinctrl: renesas: Minimize R8A77951 H3 "
` [PATCH 07/16] pinctrl: renesas: Minimize R8A77960 M3-W and R8A77961 M3-W+ "
` [PATCH 08/16] pinctrl: renesas: Minimize R8A77965 M3-N "
` [PATCH 09/16] pinctrl: renesas: Minimize R8A77970 V3M "
` [PATCH 10/16] pinctrl: renesas: Minimize R8A77980 V3H "
` [PATCH 11/16] pinctrl: renesas: Minimize R8A77990 E3 "
` [PATCH 12/16] pinctrl: renesas: Minimize R8A77995 D3 "
` [PATCH 13/16] pinctrl: renesas: Minimize R8A779A0 V3U "
` [PATCH 14/16] pinctrl: renesas: Minimize R8A779F0 S4 "
` [PATCH 15/16] pinctrl: renesas: Minimize R8A779G0 V4H "
` [PATCH 16/16] pinctrl: renesas: Minimize R8A779H0 V4M "

[PATCH] net: rswitch: Do not register disabled ports as ethernet devices
 2024-12-21 21:48 UTC 

[PATCH v2] arm64: renesas: Make bottom 128 MiB of DRAM available in EL3
 2024-12-21 21:46 UTC 

[PATCH 1/1] cmd/setexpr: support concatenation of direct strings
 2024-12-21 20:07 UTC  (2+ messages)

[PATCH] doc/develop/distro.rst: Better document upstream locations of extlinux.conf
 2024-12-21 17:45 UTC  (2+ messages)
` [PATCHv2] doc/develop/distro.rst: Better document upstream definition "

[PATCH] net: fec_mxc: add DM_FLAG_ACTIVE_DMA flag for FEC network driver
 2024-12-21 17:30 UTC  (3+ messages)

[PULL] u-boot-sh/master
 2024-12-21 17:29 UTC  (2+ messages)

[PATCH 9/9] docker: Update to latest "Jammy" tag
 2024-12-21 16:45 UTC  (2+ messages)
` [PATCH] Gitlab: Add DEFAULT_FAST_ARM64_TAG as well

[PATCH v2 0/5] Static initcalls
 2024-12-21 12:08 UTC  (6+ messages)
` [PATCH v2 2/5] board_init_f(): use static calls
` [PATCH v2 3/5] board_init_f_r(): "

[PATCH 0/2] Broadcom bcmbca dts updates
 2024-12-20 22:18 UTC  (7+ messages)
` [PATCH 1/2] arm: dts: Use upstream dts for additional bcmbca devices
` [PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

[PATCH v2 0/5] Add support for USB DFU boot on AM62Px
 2024-12-21  2:54 UTC  (12+ messages)
` [PATCH v2 4/5] arm: dts: k3-am62p5-sk-u-boot: enable USB0 for USB DFU boot

[PATCH v3 0/3] Add support for USB DFU boot on AM62Px
 2024-12-21  2:52 UTC  (4+ messages)
` [PATCH v3 1/3] board: ti: am62px: env: include environment for DFU Boot
` [PATCH v3 2/3] configs: am62x_r5_usbdfu: extend for AM62Px
` [PATCH v3 3/3] configs: am62px_evm_a53_defconfig: enable USB DFU support

[PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k
 2024-12-20 21:53 UTC 

[PATCH RESEND 0/7] Enable MMC UHS modes
 2024-12-20 21:42 UTC  (10+ messages)
` [PATCH RESEND 1/7] mach-k3: am62a7_init: Add FS and raw mode for eMMC
` [PATCH RESEND 2/7] configs: am6*_evm_r5/a53_defconfig: Cleanup env configs
` [PATCH RESEND 3/7] configs: am62x_evm_a53_defconfig: Enable MMC UHS modes
` [PATCH RESEND 4/7] configs: am62ax_evm_a53_defconfig: "
` [PATCH RESEND 5/7] configs: am62ax_evm_r5_defconfig: Enable SDHCI ADMA for r5 SPL
` [PATCH RESEND 6/7] configs: am62ax_evm_a53_defconfig: Enable MMC_SPEED_MODE_SET
` [PATCH RESEND 7/7] configs: am62ax_evm_a53_defconfig: Enable SUPPORT_EMMC_BOOT

[PATCH v3 00/10] SMBIOS improvements
 2024-12-20 20:50 UTC  (7+ messages)
` [PATCH v3 07/10] armv8: Add arch-specific sysinfo platform driver
` [PATCH v3 10/10] configs: Enable sysinfo for QEMU Arm64

[PATCH 0/5] pxe: Support an automatic localboot
 2024-12-20 20:48 UTC  (14+ messages)
` [PATCH 3/5] pxe_utils: Allow the FDT to be missing
` [PATCH 4/5] pxe_utils: Support a backup for localboot
` [PATCH 5/5] pxe_utils: Support the SAY command

[PATCH 0/7] Enable MMC UHS modes
 2024-12-20 20:29 UTC  (10+ messages)
` [PATCH 1/7] mach-k3: am62a7_init: Add FS and raw mode for eMMC
` [PATCH 2/7] configs: am6*_evm_r5/a53_defconfig: Cleanup env configs
` [PATCH 3/7] configs: am62x_evm_a53_defconfig: Enable MMC UHS modes
` [PATCH 4/7] configs: am62ax_evm_a53_defconfig: "
` [PATCH 5/7] configs: am62ax_evm_r5_defconfig: Enable SDHCI ADMA for r5 SPL
` [PATCH 6/7] configs: am62ax_evm_a53_defconfig: Enable MMC_SPEED_MODE_SET
` [PATCH 7/7] configs: am62ax_evm_a53_defconfig: Enable SUPPORT_EMMC_BOOT

[PATCH 1/1] buildman: allow specifying configuration fragments
 2024-12-20 17:37 UTC  (2+ messages)

[PATCH 1/1] doc: move tools/buildman/buildman.rst to doc/build
 2024-12-20 17:37 UTC  (2+ messages)

[PATCH 0/5] sandbox: repair compile and run-time for OF_EMBED case
 2024-12-20 17:37 UTC  (9+ messages)
` [PATCH 4/5] test: sandbox: fix link error with do_ut_bootm if BLOBLIST=n
` [PATCH 5/5] sandbox: set retval early in board_fdt_blob_setup()

[PATCH] buildman: Add a way to build a particular target
 2024-12-20 17:36 UTC  (9+ messages)

[PATCH v2 0/5] rpi: Tidy up booting
 2024-12-20 16:51 UTC  (7+ messages)
` [PATCH v2 5/5] rpi: Use the U-Boot control FDT for fdt_addr

[PATCH 00/12] rockchip: rk3399: Migrate to use TPL on bob and kevin
 2024-12-20 16:50 UTC  (7+ messages)
` [PATCH 06/12] rockchip: rk3399-gru: Include binman generated FIT in u-boot.rom image

[GIT PULL] xilinx patches for v2025.01-rc5 - v2
 2024-12-20 15:42 UTC  (2+ messages)

[PATCH v8 00/12] Support OF_UPSTREAM for StarFive JH7110
 2024-12-20 14:47 UTC  (2+ messages)

[PATCH 0/1] configs: visionfive2: enable CONFIG_DISTRO_DEFAULTS
 2024-12-20 14:44 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3] mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabled
 2024-12-20 14:30 UTC 

[PATCH] config: xilinx: Enable the SPI_STACKED_PARALLEL config option
 2024-12-20 13:05 UTC 

[PATCH v2] common: memtop: Fix the return type for find_ram_top
 2024-12-20 12:29 UTC  (3+ messages)

[PATCH v2 00/13] Add imx8mp video support
 2024-12-20 12:19 UTC  (4+ messages)

i.MX8/9: question about unused DDR PHY trained CSR board array
 2024-12-20 12:06 UTC  (6+ messages)

[PATCH v2 0/4] Misc. PowerPC MPC83xx fixes/cleanups
 2024-12-20 10:37 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc: mpc83xx: Fix timer value calculation
` [PATCH v2 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files
` [PATCH v2 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]
` [PATCH v2 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs

[PATCH] drivers: firmware: ti_sci: Add DM_FLAG_PRE_RELOC to driver
 2024-12-20 10:16 UTC  (6+ messages)

[PATCH v5 0/9] Inline ECC Series
 2024-12-20  6:57 UTC  (10+ messages)
` [PATCH v5 3/9] ram: k3-ddrss: Add k3_ddrss_ddr_bank_base_size_calc() to solve 'calculations restricted to 32 bits' issue
` [PATCH v5 6/9] drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC
` [PATCH v5 7/9] ram: k3-ddrss: Remove 'ti,ecc-enable' support
` [PATCH v5 9/9] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled

[PATCH 1/1] acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=y
 2024-12-20  6:30 UTC  (2+ messages)

[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
 2024-12-20  4:07 UTC  (9+ messages)
` [PATCH v3 01/46] x86: Make do_zboot_states() static
` [PATCH v3 02/46] x86: Rename zboot_run() to zboot_run_args()
` [PATCH v3 03/46] x86: Drop duplicate definition of zimage_dump()
` [PATCH v3 04/46] x86: Move x86 zboot state into struct bootm_info


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