U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-29 12:46:41 to 2024-12-02 20:18:42 UTC [more...]

[PATCH v4 00/25] efi: Tidy up confusion between pointers and addresses
 2024-12-02 20:18 UTC  (29+ messages)
` [PATCH v4 01/25] efi: Define fields in struct efi_mem_desc
` [PATCH v4 02/25] efi_loader: Fix typos in enum efi_allocate_type
` [PATCH v4 03/25] efi_loader: Drop extra brackets in efi_mem_carve_out()
` [PATCH v4 04/25] efi_loader: Add comments where incorrect addresses are used
` [PATCH v4 05/25] efi_loader: Show the resulting memory address from an alloc
` [PATCH v4 06/25] efi_loader: Update startimage_exit self-test to check error
` [PATCH v4 07/25] efi_loader: Move some memory-function comments to header
` [PATCH v4 08/25] doc: efi: Add the EFI-loader API documentation
` [PATCH v4 09/25] efi_loader: Use the enum for memory type
` [PATCH v4 10/25] efi_loader: Use a separate struct for memory nodes
` [PATCH v4 11/25] efi_loader: Drop virtual_start from priv_mem_desc
` [PATCH v4 12/25] efi_loader: Drop reserved "
` [PATCH v4 13/25] efi_loader: Use the enum for the memory type in priv_mem_desc
` [PATCH v4 14/25] efi_loader: Avoid assigning desc in efi_mem_carve_out()
` [PATCH v4 15/25] efi_loader: Move struct efi_mem_list fields together
` [PATCH v4 16/25] efi_loader: Rename struct efi_mem_list to mem_node
` [PATCH v4 17/25] efi_loader: Rename physical_start to base
` [PATCH v4 18/25] efi_loader: Use correct type in efi_add_runtime_mmio()
` [PATCH v4 19/25] efi_loader: Show the address for pool allocations
` [PATCH v4 20/25] efi_loader: Don't try to add sandbox runtime code
` [PATCH v4 21/25] efi_loader: Update to use addresses internally
` [PATCH v4 22/25] efi_loader: Correct address-usage in copy_fdt()
` [PATCH v4 23/25] efi_loader: Drop comments about incorrect addresses
` [PATCH v4 24/25] efi_bootmgr: Avoid casts in try_load_from_uri_path()
` [PATCH v4 25/25] efi_loader: Simplify efi_dp_from_mem()

[PATCH] common: relocate fdt_blob in global_data for FDTSRC_EMBED case
 2024-12-02 19:58 UTC  (2+ messages)

[PATCH 0/8] Reverts and fixes for board failures
 2024-12-02 19:58 UTC  (25+ messages)
` [PATCH 1/8] CI: Drop extra condition for sjg lab
` [PATCH 2/8] Revert "power: regulator: Trigger probe of regulators which are always-on or boot-on"
` [PATCH 3/8] Revert "fdt: Correct condition for bloblist existing"
` [PATCH 4/8] Revert "fdt: Allow the devicetree to come from a bloblist"
` [PATCH 5/8] fdt: Allow the devicetree to come from a bloblist
` [PATCH 6/8] binman: Avoid skipping binman_init()
` [PATCH 7/8] Revert "global_data: Drop spl_handoff"
` [PATCH 8/8] CI: Drop broken boards from sjg lab

[PATCH v14 0/5] Add the USB5744 hub driver as per new DT binding
 2024-12-02 19:19 UTC  (4+ messages)
` [PATCH v14 5/5] usb: onboard-hub: Bail out if peer hub is already probed

