U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-12 14:49:43 to 2025-02-15 13:02:57 UTC [more...]

[PATCH v4 00/29] arm: Support building as an EFI app
 2025-02-15  3:22 UTC  (30+ messages)
` [PATCH v4 01/29] Makefile: Avoid using TEXT_BASE with the EFI APP
` [PATCH v4 02/29] video: Move vesa_setup_video_priv() into its own file
` [PATCH v4 03/29] video: Use a local mode_info struct in the EFI driver
` [PATCH v4 04/29] lib: Provide fdtdec_get_pci_bar32() only with PCI enabled
` [PATCH v4 05/29] efi: Rename app and payload to include x86
` [PATCH v4 06/29] efi: Allow board/efi Kconfig to be used outside x86
` [PATCH v4 07/29] efi: x86: Move EFI SDRAM-handling into a common file
` [PATCH v4 08/29] treewide: Rename VENDOR_EFI to ARCH_EFI
` [PATCH v4 09/29] efi: x86: Rework VENDOR_EFI option to permit other archs
` [PATCH v4 10/29] efi: x86: Allow setting the global_data pointer with EFI
` [PATCH v4 11/29] efi: Tidy up setup of global_data
` [PATCH v4 12/29] efi: Rename ImageBase to image_base
` [PATCH v4 13/29] efi: lmb: Avoid access to _start
` [PATCH v4 14/29] efi: arm: Don't do the EL2 switch when running under EFI
` [PATCH v4 15/29] efi: arm: Avoid allocating page tables "
` [PATCH v4 16/29] efi: arm: Avoid enabling caches "
` [PATCH v4 17/29] efi: arm: Implement access to global_data for EFI
` [PATCH v4 18/29] efi: arm: Omit the ARM start-up code in the EFI app
` [PATCH v4 19/29] efi: arm: Drop exception-level code when running as "
` [PATCH v4 20/29] efi: arm: x86: Allow use of the EFI table in the app
` [PATCH v4 21/29] efi: arm: Disable --gc-sections for "
` [PATCH v4 22/29] efi: arm: Drop startup code from "
` [PATCH v4 23/29] efi: arm: Adjust how the monitor length is calculated
` [PATCH v4 24/29] efi: arm: Provide startup and relocation code
` [PATCH v4 25/29] efi: Generate the app as a shared library
` [PATCH v4 26/29] efi: arm: Disable STATIC_RELA for the EFI app
` [PATCH v4 27/29] efi: arm: Use EFI flags for all compilation with the app
` [PATCH v4 28/29] efi: arm: Simplify the crt0 file and update link script
` [PATCH v4 29/29] efi: arm: Add an EFI app for arm64

[PATCH 0/4] test: A few quality-of-life improvements
 2025-02-15 13:02 UTC  (8+ messages)
` [PATCH 4/4] test: Make net tests depend on CONFIG_CMD_NET

[RFC] Raspberry Pi: copy /system/linux, {serial, revision} from firmware
 2025-02-15 13:01 UTC  (3+ messages)

[PATCH] Add 'bootsource' /chosen property
 2025-02-15 12:47 UTC  (7+ messages)

[PATCH v2 0/6] test: A few quality-of-life improvements
 2025-02-15 12:17 UTC  (4+ messages)
` [PATCH v2 5/6] test/py: Show info about module-loading

[PATCH v2 00/35] VBE serial part H: Implement VBE on Rockchip RK3399
 2025-02-15 12:17 UTC  (18+ messages)
` [PATCH v2 12/35] rockchip: dts: Create a template for the FIT
` [PATCH v2 14/35] rockchip: dts: Use the new binman template for the SPI image too
` [PATCH v2 33/35] RFC: Revert "bloblist: Load the bloblist from the previous loader"
` [PATCH v2 35/35] bloblist: Allow using a different bloblist address

[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
 2025-02-15 12:06 UTC  (3+ messages)

[PATCH 00/32] arm: Support building as an EFI app
 2025-02-15 12:05 UTC  (4+ messages)
` [PATCH 07/32] scripts: Update build-efi to support arm64

[PATCH 1/1] tools: binman: etype: Allow to replace 'NAME' in node names
 2025-02-15 11:59 UTC  (4+ messages)

[PATCH v3 1/2] CI: Move default image under global defaults
 2025-02-15 11:59 UTC  (3+ messages)

[PATCH v2 00/29] arm: Support building as an EFI app
 2025-02-15  3:23 UTC  (6+ messages)
