U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-15 15:39:45 to 2023-11-17 02:02:49 UTC [more...]

[PATCH v5 0/5] Populate kaslr seed with RNG
 2023-11-17  2:02 UTC  (3+ messages)
` [PATCH v5 1/5] fdt: common API to populate kaslr seed
` [PATCH v5 2/5] fdt: kaslr seed from RNG device

[PATCH] bootstd: Avoid freeing a non-allocated buffer
 2023-11-17  1:45 UTC  (8+ messages)

[PATCH] arm64: imx: imx8mp-beacon: Add support for 4GB Variant
 2023-11-17  1:44 UTC  (2+ messages)

[PATCH 1/1] cmd: eficonfig: create shortened boot options
 2023-11-17  0:47 UTC  (2+ messages)

[PATCH] fs: btrfs: fix reading when length specified
 2023-11-17  0:02 UTC  (3+ messages)

[RESEND PATCH v3] serial: ns16550: Enable clocks during probe
 2023-11-16 23:52 UTC  (2+ messages)

[PATCH] net: designware: Support high memory nodes
 2023-11-16 23:22 UTC  (2+ messages)

[PATCH v4 00/16] Introduce initial TI's J784S4 and AM69 support
 2023-11-16 22:56 UTC  (3+ messages)

[PATCH] arm: Enable SYS_THUMB_BUILD on AT91
 2023-11-16 20:42 UTC  (3+ messages)

[PATCH 0/6] risc-v: add ACPI support on QEMU
 2023-11-16 20:17 UTC  (13+ messages)
