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

[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: rpi: explicitly enumerate mmc boot targets
 2023-10-08 22:32 UTC  (5+ messages)

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

[PATCH 0/5] smbios: Deal with tables beyond 4GB
 2023-10-08 21:36 UTC  (6+ 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] doc: Add a short intro video
 2023-10-08 21:35 UTC 

[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 v4] arm64: versal: Add SelectMAP boot mode identification
 2023-10-08 14:34 UTC 

[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)

Pull request: u-boot-rockchip-20231007
 2023-10-08  8:03 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  (4+ messages)

[PATCH v2 00/27] Tidy up use of CONFIG_CMDLINE
 2023-10-07 23:45 UTC  (30+ 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 00/25] Tidy up use of CONFIG_CMDLINE
 2023-10-07 23:21 UTC  (23+ messages)
` [PATCH 05/25] treewide: Correct use of long help
` [PATCH 07/25] tegra: Change #ifdef for nop
` [PATCH 08/25] fastboot: Avoid depending on CMDLINE
` [PATCH 18/25] net: Depend on CONFIG_CMDLINE

[PATCH 0/5] Support for dumping capsule headers and empty capsules
 2023-10-07 23:09 UTC  (11+ messages)
` [PATCH 1/5] tools: mkeficapsule: Add support to print capsule headers
` [PATCH 2/5] doc: capsule: Add documentation for the capsule dump feature
` [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 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  (10+ messages)
` [PATCH v2 2/9] cmd: bdinfo: Implement support for printing memory layout via bdinfo -m
` [PATCH v2 3/9] cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -e
` [PATCH v2 4/9] configs: sandbox: Enable GETOPT for sandbox and sandbox64 target
` [PATCH v2 5/9] test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()
` [PATCH v2 6/9] test: bdinfo: Test both bdinfo and bdinfo -a
` [PATCH v2 7/9] test: bdinfo: Test bdinfo -h
` [PATCH v2 8/9] test: bdinfo: Test bdinfo -m
` [PATCH v2 9/9] test: bdinfo: Test bdinfo -e

[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 v3 0/6] ATF and OP-TEE Firewalling for K3 devices
 2023-10-07 23:10 UTC  (3+ messages)
` [PATCH v3 1/6] binman: ti-secure: Add support for firewalling entities

[PATCH] cmd: mbr: Allow 4 MBR partitions without need for extended
 2023-10-07 23:10 UTC  (2+ messages)

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

[RESEND PATCH] bootstd: sata: bootdev scanning for ahci sata with no drive attached
 2023-10-07 23:10 UTC  (2+ messages)

[PATCH] cli: Consume invalid escape sequences early
 2023-10-07 23:10 UTC  (2+ messages)

[PATCH] arm: mvebu: Enable bootstd for Thecus N2350 board
 2023-10-07 22:08 UTC 

[PATCH] arm: mvebu: Enable bootstd for Synology DS116 board
 2023-10-07 21:35 UTC 

[PATCH 00/16] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-07 21:15 UTC  (17+ messages)
` [PATCH 10/16] serial: sh: Add RZ/G2L SCIF support
` [PATCH 16/16] board: rzg2l: Add RZ/G2L SMARC EVK board

[PATCH v5 0/6] Introduce the sysinfo command
 2023-10-07 21:35 UTC  (5+ messages)
` [PATCH v5 5/6] sysinfo: rcar3: Use int instead of char for revision
` [PATCH v5 6/6] sysinfo: rcar3: Implement BOARD_ID and BOARD_REV_*

[PATCH] doc: Migrate Renesas board docs to rst
 2023-10-07 21:20 UTC  (2+ messages)

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

[PATCH v2 01/17] dm: usb: udc: Factor out plain udevice handler functions
 2023-10-07 21:01 UTC  (6+ messages)

[PATCH v3 27/27] qconfig: Update the documentation
 2023-10-07 20:38 UTC  (54+ messages)
` [PATCH v3 00/27] moveconfig: Drop old code and tidy up
  ` [PATCH v3 25/27] moveconfig: Rename the tool to qconfig
  ` [PATCH v3 26/27] qconfig: Rename the database file
  ` [PATCH v3 24/27] moveconfig: Move summaries to the end
  ` [PATCH v3 22/27] moveconfig: Show a summary at "
  ` [PATCH v3 23/27] moveconfig: Drop the initial output
  ` [PATCH v3 21/27] moveconfig: Show failures in progress
  ` [PATCH v3 20/27] moveconfig: Use u_boot_pylib for terminal colour
  ` [PATCH v3 18/27] moveconfig: Reduce the amount of output
  ` [PATCH v3 19/27] moveconfig: Avoid showing progress at the end
  ` [PATCH v3 17/27] moveconfig: Only show output when there is a reason
  ` [PATCH v3 16/27] moveconfig: Fix misc pylint warnings
  ` [PATCH v3 14/27] moveconfig: Correct list-comprehension warnings
  ` [PATCH v3 15/27] moveconfig: Use an encoding with open()
  ` [PATCH v3 13/27] moveconfig: Correct use of members not declared in __init__()
  ` [PATCH v3 12/27] moveconfig: Correct non-snake variables names
  ` [PATCH v3 11/27] moveconfig: Correct unused variables
  ` [PATCH v3 10/27] moveconfig: Use f strings where possible
  ` [PATCH v3 09/27] moveconfig: Correct parameter-type warnings
  ` [PATCH v3 08/27] moveconfig: Correct some regular-expression strings
  ` [PATCH v3 07/27] moveconfig: Drop suspicious boards
  ` [PATCH v3 06/27] moveconfig: Drop check_defconfig() and update_dotconfig()
  ` [PATCH v3 05/27] moveconfig: Drop CONFIG-moving code
  ` [PATCH v3 04/27] moveconfig: Drop unused cleanup options
  ` [PATCH v3 03/27] moveconfig: Correct ordering of asteval import
  ` [PATCH v3 02/27] moveconfig: Avoid deprecation warning for setDaemon

[PATCH 1/2] command.h: Add a U_BOOT_LONGHELP macro
 2023-10-07 20:18 UTC  (4+ messages)
` [PATCH 2/2] cmd: Convert existing long help messages to the new macro

[PATCH] cmd/ti: Update Kconfig logic and Makefile recursion logic
 2023-10-07 19:36 UTC 

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

[PATCH v4] imx: imx8mm: Add support for Mettler-Toledo snowflake board
 2023-10-07 17:34 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v1] board: toradex: verdin-imx8mm: set fixed LPDDR4 refresh rate as per errata ERR050805
 2023-10-07 17:26 UTC  (2+ messages)

[PATCH] cyclic: doc: Update documentation for CONFIG_CYCLIC_MAX_CPU_TIME_US
 2023-10-07 10:52 UTC 

[PATCH v4 00/44] spl: Preparation for Universal Payload
 2023-10-07 14:17 UTC  (3+ messages)
` [PATCH v4 02/44] spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_

[PATCH v5 39/43] command: Include a required header in command.h
 2023-10-07 14:17 UTC  (2+ messages)

[PATCH v2 0/6] PHYTEC SoM detection for phyCORE-i.MX8MP
 2023-10-07 13:00 UTC  (4+ messages)
` [PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection

[PATCH] usbarmory: Add DM_I2C and DM_SERIAL support
 2023-10-07 12:57 UTC  (2+ messages)

[PATCH 0/2] Fixes i.MX93 11x11 EVK boot failures
 2023-10-07 12:55 UTC  (5+ messages)
` [PATCH 1/2] arm: dts: imx93-11x11-evk: add bootph-some-ram property
` [PATCH 2/2] dm: adc: imx93-adc depends on ADC (fix boot)

[PATCH] toradex: verdin-imx8mm/imx8mp: Remove bootcmd_mfg
 2023-10-07 12:52 UTC  (2+ messages)

[PATCH] arm: mach-imx: Makefile: Extend u-boot-nand.imx padding
 2023-10-07 12:52 UTC  (2+ messages)

[PATCH] toradex: colibri_imx7: Enable nand/emmc detection and set boot variant
 2023-10-07 12:51 UTC  (2+ messages)

[PATCH 1/1] [u-boot][master][PATCH v5] pico-imx7d: add baseboard SD card boot detect
 2023-10-07 12:37 UTC  (2+ messages)

Pull request: u-boot-rockchip-20231007
 2023-10-07  9:01 UTC  (2+ messages)

[PATCH 1/2] configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE
 2023-10-07  2:47 UTC  (4+ messages)
` [PATCH 2/2] configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY

[PATCH RESEND 1/2] arm: dts: rockchip: rk3588, rk3588s: sync with Linux
 2023-10-07  2:39 UTC  (5+ messages)
` [PATCH v2 1/2] arm: dts: rockchip: sync DT for RK3588 series "
  ` [PATCH v2 2/2] arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe

[PATCH] board: rockchip: add Pine64 QuartzPro64 RK3588 board
 2023-10-07  2:36 UTC  (3+ messages)

[PATCH] bootstd: sata: bootdev scanning for ahci sata with no drive attached
 2023-10-07  2:31 UTC  (2+ messages)

[PATCH] configs: rockchip: rock-pi-s: use default bootdelay (2s)
 2023-10-07  2:31 UTC  (2+ messages)

[PATCH 2/2] configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig
 2023-10-07  2:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-10-07  0:03 UTC  (7+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588
 2023-10-06 14:43 UTC  (2+ messages)

[PATCH] net: phy: TI DP83869 fix invalid clock delay configuration
 2023-10-06 12:24 UTC 

[PATCH] sphinx: Bump urllib3 version
 2023-10-06 20:52 UTC  (4+ messages)

[PATCH v5 0/7] Add EFI HTTP boot support
 2023-10-06 20:37 UTC  (3+ messages)
` [PATCH v5 2/7] net: wget: add wget with dns utility function

[PATCH v3 25/27] moveconfig: Rename the tool to qconfig
 2023-09-23 19:44 UTC 

[PATCH v3 26/27] qconfig: Rename the database file
 2023-09-23 19:44 UTC 

[PATCH v3 23/27] moveconfig: Drop the initial output
 2023-09-23 19:44 UTC 

[PATCH v3 24/27] moveconfig: Move summaries to the end
 2023-09-23 19:44 UTC 

[PATCH v3 22/27] moveconfig: Show a summary at the end
 2023-09-23 19:44 UTC 

[PATCH v3 20/27] moveconfig: Use u_boot_pylib for terminal colour
 2023-09-23 19:44 UTC 

[PATCH v3 21/27] moveconfig: Show failures in progress
 2023-09-23 19:44 UTC 

[PATCH v3 17/27] moveconfig: Only show output when there is a reason
 2023-09-23 19:44 UTC 

[PATCH v3 19/27] moveconfig: Avoid showing progress at the end
 2023-09-23 19:44 UTC 

[PATCH v3 18/27] moveconfig: Reduce the amount of output
 2023-09-23 19:44 UTC 

[PATCH v3 13/27] moveconfig: Correct use of members not declared in __init__()
 2023-09-23 19:44 UTC 

[PATCH v3 14/27] moveconfig: Correct list-comprehension warnings
 2023-09-23 19:44 UTC 

[PATCH v3 16/27] moveconfig: Fix misc pylint warnings
 2023-09-23 19:44 UTC 

[PATCH v3 15/27] moveconfig: Use an encoding with open()
 2023-09-23 19:44 UTC 

[PATCH v3 12/27] moveconfig: Correct non-snake variables names
 2023-09-23 19:44 UTC 

[PATCH v3 11/27] moveconfig: Correct unused variables
 2023-09-23 19:44 UTC 

[PATCH v3 10/27] moveconfig: Use f strings where possible
 2023-09-23 19:43 UTC 

[PATCH v3 09/27] moveconfig: Correct parameter-type warnings
 2023-09-23 19:43 UTC 

[PATCH v3 08/27] moveconfig: Correct some regular-expression strings
 2023-09-23 19:43 UTC 

[PATCH v3 05/27] moveconfig: Drop CONFIG-moving code
 2023-09-23 19:43 UTC 

[PATCH v3 07/27] moveconfig: Drop suspicious boards
 2023-09-23 19:43 UTC 

[PATCH v3 06/27] moveconfig: Drop check_defconfig() and update_dotconfig()
 2023-09-23 19:43 UTC 

[PATCH v3 04/27] moveconfig: Drop unused cleanup options
 2023-09-23 19:43 UTC 

[PATCH v3 03/27] moveconfig: Correct ordering of asteval import
 2023-09-23 19:43 UTC 

[PATCH v3 02/27] moveconfig: Avoid deprecation warning for setDaemon
 2023-09-23 19:43 UTC 


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