` [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present

[PATCH] lib: lmb: conditionally include EFI loader notification
 2025-02-15  3:11 UTC 

xPL Proposal
 2025-02-15  1:43 UTC  (30+ messages)
        ` Generic U-Boot (was: Re: xPL Proposal)
          ` Generic U-Boot

[PATCH v5 00/10] Introduce K3 remoteproc driver for M4 subsystem
 2025-02-14 23:11 UTC  (2+ messages)

[PATCH] Add Kconfig option for altbootcmd when using CONFIG_BOOTCOUNT_LIMIT
 2025-02-14 20:06 UTC  (4+ messages)
` [PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig

[RFC PATCH 00/10] Uthreads
 2025-02-14 18:41 UTC  (17+ messages)
` [RFC PATCH 01/10] arch: introduce symbol HAVE_INITJMP
` [RFC PATCH 02/10] arm: add initjmp()
` [RFC PATCH 03/10] riscv: "
` [RFC PATCH 04/10] sandbox: "
` [RFC PATCH 05/10] test: lib: add initjmp() test
` [RFC PATCH 06/10] uthread: add cooperative multi-tasking interface
` [RFC PATCH 07/10] lib: time: hook uthread_schedule() into udelay()
` [RFC PATCH 08/10] dm: usb: move bus initialization into new static function usb_init_bus()
` [RFC PATCH 09/10] dm: usb: initialize and scan multiple buses simultaneously with uthread
` [RFC PATCH 10/10] test: lib: add uthread test

[PATCH v3 0/3] EFI Capsule update explicitly sets dfu_alt_info
 2025-02-14 16:54 UTC  (6+ messages)
` [PATCH v3 1/3] xilinx: dfu: Fill directly update_info.dfu_string
` [PATCH v3 2/3] efi_firmware: set EFI capsule dfu_alt_info env explicitly
` [PATCH v3 3/3] board: remove capsule update support in set_dfu_alt_info()

[PATCH] efi_loader: remove comparisons to string literals from runtime
 2025-02-14 15:21 UTC  (3+ messages)

[PATCH RFC 0/6] Fix handling of optional blobs in binman
 2025-02-14 13:48 UTC  (16+ messages)
` [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default
` [PATCH RFC 3/6] tools: binman: ftest: fix tests that require non-faked ext blobs
` [PATCH RFC 6/6] binman: doc: update Optional entries

[RFC PATCH 0/4] Fix page permission on arm64 architectures
 2025-02-14 13:32 UTC  (5+ messages)

[BUG report] spl: image size check fails in spl_load()
 2025-02-14 11:16 UTC 

[PATCH 0/6] board: starfive: DeepComputing FML13V01
 2025-02-14  9:48 UTC  (7+ messages)
` [PATCH 1/6] configs: add jh7110-deepcomputing-fml13v01 to VF2 defconfig
` [PATCH 3/6] riscv: dts: jh7110: add DeepComputing FML13V01 device-tree
` [PATCH 4/6] board: starfive: DeepComputing FML13V01 fdt selection

u-boot in restricted environment: networking over serial
 2025-02-14 11:01 UTC  (4+ messages)

[PATCH 0/4] lmb: miscellaneous fixes and improvements
 2025-02-14  9:12 UTC  (10+ messages)
` [PATCH 1/4] lmb: check if a region can be reserved by lmb_reserve()
` [PATCH 2/4] lmb: handle scenario of of encompassing overlap
` [PATCH 3/4] lmb: check for a region's coalescing with all existing regions
` [PATCH 4/4] lmb: build lmb_map_update_notify() only with EFI_LOADER

Detect i2c in SPL for AST2600
 2025-02-14  5:09 UTC 

[RFC PATCH 0/2 v1] Propagate bootph* property to all parent nodes
 2025-02-14  5:05 UTC  (10+ messages)
` [RFC PATCH 1/2 v1] arch: arm: Kconfig: Add config to use subnode's bootph property for binding drivers
    ` [EXTERNAL] "
` [RFC PATCH 2/2 v1] drivers: core: lists.c: Bind drivers using bootph* property in subnodes
    ` [EXTERNAL] "

[PATCH] arm: mediatek: compile dts files only for matched target
 2025-02-14  0:57 UTC  (3+ messages)

[PATCH v2 00/29] test: Complete the suite migration
 2025-02-13 22:59 UTC  (2+ messages)

Please pull u-boot-tegra misc
 2025-02-13 22:59 UTC  (2+ messages)

[PATCH] mbedtls/external: remove broken git submodule
 2025-02-13 22:59 UTC  (2+ messages)

[ANN] Adding contributor repositories
 2025-02-13 19:38 UTC 

[PATCH v3 0/5] boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups
 2025-02-13 19:00 UTC  (3+ messages)
` [PATCH v3 5/5] board: siemens: iot2050: Use sysinfo for board initialization

[PATCH] imx: fix imx8mm_evk config
 2025-02-13 17:40 UTC  (2+ messages)

[PATCH 1/1] tpm: fixed the nv_define_space command in TPMv2
 2025-02-13 12:43 UTC 

[PATCH v3 0/8] Introduce J742S2 SoC and EVM
 2025-02-13 14:00 UTC  (10+ messages)
` [PATCH v3 1/8] tools: binman: control.py: Delete template nodes after parsing
` [PATCH v3 2/8] arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binaries
` [PATCH v3 3/8] arm: dts: k3-j784s4-ddr: Refactor J784s4 ddr file to a common file
` [PATCH v3 4/8] soc: Add information to identify the J742S2 SoC family
` [PATCH v3 5/8] arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
` [PATCH v3 6/8] board: ti: Introduce basic board files for the J742S2 family
` [PATCH v3 7/8] arm: dts: Introduce J742S2 U-boot DTS files
` [PATCH v3 8/8] configs: Introduce configs for J742S2

[PATCH 1/2] Raspberry Pi: Keep warnings from firmware in DT, if any
 2025-02-13 14:42 UTC  (2+ messages)

[PATCH 1/2] bloblist: refactor xferlist and bloblist
 2025-02-13 14:25 UTC  (2+ messages)
` [PATCH 2/2] bloblist: kconfig for mandatory incoming standard passage

[PATCH v1 0/5] ARCH Tegra improvements
 2025-02-13 14:00 UTC  (5+ messages)
` [PATCH v1 5/5] ARM: tegra124: dts: mark HOST1X and DC with pre-relocation flag

[PATCH 0/3] rockchip: remove u-boot.rom generation and use binaries from simple-bin in simple-bin-image
 2025-02-13 13:54 UTC  (2+ messages)

[PATCH v2 0/2] EFI Capsule update explicitly sets dfu_alt_info
 2025-02-13 13:19 UTC  (4+ messages)
` [PATCH v2 1/2] efi_firmware: set EFI capsule dfu_alt_info env explicitly

[PATCH v2] fs/erofs: fix an integer overflow in symlink resolution
 2025-02-13 11:28 UTC 

[PATCH] remoteproc: k3-dsp: Flush D cache after loading firmware
 2025-02-13  9:23 UTC 

[PATCH] arm: mediatek: remove CONFIG_MT8512
 2025-02-13  9:11 UTC 

[PATCH] arm: mediatek: build u-boot-mtk.bin only if needed
 2025-02-13  9:00 UTC 

[PATCH v2] env: mmc: Make redundant env in both eMMC boot partitions consider DT properties
 2025-02-13  8:30 UTC  (2+ messages)

[PATCH] tools: binman: ti_board_cfg: Fix pylint error over 'br'
 2025-02-13  6:58 UTC  (2+ messages)

[resend v2 00/19] Add Cadence NAND Driver support
 2025-02-13  5:17 UTC  (6+ messages)

[PATCH] Dockerfile: Add missing 'rm -rf /tmp/coreboot-24.08'
 2025-02-12 22:24 UTC 

[PATCH] test/py: Rework test_spi.py to assert we found output
 2025-02-12 22:24 UTC 

[PATCH] test/py: Rework how test_ums.py handles (not) having write enabled
 2025-02-12 22:24 UTC 

[PATCH] test/py: Have test_usb.py raise an Exception with unsupported filesystems
 2025-02-12 22:23 UTC 

[PATCH] dtoc: Switch to setuptools
 2025-02-12 22:23 UTC 

[PATCH] binman: Switch to setuptools
 2025-02-12 22:23 UTC 

[PATCH] buildman: Fix some newer pylint warnings
 2025-02-12 22:23 UTC 

[PATCH] tools/microcode-tool.py: Disable some new pylint warnings
 2025-02-12 22:23 UTC 

[PATCH] tools/patman: Don't call a non-existent suite
 2025-02-12 22:23 UTC 

[PATCH RFC] binman: Handle some newer pylint warnings
 2025-02-12 22:22 UTC 

[PATCH v2 0/5] rng: msm: fixes for MSM8916
 2025-02-12 20:24 UTC  (4+ messages)
` [PATCH v2 1/5] clk/qcom: apq8016: use BIT macro for clk en_vals

[PATCH] fs/erofs: fix an integer overflow in symlink resolution
 2025-02-12 15:46 UTC  (4+ messages)

Please pull u-boot-net-20250212
 2025-02-12 19:07 UTC  (3+ messages)

[PATCH v3 0/7] Align pio3 pinctrl node with Linux
 2025-02-12 16:17 UTC  (2+ messages)

[PATCH 1/2] spi: ca_sflash: Remove redundant dependency
 2025-02-12 16:17 UTC  (6+ messages)
` [PATCH 2/2] spi: atmel-quadspi: Depend on SPI_MEM

[PATCH 0/7] [U-Boot] spi: atmel-quadspi: Refresh and add classic mode support
 2025-02-12 16:16 UTC  (2+ messages)

[PATCH v3 0/3] mtd: nand: raw: Collected improvements
 2025-02-12 16:12 UTC  (9+ messages)
` [PATCH v3 3/3] mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes

[PATCH v2 0/6] Add initial support for IPQ9574 based boards
 2025-02-12 16:05 UTC  (12+ messages)
` [PATCH v2 1/6] dts: ipq9574-rdp433-u-boot: add override dtsi
` [PATCH v2 2/6] clk/qcom: add initial clock driver for ipq9574
` [PATCH v2 3/6] pinctrl: qcom: Add ipq9574 pinctrl driver
` [PATCH v2 5/6] qcom_defconfig: enable ipq9574 clock & "
` [PATCH v2 6/6] configs: add ipq9574_mmc_defconfig

[PATCH] scripts: kconfig: Fix potential NULL pointer dereference in
 2025-02-12 15:24 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