messages from 2024-12-01 15:25:00 to 2024-12-03 12:41:15 UTC [more...]
[PATCH] mtd: spi-nor: Fix the qspi parallel memory issues
2024-12-03 12:00 UTC (2+ messages)
[PATCH v2] mtd: spi-nor: Enable mt35xu512aba_fixups for all mt35xx flashes
2024-12-03 11:48 UTC (4+ messages)
[PATCH v5 0/9] Adjust initial EFI memory-allocation to be in the U-Boot region
2024-12-03 12:41 UTC (15+ 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] smbios: address build warning
2024-12-03 13:42 UTC
[PATCH v2] verdin-am62: fix FASTBOOT_BUF_ADDR and FASTBOOT_BUF_SIZE
2024-12-03 12:33 UTC
[PATCH v6 00/14] efi_loader: efi http and ipconfig drivers
2024-12-03 11:48 UTC (7+ messages)
` [PATCH v6 06/14] efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addr
` [PATCH v6 08/14] efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget
` [PATCH v6 09/14] efi_loader: net: add support to send http requests and parse http headers
[PATCH v2 1/2] power: regulator: replace some debug() by dev_dbg()
2024-12-03 10:17 UTC (4+ messages)
` [PATCH v2 2/2] power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()
[PATCH] power: regulator: replace some debug() by dev_dbg/err()
2024-12-03 9:52 UTC (3+ messages)
[PATCH v2] usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
2024-12-03 9:47 UTC (4+ messages)
[PATCH v1 0/6] Enable SYS_64BIT_LBA flag for STM32MP
2024-12-03 9:46 UTC (3+ messages)
` [PATCH v1 1/6] fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enable
[PATCH v3 1/3] phycore_imx8mm: Switch to using env text files
2024-12-03 9:42 UTC (3+ messages)
` [PATCH v3 2/3] phycore_imx8mm: Move default bootcmd to board env
` [PATCH v3 3/3] board: phytec: phycore_imx8mm: Add RAUC boot logic to environment
[PATCH v2 0/2] AM62A DWC3: Add support for USB DFU boot in OTG mode
2024-12-03 9:37 UTC (3+ messages)
` [PATCH v2 1/2] usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()
` [PATCH v2 2/2] board: ti: am62ax: env: include environment for DFU
[PATCH v2 1/3] phycore_imx8mm: Switch to using env text files
2024-12-03 9:37 UTC (3+ messages)
` [PATCH v2 2/3] phycore_imx8mm: Move default bootcmd to board env
` [PATCH v2 3/3] board: phytec: phycore_imx8mm: Add RAUC boot logic to environment
[PATCH 1/3] phycore_imx8mm: Switch to using env text files
2024-12-03 9:23 UTC (3+ messages)
[PATCH v4 00/25] efi: Tidy up confusion between pointers and addresses
2024-12-03 8:48 UTC (34+ 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()
[GIT PULL] xilinx patches for v2025.04-rc1
2024-12-03 7:42 UTC
Please pull u-boot-samsung master
2024-12-03 6:39 UTC
[PATCH] usb: onboard-hub: Update the bind function based on "peer_hub" property
2024-12-03 4:49 UTC
[PATCH v2 0/7] efi_loader: Add support for logging to a buffer
2024-12-03 3:31 UTC (13+ 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 v7 00/12] Support OF_UPSTREAM for StarFive JH7110
2024-12-03 3:04 UTC (13+ messages)
` [PATCH v7 01/12] dts: starfive: Switch to using upstream DT
` [PATCH v7 02/12] riscv: dts: jh7110: Make u-boot device trees adapting to "
` [PATCH v7 03/12] mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match "
` [PATCH v7 04/12] pcie: starfive: Make the driver compatible with "
` [PATCH v7 05/12] riscv: dts: jh7110: Move common code to the new jh7110-common-u-boot.dtsi
` [PATCH v7 06/12] riscv: dts: jh7110: Add u-boot device tree for JH7110 based boards
` [PATCH v7 07/12] board: starfive: spl: Drop the unneeded DT modification code
` [PATCH v7 08/12] configs: visionfive2: Enable MULTI_DTB_FIT for JH7110 based board DT
` [PATCH v7 09/12] riscv: dts: jh7110: Support multiple DTBs in a Fit image
` [PATCH v7 10/12] board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()
` [PATCH v7 11/12] board: starfive: spl: Support multiple DTBs for JH7110 based boards
` [PATCH v7 12/12] riscv: cpu: jh7110: Sort the list of imply statements
[PATCH] rockchip: rk3399: expand space for decompressed kernel
2024-12-03 3:04 UTC (3+ messages)
[PATCH v1] doc: remove redundant Rockchip bindings
2024-12-03 1:08 UTC (3+ messages)
[PATCH 0/8] Reverts and fixes for board failures
2024-12-03 0:55 UTC (27+ 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 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 05/13] efi_loader: Move some memory-function comments to header
2024-12-03 0:35 UTC (13+ messages)
[PATCH 0/2] android: add bootconfig support
2024-12-03 0:34 UTC (6+ messages)
` [PATCH 2/2] boot: android: Add "
[PATCH 1/4] arm64: dts: imx8mn: Include 32kHz oscillator clock in SPL DTs
2024-12-03 0:20 UTC (5+ messages)
` [PATCH 3/4] arm64: dts: imx8mn: Remove unreferenced clock-controller clocks "
[PATCH] rockchip: rk3399-rock-pi-4: Fix Synchronous Abort
2024-12-02 23:03 UTC (2+ messages)
[PATCH] common: relocate fdt_blob in global_data for FDTSRC_EMBED case
2024-12-02 19:58 UTC (2+ messages)
[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 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()
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] 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox