public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-10-07 23:14:00 to 2023-10-10 08:53:37 UTC [more...]

[PATCH v1 0/7] clk : rockchip: update rk3568 and rk3588 clk driver
 2023-10-10  8:51 UTC  (5+ messages)
` [PATCH v1 1/7] rockchip: dts: rk3568: Resync from kernel-4.19
` [PATCH v1 3/7] clk: rockchip: rk3568: support dclk_vop select more parent clks
` [PATCH v1 4/7] clk: rk3588: Add 742.5M parameter for PLL
` [PATCH v1 5/7] clk: rockchip: rk3588: support aclk_top_root set 750M

[PATCH] configs: visionfive2: enable bootstage configs
 2023-10-10  8:49 UTC 

[PATCH RESEND v2 1/2] cmd: bind: Try to improve the (un)bind help
 2023-10-10  8:34 UTC  (6+ messages)
` [PATCH RESEND v2 2/2] usb: udc: Try to clarify an error message

[PATCH] mmc: sdhci-cadence: Add support for Cadence sdmmc v6
 2023-10-10  8:18 UTC  (2+ messages)

[PATCH v3] cli: Consume invalid escape sequences early
 2023-10-10  8:16 UTC 

[PATCH] spl: mmc: Resolve emmc not load image after switched hw partition
 2023-10-10  8:14 UTC  (2+ messages)

[PATCH] timer: starfive: Add Starfive timer support
 2023-10-10  8:11 UTC  (4+ messages)

[PATCH v2] cli: Consume invalid escape sequences early
 2023-10-10  7:33 UTC 

When do we merge bug fixes and new functionality
 2023-10-10  7:14 UTC 

[PATCH v2 00/19] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-10  7:08 UTC  (21+ messages)
` [PATCH v2 01/19] serial: sh: Fix compile error when lacking HSCIF support
` [PATCH v2 02/19] dt-bindings: Add RZ/G2L CPG bindings
` [PATCH v2 03/19] dt-bindings: Add RZ/G2L PFC bindings
` [PATCH v2 04/19] dt-bindings: Add RZ/G2L IRQC bindings
` [PATCH v2 05/19] arm: rmobile: Add basic RZ/G2L family support
` [PATCH v2 06/19] arm: rmobile: Add basic R9A07G044L SoC support
` [PATCH v2 07/19] clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver
` [PATCH v2 08/19] arm: rmobile: Restrict PINCTRL_PFC selection to R-Car gen3/gen4
` [PATCH v2 09/19] cmd: gpio: Skip output on -ENOENT
` [PATCH v2 10/19] pinctrl: renesas: Add RZ/G2L PFC driver
` [PATCH v2 11/19] serial: sh: Fix error handling
` [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support
` [PATCH v2 13/19] mmc: renesas-sdhi: Refactor probe function
` [PATCH v2 14/19] mmc: renesas-sdhi: Initialize module on RZ/G2L
` [PATCH v2 15/19] arm: rmobile: Include <asm/types.h> in header
` [PATCH v2 16/19] arm: rmobile: Add CPU detection for RZ/G2L
` [PATCH v2 17/19] arm: rmobile: Support RZ/G2L memory map
` [PATCH v2 18/19] arm: dts: Import RZ/G2L SMARC EVK device tree
` [PATCH v2 19/19] board: rzg2l: Add RZ/G2L SMARC EVK board

[PATCH] cmd: mmc: Add mmc reg read command for reading card registers
 2023-10-10  6:51 UTC  (2+ messages)

[PATCH] drivers: firmware: Handle error case in the zynqmp_pm_feature
 2023-10-10  6:43 UTC  (2+ messages)

[PATCH v3 0/6] ATF and OP-TEE Firewalling for K3 devices
 2023-10-10  4:59 UTC  (6+ messages)