[PATCH V5 0/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
 2024-12-02 19:09 UTC  (7+ messages)
` [PATCH V5 1/4] arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
` [PATCH V5 2/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
` [PATCH V5 3/4] lib: hashtable: Prevent recursive calling of callback functions
` [PATCH V5 4/4] board: dhelectronics: Sync env variable dh_som_serial_number with SN

[PATCH V4 0/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
 2024-12-02 17:19 UTC  (9+ messages)
` [PATCH V4 1/4] arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
` [PATCH V4 2/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
` [PATCH V4 3/4] board: dhelectronics: Sync env variable dh_som_serial_number with SN

[PATCH] lmb: prohibit allocations above ram_top even from same bank
 2024-12-02 16:48 UTC  (3+ messages)

[PATCH] verdin-am62: fix FASTBOOT_BUF_ADDR and FASTBOOT_BUF_SIZE
 2024-12-02 16:23 UTC  (3+ messages)

[PATCH v2] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
 2024-12-02 14:42 UTC 

[PATCH] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
 2024-12-02 14:18 UTC  (4+ messages)

[PATCH v2 0/7] efi_loader: Add support for logging to a buffer
 2024-12-02 14:15 UTC  (10+ messages)
` [PATCH v2 1/7] efi_loader: Fix free in ..._media_device_boot_option()
` [PATCH v2 2/7] efi_loader: Add support for logging EFI calls
` [PATCH v2 3/7] efi_loader: Create the log on startup
` [PATCH v2 4/7] efi_loader: Add a command to show the EFI log
` [PATCH v2 5/7] test: efi_loader: Add a simple test for "
` [PATCH v2 6/7] efi_loader: Use the log with memory-related functions
` [PATCH v2 7/7] efi_loader: Add documentation for the EFI log

[PATCH 0/2] AM62A DWC3: Add support for USB DFU boot in OTG mode
 2024-12-02 14:09 UTC  (7+ messages)
` [PATCH 1/2] usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()

[PATCH 0/5] sandbox: repair compile and run-time for OF_EMBED case
 2024-12-02 13:45 UTC  (6+ messages)
` [PATCH 1/5] sandbox: fix bloblist_finish() linker error if BLOBLIST=n
` [PATCH 2/5] test: sandbox: fix invalid_use_of_IF_ENABLED_INT "
` [PATCH 3/5] test: sandbox: fix link error with do_ut_bloblist "
` [PATCH 4/5] test: sandbox: fix link error with do_ut_bootm "
` [PATCH 5/5] sandbox: set retval early in board_fdt_blob_setup()

[PATCH 05/13] efi_loader: Move some memory-function comments to header
 2024-12-02 13:35 UTC  (13+ messages)

unable to access 'https://source.denx.de/u-boot/u-boot.git/'
 2024-12-02 13:27 UTC  (3+ messages)
`  "

[PATCH] doc: board: theobroma-systems: fix feature list in introductions
 2024-12-02 13:01 UTC 

[PATCH] doc: coolpi: Fix document style
 2024-12-02 12:53 UTC  (2+ messages)

[PATCH 00/15] efi_loader: Add support for logging to a buffer
 2024-12-02  0:12 UTC  (12+ messages)

[PATCH] bios_emulator: fix incorrect printing of address in "jump near immediate"
 2024-12-01 22:28 UTC 

2025.01-rc2 fails to boot on VisionFive2
 2024-12-02 11:06 UTC  (6+ messages)

[PATCH 0/4] Add pmem node for preserving distro ISO's
 2024-12-02  9:54 UTC  (6+ messages)
` [PATCH 1/4] fdt: add support for adding pmem nodes

[PATCH] nand: Add a watch command
 2024-12-02  9:39 UTC  (3+ messages)

[PATCH] power: regulator: replace some debug() by dev_dbg/err()
 2024-12-02  9:32 UTC  (3+ messages)

[PATCH 0/2] android: add bootconfig support
 2024-12-02  8:03 UTC  (4+ messages)
` [PATCH 2/2] boot: android: Add "

[PATCH v2] usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
 2024-12-02  7:46 UTC 

[PATCH] usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
 2024-12-02  7:28 UTC  (3+ messages)

[PATCH v2] net: ravb: Simplify max-speed handling in ravb_of_to_plat
 2024-12-01 21:08 UTC  (3+ messages)

[PATCH v2] clk: rzg2l: Ignore enable for core clocks
 2024-12-01 18:47 UTC  (2+ messages)

[PATCH v2 1/3] pinctrl: rzg2l: Support 2.5V PVDD for Ethernet interfaces
 2024-12-01 18:50 UTC  (4+ messages)
` [PATCH v2 2/3] pinctrl: rzg2l: Support Ethernet TXC output enable

[PATCH v2 1/4] net: phy: Port set/clear bits from Linux
 2024-12-01 18:58 UTC  (6+ messages)
` [PATCH v2 2/4] net: phy: ksz90x1: Handle ksz9131 LED errata
` [PATCH v2 4/4] net: phy: ksz90x1: Simplify ksz9131_config_rgmii_delay

[PATCH 00/10] Improve UEFI app support
 2024-12-01 16:15 UTC  (23+ messages)
` [PATCH 01/10] Add EFI handover support to bootm
` [PATCH 02/10] Add part_find command
` [PATCH 03/10] Add a command to find a load address
` [PATCH 04/10] Hook up EFI env variable support in the EFI app
` [PATCH 05/10] Add EFI network driver
` [PATCH 06/10] Add UEFI TPM2 driver
` [PATCH 07/10] Support separate DTB files with the UEFI app
` [PATCH 08/10] Use the correct ramdisk address
` [PATCH 09/10] Fix efi_bind_block
` [PATCH 10/10] Add command to set an environment variable to an EFI variable

[PATCH v5 0/9] Adjust initial EFI memory-allocation to be in the U-Boot region
 2024-12-01 15:28 UTC  (10+ messages)
` [PATCH v5 1/9] kernel: Document ALIGN macros
` [PATCH v5 2/9] efi: Disable secure boot in bootflow_efi() test
` [PATCH v5 3/9] board_f: Correct stack reservation
` [PATCH v5 4/9] board_f: Rename reserve_stack_aligned()
` [PATCH v5 5/9] efi: Drop the memset() from efi_alloc()
` [PATCH v5 6/9] efi: Show the location of the bounce buffer when debugging
` [PATCH v5 7/9] event: Add a generic way to reserve memory
` [PATCH v5 8/9] efi: Reserve some memory for initial use
` [PATCH v5 9/9] efi: Keep early allocations to the U-Boot region

[PATCH v1 0/3] Add sdhci driver support for TH1520 SoC
 2024-12-01 15:06 UTC  (4+ messages)
` [PATCH v1 1/3] mmc: snps_sdhci: "
` [PATCH v1 2/3] riscv: dts: t-head: Add sdhci and emmc nodes
` [PATCH v1 3/3] configs: th1520_lpi4a: enable mmc controller support

[PATCH] bios_emulator: fix incorrect printing of address in "call near immediate"
 2024-11-30 20:56 UTC 

[PATCH] powerpc/t2080qds: remove spurious x permission from README file
 2024-11-30 23:37 UTC  (2+ messages)

[PATCH] arm: dts: socfpga: remove spurious execute permission from dt files
 2024-11-30 23:37 UTC  (2+ messages)

[PATCH] Makefile: avoid non-standard sed expressions
 2024-11-30 23:37 UTC  (2+ messages)

[PATCH] net: lwip: wget: fix legacy syntax
 2024-11-30 23:37 UTC  (2+ messages)

[PATCH v1] doc: remove redundant Rockchip bindings
 2024-11-30 21:18 UTC 

[v6 0/12] CI: Set up for an arm64 runner
 2024-11-30 20:24 UTC  (6+ messages)
` [v6 01/12] sandbox: efi_loader: Correct use of addresses as pointers

[PATCH 00/13] efi: Tidy up confusion between pointers and addresses
 2024-11-30 20:24 UTC  (13+ messages)
` [PATCH 06/13] efi_loader: Use the enum for memory type

[PATCH 1/2] test: add command to 'Lab failure' timeout message
 2024-11-30 17:25 UTC  (2+ messages)

[PATCH v4] cmd: add a fetch utility
 2024-11-30 17:25 UTC  (2+ messages)

[PATCH v2 0/8] test: Avoid needing sudo for image-creation
 2024-11-30 17:25 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-master-20241130
 2024-11-30 17:24 UTC  (2+ messages)

[PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map
 2024-11-30 17:24 UTC  (8+ messages)

[PATCH] CI: Add gitlab tags to builds which can use all CPUs
 2024-11-30 16:24 UTC  (4+ messages)

[PATCH] ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC
 2024-11-30 11:05 UTC  (2+ messages)

[PATCH] ARM: imx: Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL
 2024-11-30 11:04 UTC  (2+ messages)

[PATCH v2 1/4] ARM: dts: imx: Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC
 2024-11-30 11:04 UTC  (2+ messages)

[PATCH] efi_loader: fix pe reloc pointer overrun
 2024-11-29 21:09 UTC 

[PATCH 0/2] Minor typo fixes
 2024-11-29 19:42 UTC  (3+ messages)
` [PATCH 1/2] clk: mpc83xx: Fix typo in "Coherent System Bus"
` [PATCH 2/2] doc: sending_patches: Fix spelling of "its"

[PULL next] u-boot-at91-2025.04-a
 2024-11-29 19:27 UTC  (2+ messages)

[PATCH v2] test/cmd/wget.c: move net_test_wget() to the cmd test suite
 2024-11-29 19:27 UTC  (5+ messages)

[PATCH] efi_loader: Add U-Boot memory to the EFI memory map
 2024-11-29 16:35 UTC 

[PATCH] net: tftpput: reset timeout_count when an ACK is received
 2024-11-29 14:56 UTC  (2+ messages)

[PATCH] Environment: Change reporting "nowhere" as "magic hat" to user
 2024-11-29 14:36 UTC  (4+ messages)

[PATCH] arm64: dts: ti: k3-j7200: Fix OSPI boot
 2024-11-29 13:50 UTC  (7+ messages)

[PATCH] board: st: stm32mp1: Clean env_get_location()
 2024-11-29 12:48 UTC 

[PATCH 0/8] Hyperflash Boot fixes for J7200/J721E
 2024-11-29 11:31 UTC  (5+ messages)
` [PATCH 5/8] configs: j721e_evm_*_defconfig: Add configs for Hyperflash boot
` [PATCH 6/8] include: configs: j721e_evm: Increase memory offset for tiboot3.bin in HyperFlash
` [PATCH 7/8] configs: j7200_evm_*_defconfig: Add configs for Hyperflash boot
` [PATCH 8/8] mtd: Kconfig: Change HBMC driver's dependency to MULTIPLEXER and MUX_MMIO


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