U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-12 00:58:40 to 2024-09-13 10:00:07 UTC [more...]

[PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards
 2024-09-13  9:56 UTC  (19+ messages)
` [PATCH 01/26] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present for gate and mux
` [PATCH 02/26] clk: imx8mn: Prevent clock critical path from disabling during reparent and set_rate
` [PATCH 03/26] clk: imx8mm: "
` [PATCH 04/26] clk: clk-uclass: Implement CLK_OPS_PARENT_ENABLE
` [PATCH 05/26] clk: imx8mm: Mark IMX8MM_SYS_PLL2 and IMX8MM_SYS_PLL3 as enabled
` [PATCH 06/26] clk: imx8mn: Mark IMX8MN_SYS_PLL2 and IMX8MN_SYS_PLL3 "
` [PATCH 07/26] clk: imx8mn: add video clocks support
` [PATCH 08/26] power: Add iMX8M block ctrl driver for dispmix
` [PATCH 09/26] video: Add video link framework
` [PATCH 10/26] video: bridge: Add check_timing interface
` [PATCH 11/26] video: dsi_host: add disable host interface
` [PATCH 12/26] video: Update mxsfb video drivers for iMX8MM/iMX8MN display
` [PATCH 13/26] video: Enable DM_UC_FLAG_SEQ_ALIAS for display and bridge
` [PATCH 14/26] phy: dphy: add support to calculate the timing based on hs_clk_rate
` [PATCH 15/26] phy: dphy: Correct lpx parameter and its derivatives(ta_{get, go, sure})
` [PATCH 16/26] phy: dphy: Correct clk_pre parameter
` [PATCH 17/26] lib: div64: sync with Linux
` [PATCH 18/26] video: bridge: Add Samsung DSIM bridge

[PATCH v2] mtd: spi-nor: Fix chip erase timeout issue
 2024-09-13  6:46 UTC  (2+ messages)

[PATCH v3] board: rpi: Enable capsule updates
 2024-09-13  9:53 UTC 

[PATCH v10 00/25] Introduce the lwIP network stack
 2024-09-13  9:33 UTC  (5+ messages)

[PATCH 00/10] arm64: zynqmp: DT schema alignments
 2024-09-13  9:28 UTC  (11+ messages)
` [PATCH 01/10] arm64: zynqmp: Fix status property for m-a2197 boards
` [PATCH 02/10] arm64: zynqmp: Align gpio hogs with dt-schema
` [PATCH 03/10] xilinx: Fix axi and mmc node names in mini configuration
` [PATCH 04/10] arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms
` [PATCH 05/10] arm64: zynqmp: Fix comment style around gpio line-names
` [PATCH 06/10] arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms
` [PATCH 07/10] arm64: zynqmp: Align mini-qspi DT with dt-schema
` [PATCH 08/10] arm64: zynqmp: Define phy-mode in zcu1275-revB
` [PATCH 09/10] arm64: zynqmp: Use generic spi@ name in zcu111-revA
` [PATCH 10/10] arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes

[PATCH v4] cmd: sf: prevent overwriting the reserved memory
 2024-09-13  8:49 UTC  (2+ messages)

[PATCH v2 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
 2024-09-13  8:37 UTC  (14+ messages)
` [PATCH v2 1/6] include/android_ab: move ab_select_slot() documentation to @ notation
` [PATCH v2 2/6] treewide: bcb: move ab_select command to bcb subcommands
` [PATCH v2 3/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()
` [PATCH v2 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
` [PATCH v2 6/6] test/py: introduce test for ab_dump command

[PATCH 0/8] Add imx8mp video support
 2024-09-13  7:55 UTC  (15+ messages)
` [PATCH 1/8] dm: core: Add a helper to retrieve devices through graph endpoints
` [PATCH 3/8] clk: imx8mp: Add media related clocks
` [PATCH 4/8] imx: power-domain: Describe the i.MX8 MEDIAMIX domain
` [PATCH 5/8] imx: power-domain: Add support for the MEDIAMIX control block

[PATCH v3] cmd: sf: prevent overwriting the reserved memory
 2024-09-13  7:38 UTC  (7+ messages)

[PATCH] net: gem: Remove undocumented is-internal-pcspma dt flag
 2024-09-13  7:37 UTC 

[PATCH 1/2] mtd: spi-nor-core: allow overriding 4-byte OPCODE support
 2024-09-12 13:44 UTC  (4+ messages)

[PATCH 1/4] clk: renesas: Synchronize R-Car R8A779A0 V3U clock tables with Linux 6.10.9
 2024-09-12 23:53 UTC  (4+ messages)
` [PATCH 2/4] clk: renesas: Synchronize R-Car R8A779F0 S4 "
` [PATCH 3/4] clk: renesas: Synchronize R-Car R8A779G0 V4H "
` [PATCH 4/4] clk: renesas: Synchronize R-Car R8A779H0 V4M "

[PATCH 0/9] add support for Enclustra Mercury AA1 SoMs
 2024-09-12 23:04 UTC  (14+ messages)
` [PATCH 1/9] doc: board: enclustra: add Enclustra Intel AA1 SoM
` [PATCH 2/9] ARM: dts: socfpga: add Enclustra Intel AA1
` [PATCH 3/9] ARM: socfpga: add Enclustra AA1 SoM support
` [PATCH 4/9] ARM: socfpga: add Enclustra AA1 extra env settings
` [PATCH 5/9] ARM: socfpga: add Enclustra AA1 demo env files
` [PATCH 6/9] ARM: socfpga: add Enclustra AA1 boot scripts
` [PATCH 7/9] ARM: socfpga: AA1: support MAC from secure eeprom
` [PATCH 8/9] ARM: socfpga: add si5338 clock generator support
` [PATCH 9/9] ARM: socfpga: make AA1 use si5338 clock gen

[PATCH v2 0/2] riscv: spacemit: bananapi_f3: add support for Banana Pi F3 board
 2024-09-12 21:10 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: spacemit: bananapi_f3: initial support added
` [PATCH v2 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board

[PULL] u-boot-riscv/next
 2024-09-12 17:44 UTC  (2+ messages)

[PATCH v3 2/3] buildman: Allow skipping the dtc build
 2024-09-12 17:44 UTC  (13+ messages)

[GIT PULL] Please pull u-boot-imx-next-20240911
 2024-09-12 17:44 UTC  (2+ messages)

[PATCH v4 00/23] Fix various bugs
 2024-09-12 15:59 UTC  (5+ messages)
` [PATCH v4 02/23] nvmxip: Avoid probing on boot

[PATCH v2 00/20] arm: Initial support for Analog Devices SC5xx boards
 2024-09-12 15:51 UTC  (21+ messages)
` [PATCH v2 01/20] arm: dts: Support SC573-EZKIT
` [PATCH v2 02/20] arm: dts: Support SC584-EZKIT
` [PATCH v2 03/20] arm: dts: Support SC589-MINI
` [PATCH v2 04/20] arm: dts: Support SC589-EZKIT
` [PATCH v2 05/20] arm: dts: Support SC594-SOM-EZKIT
` [PATCH v2 06/20] arm: dts: Support SC594-SOM-EZLITE
` [PATCH v2 07/20] arm: dts: Support SC598-SOM-EZKIT
` [PATCH v2 08/20] arm: dts: Support SC598-SOM-EZLITE
` [PATCH v2 09/20] dt-bindings: arm: Add SC5xx Series binding
` [PATCH v2 10/20] dt-bindings: clock: Add SC5xx clock tree bindings
` [PATCH v2 11/20] dt-bindings: timer: Add SC5xx Timer bindings
` [PATCH v2 12/20] arm: mach-sc5xx: clean up Kconfig
` [PATCH v2 13/20] arm: SC598-SOM-EZKIT initial support
` [PATCH v2 14/20] arm: SC598-SOM-EZLITE "
` [PATCH v2 15/20] arm: SC594-SOM-EZKIT "
` [PATCH v2 16/20] arm: SC594-SOM-EZLITE "
` [PATCH v2 17/20] arm: SC584-EZKIT "
` [PATCH v2 18/20] arm: SC589-EZKIT "
` [PATCH v2 19/20] arm: SC589-MINI "
` [PATCH v2 20/20] arm: SC573-EZKIT "

[PATCH v5 00/14] efi: Add a test for EFI bootmeth
 2024-09-12 15:28 UTC  (17+ messages)
` [PATCH v5 08/14] efi: Use the same filename for all sandbox builds
` [PATCH v5 09/14] bootstd: Add debugging for efi bootmeth
` [PATCH v5 10/14] efi_loader: Disable ANSI output for tests
` [PATCH v5 11/14] efi_loader: Add a test app
` [PATCH v5 12/14] efi_loader: Avoid using sandbox virtio devices
` [PATCH v5 13/14] test: efi: boot: Set up an image suitable for EFI testing
` [PATCH v5 14/14] test: efi: boot: Add a test for the efi bootmeth

[PATCH v2] bootstd: android: Add U-Boot version to cmdline
 2024-09-12 14:00 UTC 

[PATCH 0/3] env: mmc: fix use of two separate partitions with proper type GUID
 2024-09-12 13:41 UTC  (4+ messages)
` [PATCH 1/3] env: mmc: refactor mmc_offset_try_partition()
` [PATCH 2/3] env: mmc: do not return an offset before the start of the partition
` [PATCH 3/3] env: mmc: rework mmc_env_partition_by_guid() to work with two separate partitions

[PATCH v2] spl: ram: hide SPL_RAM_SUPPORT
 2024-09-12 13:31 UTC  (2+ messages)

[PATCH v1 0/2] Add driver for Motorcomm YT8821 2.5G ethernet phy
 2024-09-12 12:02 UTC  (3+ messages)
` [PATCH v1 1/2] net: phy: motorcomm: Optimize phy speed mask to be compatible to YT8821
` [PATCH v1 2/2] net: phy: motorcomm: Add driver for Motorcomm YT8821 2.5G ethernet phy

[PATCH 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
 2024-09-12  8:21 UTC  (7+ messages)

[PATCH v2 0/2] qcom: allow msm_gpio to set special pins direction & value
 2024-09-12 11:43 UTC  (2+ messages)

[PATCH v2 0/3] Add Android 14 bootflow support for AM62X and AM62P board
 2024-09-12 10:18 UTC  (5+ messages)
` [PATCH v2 1/3] board: ti: am62x_evm: Add android bootflow
` [PATCH v2 2/3] board: beagle: beagleplay: Add android bootflow support
` [PATCH v2 3/3] board: ti: am62px: "

[PATCH] bootstd: android: Add U-Boot version to cmdline
 2024-09-12 10:15 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Fix chip erase timeout issue
 2024-09-12  9:23 UTC  (4+ messages)

[RESEND PATCH] mtd: spi-nor-ids: Add support for S28HS256T
 2024-09-12  8:54 UTC 

[PATCH 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
 2024-09-12  8:05 UTC  (13+ messages)

[PATCH 0/7] mtd: nand: brcmnand: Backported fixes from Linux
 2024-09-12  8:15 UTC  (3+ messages)

[PATCH v2 0/2] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts
 2024-09-12  8:01 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s25hl02Gt and s25hs02gt
` [PATCH v2 2/2] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon s28hs02gt

[PATCH RFC/RFT v2 0/4] k3-j784s4-r5-evm: Enable ESMs and related PMIC
 2024-09-12  7:58 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix status property for m-a2197 boards
 2024-09-12  7:56 UTC 

Assistance Required: U-Boot Access Issues on Amlogic A113X SoC
 2024-09-12  7:39 UTC  (3+ messages)

[RESEND PATCH v2 0/6] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it
 2024-09-12  7:37 UTC  (7+ messages)
` [RESEND PATCH v2 1/6] mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
` [RESEND PATCH v2 2/6] mtd: spi-nor: Allow flashes to specify MTD writesize
` [RESEND PATCH v2 3/6] mtd: spi-nor: Check nor->info before setting macronix_octal_fixups
` [RESEND PATCH v2 4/6] mtd: spi-nor: Replace default_init() hook with late_init()
` [RESEND PATCH v2 5/6] mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()
` [RESEND PATCH v2 6/6] mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes

[Binman] Question regarding SPL symbol offsets generation
 2024-09-12  7:06 UTC  (12+ messages)

[PATCH v3 00/30] Implement ACPI on aarch64
 2024-09-12  6:56 UTC  (50+ messages)
` [PATCH v3 02/30] acpi: x86: Write FADT in common code
` [PATCH v3 03/30] acpi: x86: Move MADT to "
` [PATCH v3 07/30] arm: acpi: Add generic ACPI methods
` [PATCH v3 08/30] acpi: Add fill_madt to acpi_ops
` [PATCH v3 11/30] acpi: acpi_table: Add IORT support
` [PATCH v3 12/30] acpi: Move function prototype
` [PATCH v3 13/30] acpi: acpi_table: Support ACPI 2.0 platforms
` [PATCH v3 14/30] efi_loader: Allocate and write ACPI tables
` [PATCH v3 15/30] acpi: Add processor device
` [PATCH v3 18/30] drivers/cpu: Add generic armv8 cpu driver
` [PATCH v3 19/30] arm: gic-v3-its: Rename objects
` [PATCH v3 20/30] drivers/arm: Implement acpi_fill_madt
` [PATCH v3 21/30] common: Enable BLOBLIST_TABLES on arm
` [PATCH v3 22/30] board: emulation: Add QEMU sbsa support
` [PATCH v3 23/30] arm: mach-bcm283x: Map the ARM local MMIO as well
` [PATCH v3 24/30] arm: mach-bcm283x: Bring in some header files from tianocore
` [PATCH v3 25/30] arm: bcm283x: Generate ACPI tables
` [PATCH v3 26/30] board: raspberrypi: Add ASL files from tianocore
` [PATCH v3 27/30] arm: cpu: Add ACPI parking protocol support
` [PATCH v3 28/30] arm: mach-bcm283x: Add ARMV8_MULTIENTRY support
` [PATCH v3 30/30] configs: Add RPI4 ACPI defconfig

[PATCH v3 0/3] efi: Start tidying up memory management
 2024-09-12  6:37 UTC  (11+ messages)
` [PATCH v3 2/3] efi: Allow use of malloc() for the EFI pool

[RESEND PATCH v2 0/3] mtd: spi-nor: Add support for S25FS-S family
 2024-09-12  6:13 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] mtd: spi-nore-core: Fix 4KB erase opcode for s25fs-s
` [RESEND PATCH v2 2/3] mtd: spi-nor-id: Use INFO6 macro for S25FL-S
` [RESEND PATCH v2 3/3] mtd: spi-nor-id: Add S25FS064S, S25FS128S, S25FS256S IDs

DE1-SOC LKM MAKEFILE ON U-Boot SPL 2013.01.01
 2024-09-12  1:08 UTC  (2+ messages)

U-Boot SPL crashes after stack setup
 2024-09-12  1:06 UTC  (2+ messages)

persistent environment
 2024-09-12  1:01 UTC  (2+ messages)

fit signing without access to private key
 2024-09-12  1:01 UTC  (2+ messages)

[PATCH 00/17] Implement ACPI on aarch64
 2024-09-12  1:01 UTC  (5+ messages)
` [PATCH 02/17] acpi: x86: Write FADT in common code

[PATCH v4 00/15] Miscellaneous fixes
 2024-09-12  1:01 UTC  (5+ messages)
` [PATCH v4 01/15] buildman/toolchain.py: do not set CROSS_COMPILE for sandbox
` [PATCH v4 05/15] net: fm: call dtsec_init_phy() only when it is defined

[PATCH v6 00/12] net: tcp: improve tcp support
 2024-09-12  0:59 UTC  (13+ messages)
` [PATCH v6 06/12] net/tcp: improve tcp framework, use better state machine
` [PATCH v6 07/12] test/cmd/wget: fix the test
` [PATCH v6 08/12] net/tcp: simplify tcp header filling code
` [PATCH v6 10/12] net/netcat: add netcat over tcp support
` [PATCH v6 11/12] net/httpd: add httpd common code
` [PATCH v6 12/12] net/httpd-upload: an example web-server implementation for file uploading

[PATCH v3 00/16] Miscellaneous fixes
 2024-09-12  1:00 UTC  (7+ messages)
` [PATCH v3 01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word

[PATCH] xilinx: zynqmp: Add bootmenu support
 2024-09-12  1:00 UTC  (2+ messages)

[PATCH] video: Fix VNBYTES() macro comment
 2024-09-12  0:59 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