` [PATCH v3 1/6] binman: ti-secure: Add support for firewalling entities

[PATCH v2 00/27] Tidy up use of CONFIG_CMDLINE
 2023-10-10  4:48 UTC  (36+ messages)
` [PATCH v2 01/27] command.h: Add a U_BOOT_LONGHELP macro
` [PATCH v2 02/27] cmd: Convert existing long help messages to the new macro
` [PATCH v2 03/27] buildman: Use oldconfig when adjusting the config
` [PATCH v2 04/27] bootstd: Correct dependencies on CMDLINE
` [PATCH v2 05/27] autoboot: "
` [PATCH v2 06/27] cmd: Add a few more "
` [PATCH v2 07/27] test: Make UNIT_TEST depend "
` [PATCH v2 08/27] sifive: Change #ifdef for nop
` [PATCH v2 09/27] fastboot: Declare a dependency on CMDLINE
` [PATCH v2 10/27] cli: Always build cli_getch
` [PATCH v2 11/27] cmd: Use an #ifdef around run_commandf()
` [PATCH v2 12/27] Move bootmenu_conv_key() into its own file
` [PATCH v2 13/27] pxe: Depend on CMDLINE
` [PATCH v2 14/27] env: Split out non-command code into a new file
` [PATCH v2 15/27] console: Move SYS_PBSIZE into common/
` [PATCH v2 16/27] bootm: Allow building when cleanup functions are missing
` [PATCH v2 17/27] fdt: Move working_fdt into fdt_support
` [PATCH v2 18/27] net: Depend on CONFIG_CMDLINE
` [PATCH v2 19/27] log: Allow use without CONFIG_CMDLINE
` [PATCH v2 20/27] video: "
` [PATCH v2 21/27] video: Dont require the font command
` [PATCH v2 22/27] efi: Depend on CMDLINE for efi_loader
` [PATCH v2 23/27] cmd: Make all commands depend on CMDLINE
` [PATCH v2 24/27] sandbox: Avoid requiring cmdline
` [PATCH v2 25/27] arm: x86: Drop discarding of command linker-lists
` [PATCH v2 26/27] mmc: env: Unify the U_BOOT_ENV_LOCATION conditions
` [PATCH v2 27/27] sandbox: Add a test for disabling CONFIG_CMDLINE

[PATCH v2] net: phy: xilinx_phy: Get rid of using property xlnx, phy-type
 2023-10-10  3:04 UTC 

[PATCH 00/25] Tidy up use of CONFIG_CMDLINE
 2023-10-09 23:40 UTC  (10+ messages)
` [PATCH 07/25] tegra: Change #ifdef for nop
` [PATCH 08/25] fastboot: Avoid depending on CMDLINE

[PATCH] ARM: dts: stm32mp: Repair damage from alignment with v6.3
 2023-10-09 23:15 UTC 