` [PATCH 1/6] acpi: do not write ACPI tables on TARGET_QEMU_VIRT
` [PATCH 3/6] risc-v: add support for QEMU provided ACPI tables
` [PATCH 6/6] configs: defconfig for QEMU RISC-V with ACPI

bootstd: Support for distro specific EFI folders
 2023-11-16 18:45 UTC  (3+ messages)

[PATCH v1 0/2] imx: spl_imx_romapi: fixes
 2023-11-16 18:42 UTC  (7+ messages)
` [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

[PATCH RFC 00/10] arm: dts: j7200/j721s2: Enable the ESM and PMIC ESM
 2023-11-16 18:40 UTC  (6+ messages)
` [PATCH RFC 10/10] board: ti: j721e: Enable ESM initialization for J7200

[PATCH v2] fs: Fix SPL build if FS_LOADER is enabled
 2023-11-16 18:39 UTC  (3+ messages)

[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-11-16 17:28 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v6 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v3 0/2] Xilinx PCI driver fixes
 2023-11-16 16:51 UTC  (3+ messages)
` [PATCH v3 1/2] pci: xilinx: Fix "reg" not found error
` [PATCH v3 2/2] pci: xilinx: Enable MMIO region

[PATCH v2 0/3] Xilinx SPI driver enhancements
 2023-11-16 16:43 UTC  (4+ messages)
` [PATCH v2 1/3] drivers: xilinx_spi: Use udevice in start_tranfer
` [PATCH v2 2/3] drivers: xilinx_spi: Add xfer callback
` [PATCH v2 3/3] drivers: xilinx_spi: Probe fifo_depth at runtime

[PATCH 0/2] Cleanup K3 binman FIT images
 2023-11-16 16:43 UTC  (10+ messages)
` [PATCH 1/2] arm: dts: k3-binman: Add support for FIT templates
` [PATCH 2/2] arm: dts: k3-*-binman: Move to using templated FITs

[PATCH v2] net: axi_emac: Use reg property for DMA registers
 2023-11-16 16:40 UTC 

[PATCH] test/py: i2c: Add tests for i2c command
 2023-11-16 16:30 UTC  (2+ messages)

[PATCH 0/3] Add Additional Boards and Features to RGxx3
 2023-11-16 16:16 UTC  (7+ messages)
` [PATCH 2/3] board: rockchip: Add Maskrom Mode for Anbernic RGxx3

[PATCH V2] riscv: binman: fix the load field format
 2023-11-16 16:04 UTC  (2+ messages)

[PATCH 1/1] doc: typo fdtaddr_addr_r
 2023-11-16 16:04 UTC  (2+ messages)

[PATCH 0/9] sysinfo: Expand sysinfo with some more banner information
 2023-11-16 15:53 UTC  (5+ messages)
` [PATCH 1/9] board: Move show_board_info() comment to header file
` [PATCH 7/9] Revert "generic-board: make show_board_info a weak function"

[UBOOT PATCH v3] test/py: net: Add dhcp abort test
 2023-11-16 15:48 UTC  (2+ messages)

[PATCH v2 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-16 15:44 UTC  (38+ messages)
` [PATCH v2 01/32] arm: x86: Drop discarding of command linker-lists
` [PATCH v2 02/32] README: Correct docs for CONFIG_SPL_BUILD
` [PATCH v2 03/32] mmc: env: Unify the U_BOOT_ENV_LOCATION conditions
` [PATCH v2 04/32] treewide: Tidy up semicolon after command macros
` [PATCH v2 05/32] bootstd: Add missing header file from bootdev.h
` [PATCH v2 06/32] bootstd: Introduce programmable boot
` [PATCH v2 07/32] bootm: Drop arguments from bootm_start()
` [PATCH v2 08/32] bootm: Simplify arguments for bootm_pre_load()
` [PATCH v2 09/32] bootm: Move boot_get_kernel() higher in the file
` [PATCH v2 10/32] image: Tidy up genimg_get_kernel_addr_fit()
` [PATCH v2 11/32] bootm: Reduce arguments to boot_get_kernel()
` [PATCH v2 12/32] image: Document error codes from fit_image_load()
` [PATCH v2 13/32] bootm: Adjust boot_get_kernel() to return an error
` [PATCH v2 14/32] bootm: Adjust position of unmap_sysmem() in boot_get_kernel()
` [PATCH v2 15/32] bootm: Use the error return from boot_get_kernel()
` [PATCH v2 16/32] bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO
` [PATCH v2 17/32] bootm: Move error printing out of boot_get_kernel()
` [PATCH v2 18/32] bootm: Reduce arguments to bootm_find_os()
` [PATCH v2 19/32] bootm: Reduce arguments to boot_get_ramdisk()
` [PATCH v2 20/32] fdt: Allow use of fdt_support inside if() statements
` [PATCH v2 21/32] bootm: Drop #ifdef in bootm_find_images()
` [PATCH v2 22/32] bootm: Pass image buffer to boot_get_fdt()
` [PATCH v2 23/32] bootm: Reduce arguments "
` [PATCH v2 24/32] bootm: Reduce arguments to boot_get_fpga()
` [PATCH v2 25/32] bootm: Reduce arguments to boot_get_loadables()
` [PATCH v2 26/32] bootm: Simplify Android ramdisk addr in bootm_find_images()
` [PATCH v2 27/32] bootm: efi: Drop special call to bootm_find_other()
` [PATCH v2 28/32] bootm: optee: "
` [PATCH v2 29/32] bootm: Adjust the parameters of bootm_find_images()
` [PATCH v2 30/32] bootm: Add a function to check overlap
` [PATCH v2 31/32] bootm: Reduce arguments to bootm_find_other()
` [PATCH v2 32/32] RFC: command: Introduce functions to obtain command arguments

[PATCH 0/2] Conclusive WHLE-LS1046A support
 2023-11-16 15:43 UTC  (5+ messages)
` [PATCH 1/2] armv8: layerscape: Enable ext4 environment storage
` [PATCH 2/2] board: Add support for Conclusive WHLE-LS1046A

[PATCH v2] drivers: pcie_xilinx: Fix "reg" not found error
 2023-11-16 13:30 UTC  (8+ messages)
` [PATCH v2] net: axi_emac: Use reg property for DMA registers

[PATCH 0/6] some LED patches
 2023-11-16  9:21 UTC  (8+ messages)
` [PATCH 2/6] led-uclass: honour ->label field populated by driver's own .bind

[PATCH v1 0/3] Xilinx SPI driver enhancements
 2023-11-16 13:17 UTC  (4+ messages)
` [PATCH v1 3/3] drivers: xilinx_spi: Probe fifo_depth at runtime

[PATCH V3 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V
 2023-11-16 13:01 UTC  (4+ messages)
` [PATCH V3 1/3] "
` [PATCH V3 2/3] spl: riscv: falcon: move fdt blob to specified address
` [PATCH V3 3/3] configs: andes: add the fdt blob address for SPL copy to

[PATCH] riscv: andes: Fix enable register settings of PLICSW
 2023-11-16 12:46 UTC 

[PATCH v5 0/3] arm64: Add a build target for Flat Image Tree
 2023-11-16 11:19 UTC  (3+ messages)
` [PATCH v5 2/3] arm: boot: Move the single quotes for image name

[PATCH 1/1] risc-v: qemu: imply NVME_PCI
 2023-11-16 10:30 UTC  (2+ messages)

inconsistent wget behavior
 2023-11-16  9:41 UTC  (6+ messages)

[PATCH 1/1] efi_loader: create memory reservations in ACPI case
 2023-11-16  9:29 UTC 

Error building PX30 Ringneck with WDT support
 2023-11-16  9:27 UTC  (2+ messages)

[PATCH v1 0/3] Implement support of simple PLL
 2023-11-16  8:59 UTC  (4+ messages)
` [PATCH v1 1/3] ARM: tegra: clock: support get and set rate for "
` [PATCH v1 2/3] ARM: tegra30: clock: implement PLLD2 support
` [PATCH v1 3/3] ARM: tegra114: "

[PATCH] xen: pvblock: fix the maximum io size in one operation
 2023-11-16  7:43 UTC  (2+ messages)

[PATCH] arm: dts: k3-j7200: Sync with Linux 6.7-rc1
 2023-11-16  8:15 UTC  (4+ messages)

bug - bootflow: grub efi crashes when bootflow selected explicitly
 2023-11-16  2:36 UTC  (14+ messages)

[PATCH v4 00/12] Resolve issues with booting distros on x86
 2023-11-16  2:35 UTC  (22+ messages)
` [PATCH v4 05/12] usb: Avoid unbinding devices in use by bootflows
` [PATCH v4 09/12] x86: Enable SSE in 64-bit mode

[PATCH 00/29] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-16  2:35 UTC  (50+ messages)
` [PATCH 01/29] arm: x86: Drop discarding of command linker-lists
` [PATCH 03/29] treewide: Tidy up semicolon after command macros
` [PATCH 06/29] bootm: Drop arguments from bootm_start()
` [PATCH 07/29] bootm: Simplify arguments for bootm_pre_load()
` [PATCH 08/29] bootm: Move boot_get_kernel() higher in the file
` [PATCH 09/29] image: Tidy up genimg_get_kernel_addr_fit()
` [PATCH 10/29] bootm: Reduce arguments to boot_get_kernel()
` [PATCH 11/29] image: Document error codes from fit_image_load()
` [PATCH 12/29] bootm: Adjust boot_get_kernel() to return an error
` [PATCH 13/29] bootm: Use the error return from boot_get_kernel()
` [PATCH 14/29] bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO
` [PATCH 15/29] bootm: Move error printing out of boot_get_kernel()
` [PATCH 16/29] bootm: Reduce arguments to boot_find_os()
` [PATCH 17/29] bootm: Reduce arguments to boot_get_ramdisk()
` [PATCH 18/29] fdt: Allow use of fdt_support inside if() statements
` [PATCH 21/29] bootm: Reduce arguments to boot_get_fdt()
` [PATCH 22/29] bootm: Reduce arguments to boot_get_fpga()
` [PATCH 23/29] bootm: Reduce arguments to boot_get_loadables()
` [PATCH 24/29] bootm: Simplify Android ramdisk addr in bootm_find_images()
` [PATCH 27/29] bootm: Adjust the parameters of bootm_find_images()
` [PATCH 28/29] bootm: Add a function to check overlap
` [PATCH 29/29] bootm: Reduce arguments to bootm_find_other()

[BUG] usage of $kernel_addr_r in distro_efi_boot()
 2023-11-16  1:42 UTC  (2+ messages)

Bug in distro_efi_boot()
 2023-11-16  1:42 UTC  (2+ messages)

Please pull u-boot-dm
 2023-11-15 22:38 UTC  (2+ messages)

[PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC
 2023-11-15 19:11 UTC  (11+ messages)

[PATCH] Fix stack-protector for powerpc
 2023-11-15 18:36 UTC 

[PATCH 0/5] Add i2c and reset support for Renesas RZ/G2L
 2023-11-15 17:40 UTC  (6+ messages)
` [PATCH 1/5] clk: renesas: Confirm all clock & reset changes on RZ/G2L
` [PATCH 2/5] arm: dts: rzg2l: Sync with Linux v6.6
` [PATCH 3/5] i2c: rzg2l: Add I2C driver for RZ/G2L family
` [PATCH 4/5] pmic: Add Renesas RAA215300 PMIC driver
` [PATCH 5/5] sysreset: Support reset via Renesas RAA215300 PMIC

[PATCH V2 0/4] arm: dts: k3-am625*: Upgrade kernel dts to v6.7-rc1
 2023-11-15 17:32 UTC  (2+ messages)

[PATCH 1/1] pico-imx7d: add baseboard SD card boot detect
 2023-11-15 17:31 UTC  (2+ messages)

[PATCH] arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA with BCDMA
 2023-11-15 17:30 UTC  (2+ messages)

[PATCH v3 0/4] arm: mach-snapdragon: Qualcomm pinctrl driver cleanup
 2023-11-15 15:53 UTC  (2+ messages)

[PATCH] common: usb-hub: Reset hub port before scanning
 2023-11-15 15:42 UTC  (6+ messages)

[PATCH v2 0/5] Implement fastboot multiresponce
 2023-11-15 15:38 UTC  (3+ messages)
` [PATCH v2 4/5] lib: membuff: fix readline not returning line in case of overflow
` [PATCH v2 5/5] fastboot: add oem console command support


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