[PATCH v4 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-09 22:04 UTC  (3+ messages)
` [PATCH v4 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v4 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v3 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
 2023-10-09 22:02 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v3 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v3] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
 2023-10-09 20:41 UTC 

[PATCH] RFC: x86: serial: ns16550: Allow the UART to be silently disabled
 2023-10-09 20:32 UTC 

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-10-09 20:14 UTC  (9+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH v2 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
 2023-10-09 19:52 UTC  (10+ messages)

[PATCH 0/5] Support for dumping capsule headers and empty capsules
 2023-10-09 19:41 UTC  (12+ messages)
` [PATCH 3/5] binman: capsule: Use dumped capsule header contents for verification
` [PATCH 4/5] btool: mkeficapsule: Add support for EFI empty capsule generation
` [PATCH 5/5] binman: capsule: Add support for generating EFI empty capsules

[PATCH] arm: rpi: explicitly enumerate mmc boot targets
 2023-10-09 17:56 UTC  (6+ messages)

[PATCH v4 0/4] Conclusive KSTR-SAMA5D27 support
 2023-10-09 17:57 UTC  (7+ messages)
` [PATCH v4 1/4] common: add prototype & rename populate_serial_number()
` [PATCH v4 2/4] event: add new EVT_SETTINGS_R event
` [PATCH v4 3/4] arm: dts: at91: sama5: Add flexcom4 node
` [PATCH v4 4/4] board: Add support for Conclusive KSTR-SAMA5D27

[RFC PATCH v10 00/24] Modernize U-Boot shell
 2023-10-09 17:56 UTC  (2+ messages)

[PATCH v3 00/38] spl: Preparation for Universal Payload
 2023-10-09 16:15 UTC  (3+ messages)
` [PATCH v3 01/38] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_

Pull request: u-boot-rockchip-20231007
 2023-10-09 14:35 UTC  (5+ messages)

[PATCH] test/py: net: Add dhcp abort test
 2023-10-09 14:14 UTC  (2+ messages)

[PATCH] cli: Consume invalid escape sequences early
 2023-10-09 13:56 UTC 

[PATCH v3 1/3] usb: ehci: mxs: Fix the USB node pointer retrieval
 2023-10-09 13:17 UTC  (4+ messages)
` [PATCH v3 2/3] usb: ehci: mxs: Use regulator_set_enable_if_allowed()
` [PATCH v3 3/3] mx28evk: Add USB Mass Storage support

[RFC PATCH] mxs: Don't enable 4P2 reg if mx28 is powered only from DCDC_BATT without 5V
 2023-10-09 12:45 UTC  (4+ messages)

[PATCH RESEND v3 1/1] arm: dts: icnova-a20-adb4006: Add board support
 2023-10-09 11:39 UTC 

[PATCH v2] doc: Migrate Renesas board docs to rst
 2023-10-09 11:11 UTC 

[PATCH] test/py: net: Add a TFTP put test
 2023-10-09 11:10 UTC  (2+ messages)

[PATCH] net: phy: xilinx_phy: Get rid of using property xlnx, phy-type
 2023-10-09 11:03 UTC  (3+ messages)
` [PATCH] net: phy: xilinx_phy: Get rid of using property xlnx,phy-type

[PATCH v4] arm64: versal: Add SelectMAP boot mode identification
 2023-10-09 10:17 UTC  (2+ messages)

[PATCH] arm64: xilinx: Do not use '_' in si5335 DT node names
 2023-10-09 10:14 UTC  (2+ messages)

[PATCH] Revert "clk: versal: Enable clock driver for Versal NET"
 2023-10-09 10:14 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Do not use '_' in DT node names
 2023-10-09 10:13 UTC  (2+ messages)

[PATCH] arm: dts: xilinx: Remove undocumented is-dual property
 2023-10-09 10:13 UTC  (2+ messages)

[PATCH 00/11] xilinx: add missing boards/SC descriptions
 2023-10-09 10:12 UTC  (2+ messages)

[PATCH v2] riscv: enable multi-range memory layout
 2023-10-09 10:04 UTC  (3+ messages)

[PATCH v1 0/2] mtd: spinand: add support for ESMT F50x1G41LB
 2023-10-09  8:23 UTC  (3+ messages)
` [PATCH v1 1/2] mtd: spinand: rework detect procedure for different READ_ID operation

[PATCH 10/16] serial: sh: Add RZ/G2L SCIF support
 2023-10-09  7:29 UTC  (11+ messages)

[PATCH] doc: Add a short intro video
 2023-10-09  7:12 UTC  (2+ messages)

[PATCH v4 00/16] Introduce initial TI's J784S4 and AM69 support
 2023-10-09  5:08 UTC  (10+ messages)
` [PATCH v4 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition

[PATCH 0/5] smbios: Deal with tables beyond 4GB
 2023-10-09  2:43 UTC  (8+ messages)
` [PATCH 1/5] smbios: Refactor 32-bit code into an else statement
` [PATCH 2/5] smbios: Move the rest of the SMBIOS2 code
` [PATCH 3/5] smbios: Use SMBIOS 3.0 to support an address above 4GB
` [PATCH 4/5] efi: Use the correct GUID for the SMBIOS table
` [PATCH 5/5] smbios: Require the caller to align "

[PATCH] cmd: mbr: Allow 4 MBR partitions without need for extended
 2023-10-09  1:24 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board
 2023-10-09  1:07 UTC 

[PATCH v2 1/3] usb: ehci: mxs: Fix the USB node pointer retrieval
 2023-10-09  0:12 UTC  (4+ messages)
` [PATCH v2 2/3] usb: ehci: mxs: Use regulator_set_enable_if_allowed()
` [PATCH v2 3/3] mx28evk: Add USB Mass Storage support

[PATCH] ARM: psci: move GIC address override to Kconfig
 2023-10-08 21:50 UTC  (2+ messages)

[RESEND PATCH v3 0/3] rpi: Convert to standard boot
 2023-10-08 20:20 UTC  (5+ messages)

[PATCH v2 0/1] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board
 2023-10-08 18:46 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v2 0/5] Support display on stm32f469-disco board
 2023-10-08 15:44 UTC  (6+ messages)
` [RFC PATCH v2 1/5] ARM: dts: stm32f469-disco: sync with Linux 6.5
` [RFC PATCH v2 2/5] ARM: dts: stm32: make the LTDC clock usable by the clock driver
` [RFC PATCH v2 3/5] ARM: dts: stm32: make the DSI "
` [RFC PATCH v2 4/5] ARM: dts: stm32: support display on stm32f469-disco board
` [RFC PATCH v2 5/5] board: stm32f469-disco: add splash screen with stmicroelectronics logo

[RFC PATCH 0/5] Support display on stm32f469-disco board
 2023-10-08 15:41 UTC  (4+ messages)
` [RFC PATCH 4/5] ARM: dts: stm32: support "

[PATCH 0/2] arm: mvebu: clearfog: support additional ddr
 2023-10-08 14:58 UTC  (3+ messages)
` [PATCH 1/2] arm: mvebu: clearfog: read number of ddr channels from tlv data
` [PATCH 2/2] arm: mvebu: clearfog: support 512MB memory size from tlv eeprom

[PATCH 0/3] mvebu: clearfog: add support for emmc boot
 2023-10-08 12:46 UTC  (4+ messages)
` [PATCH 1/3] arm: mvebu: allow additional 4096 offset for bootable mmc image
` [PATCH 2/3] cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096
` [PATCH 3/3] arm: mvebu: clearfog: Add defconfigs for eMMC booting

[PATCH] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board
 2023-10-08 11:39 UTC  (4+ messages)

[PATCH] malloc: Enable assertions if UNIT_TEST is enabled
 2023-10-08  2:01 UTC 

[PATCH] net: Add option for tracing packets
 2023-10-08  1:53 UTC 

[PATCH] spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK
 2023-10-08  1:47 UTC 

[PATCH 1/3] usb: ehci: mxs: Fix the USB node pointer retrieval
 2023-10-08  1:30 UTC  (6+ messages)
` [PATCH 2/3] usb: ehci: mxs: Use regulator_set_enable_if_allowed()
` [PATCH 3/3] mx28evk: Add USB Mass Storage support

[PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error
 2023-10-08  1:19 UTC  (2+ messages)

[PATCH v2 RESEND] mmc: dw_mmc: reset controller after data error
 2023-10-08  1:18 UTC  (2+ messages)

[PATCH RESEND 0/7] riscv: spl: OpenSBI OS boot mode
 2023-10-07 23:09 UTC  (11+ messages)
` [PATCH RESEND 1/7] riscv: dts: Introduce SPL_LOAD_FIT_CONFIG symbol
` [PATCH RESEND 2/7] riscv: dts: add binman_linux.dtsi for opensbi os boot mode
` [PATCH RESEND 3/7] spl: riscv: opensbi: change the default os_type as varible
` [PATCH RESEND 4/7] riscv: dts: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbol
` [PATCH RESEND 5/7] spl: riscv: add os type for next booting stage

[PATCH v2 1/9] cmd: bdinfo: Optionally use getopt and implement bdinfo -a
 2023-10-07 23:10 UTC  (3+ messages)
` [PATCH v2 8/9] test: bdinfo: Test bdinfo -m

[PATCH v3 0/2] Enable split mode in binman
 2023-10-07 23:09 UTC  (3+ messages)
` [PATCH v3 1/2] binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts

[PATCH] test: Fix SPL tests not being run
 2023-10-07 23:10 UTC  (7+ messages)


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