public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-03-27 01:42:46 to 2023-03-27 21:48:45 UTC [more...]

[PATCH] soc: soc_ti_k3: fix revision array bounds checks
 2023-03-27 21:48 UTC  (2+ messages)

[PATCH] buildman: Correct overwriting of settings file
 2023-03-27 21:47 UTC 

[PATCH v2 0/9] Qualcomm cleanups / preparations
 2023-03-27 19:54 UTC  (15+ messages)
` [PATCH v2 1/9] mmc: msm_sdhci: Match clocks through "clocks" property
` [PATCH v2 2/9] serial: msm: "
` [PATCH v2 3/9] serial: msm_geni: Use upstream Linux bindings
` [PATCH v2 4/9] serial: msm: Always bind before relocation
` [PATCH v2 5/9] arch: snapdragon: clock: "
` [PATCH v2 6/9] arm: snapdragon: pinctrl: "
` [PATCH v2 7/9] serial: msm_geni: "
` [PATCH v2 8/9] arm: dts: qcom*: Don't specify u-boot,dm-pre-reloc redundantly
` [PATCH v2 9/9] arm: Migrate Apple M1 to save_prev_bl_data

[PATCH v4 0/6] FWU: Add support for mtd backed feature on DeveloperBox
 2023-03-27 21:16 UTC  (7+ messages)
` [PATCH v4 1/6] FWU: Add FWU metadata access driver for MTD storage regions
` [PATCH v4 2/6] FWU: mtd: Add helper functions for accessing FWU metadata
` [PATCH v4 3/6] tools: Add mkfwumdata tool for FWU metadata image
` [PATCH v4 4/6] dt: fwu: developerbox: enable fwu banks and mdata regions
` [PATCH v4 5/6] configs: move to new flash layout and boot flow
` [PATCH v4 6/6] fwu: DeveloperBox: add support for FWU

[PATCH u-boot-mvebu] arm: mvebu: Cleanup get_boot_device() code
 2023-03-27 21:11 UTC  (5+ messages)
` [PATCH v2 "

How to add eth1 to test device tree?
 2023-03-27 20:14 UTC  (2+ messages)

[RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()
 2023-03-27 19:34 UTC  (2+ messages)
` [RESEND PATCH v3 2/2] cli: Correct handling of invalid escape sequences in cread_line()

[PATCH 1/7] mmc: msm_sdhci: Match clocks through "clocks" property
 2023-03-27 19:31 UTC  (8+ messages)
` [PATCH 4/7] arch: snapdragon: clock: Always bind before relocation
` [PATCH 7/7] arm: Migrate Apple M1 to save_prev_bl_data

[RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()
 2023-03-27 19:29 UTC 

[PATCH 00/30] ide: Clean up code and fix a few bugs
 2023-03-27 19:07 UTC  (30+ messages)
` [PATCH 01/30] ide: Move ATA_CURR_BASE to C file
` [PATCH 02/30] ide: Use mdelay() for long delays
` [PATCH 03/30] ide: Drop CONFIG_START_IDE
` [PATCH 04/30] ide: Drop init for not using BLK
` [PATCH 05/30] ide: Move ide_init() into probing
` [PATCH 06/30] ide: Drop ide_device_present()
` [PATCH 08/30] ide: Drop weak functions
` [PATCH 09/30] ide: Create a prototype for ide_set_reset()
` [PATCH 10/30] ide: Correct use of ATAPI
` [PATCH 11/30] ide: Make function static
` [PATCH 12/30] ide: Change the retries variable
` [PATCH 13/30] ide: Refactor confusing loop code
` [PATCH 14/30] ide: Simplify success condition
` [PATCH 15/30] ide: Avoid preprocessor for CONFIG_ATAPI
` [PATCH 16/30] ide: Avoid preprocessor for CONFIG_LBA48
` [PATCH 17/30] ide: Move bus init into a function
` [PATCH 18/30] ide: Make ide_bus_ok[] a local variable
` [PATCH 19/30] ide: Move setting of vendor strings into ide_probe()
` [PATCH 20/30] ide: Move ide_init() entirely within ide_probe()
` [PATCH 21/30] ide: Combine the two loops in ide_probe()
` [PATCH 22/30] ide: Use desc consistently for struct blk_desc
` [PATCH 23/30] ide: Make ide_ident() return an error code
` [PATCH 24/30] ide: Move all blk_desc init into ide_ident()
` [PATCH 25/30] ide: Use a single local blk_desc for ide_ident()
` [PATCH 26/30] ide: Correct LBA setting
` [PATCH 27/30] ide: Tidy up ide_reset()
` [PATCH 28/30] ide: Convert to use log_debug()
` [PATCH 29/30] ide: Simplify expressions and hex values
` [PATCH 30/30] ide: Make use of U-Boot types

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2023-03-27 19:19 UTC 

[RESEND PATCH v3 2/2] cli: Correct handling of invalid escape sequences in cread_line()
 2023-03-27 19:08 UTC  (2+ messages)
` [RESEND PATCH v3 1/2] cli: Correct several bugs in cli_getch()

[v4 0/7] Fix Rockchip RK3399 bootstd migration
 2023-03-27 19:03 UTC  (6+ messages)

[RFC 0/7] efi_loader: move device-path node generation to DM
 2023-03-27 19:03 UTC  (18+ messages)
` [RFC 1/7] dm: add get_dp_node() to struct uclass_driver
` [RFC 2/7] dm: implement uclass_get_dp_node()
` [RFC 3/7] dm: implement get_dp_node for block devices
` [RFC 7/7] efi_loader: use uclass_get_dp_node

[PATCH v3 0/3] rockchip: fix efuse/otp misc_read return values
 2023-03-27 19:02 UTC  (5+ messages)
` [PATCH v3 1/3] rockchip: misc: fix misc_read() return check
` [PATCH v3 2/3] rockchip: efuse: fix misc_read() return values
` [PATCH v3 3/3] rockchip: otp: "

[PATCH 0/5] enable DMA and CPSW nodes for am62ax SoC family
 2023-03-27 18:40 UTC  (6+ messages)
` [PATCH 1/5] dma: ti: k3-udma: Introduce DMA support for the am62ax
` [PATCH 2/5] arm: dts: sync am62ax dtbs with linux v6.3-rc4
` [PATCH 3/5] arm: dts: add DMA and CPSW nodes for uboot
` [PATCH 4/5] configs: enable net features for am62ax
` [PATCH 5/5] configs: am62ax: enable ymodem support for a53 spl

[ANN] U-Boot v2023.04-rc5 released
 2023-03-27 18:24 UTC 

Please pull u-boot-x86
 2023-03-27 17:34 UTC  (2+ messages)

[PATCHv8 3/3] doc: boards: amlogic: add documentation for Beelink GT1 Ultimate
 2023-03-27 20:15 UTC 

[PATCHv8 2/3] boards: amlogic: add Beelink GT1 Ultimate defconfig
 2023-03-27 20:13 UTC 

[PATCHv8 1/3] ARM: dts: add support for Beelink GT1 Ultimate
 2023-03-27 20:11 UTC 

[RESENT][PATCHv7 3/3] doc: boards: amlogic: add documentation for Beelink GT1 Ultimate
 2023-03-27 20:07 UTC 

[RESENT][PATCHv7 2/3] boards: amlogic: add Beelink GT1 Ultimate defconfig
 2023-03-27 20:06 UTC 

[RESENT][PATCHv7 1/3] ARM: dts: add support for Beelink GT1 Ultimate
 2023-03-27 20:06 UTC 

[PATCHv7 3/3] doc: boards: amlogic: add documentation for Beelink GT1 Ultimate
 2023-03-27 20:03 UTC 

[PATCHv7 2/3] boards: amlogic: add Beelink GT1 Ultimate defconfig
 2023-03-27 20:02 UTC 

[PATCHv7 2/3] boards: amlogic: add Beelink GT1 Ultimate defconfig
 2023-03-27 20:02 UTC 

[PATCHv7 1/3] ARM: dts: add support for Beelink GT1 Ultimate
 2023-03-27 20:01 UTC 

[PATCHv6 3/3] doc: boards: amlogic: add documentation for Beelink GT1 Ultimate
 2023-03-27 19:57 UTC 

[PATCHv6 2/3] boards: amlogic: add Beelink GT1 Ultimate defconfig
 2023-03-27 19:55 UTC 

[PATCHv6 1/3] ARM: dts: add support for Beelink GT1 Ultimate
 2023-03-27 19:53 UTC 

[PATCH] doc: ti: Add switch setting for boot modes on AM62 SK
 2023-03-27 16:40 UTC  (2+ messages)

[PATCH 0/2] spi: cadence_qspi: Fixes for DTR ops and improve STIG support
 2023-03-27 15:50 UTC  (5+ messages)
` [PATCH 1/2] spi: cadence-quadspi: Fix check condition for DTR ops
` [PATCH 2/2] spi: cadence-quadspi: Use STIG mode for all ops with small payload

[PATCH] mtd: cfi: respect reg address length
 2023-03-27 13:22 UTC 

[PATCH] regulator: implement basic reference counter
 2023-03-27 15:42 UTC  (3+ messages)

Status of dma-range issues with BCM2711
 2023-03-27 14:30 UTC  (3+ messages)

[PATCH] boards: amlogic: switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain
 2023-03-27 14:21 UTC  (2+ messages)

[PATCH v6 0/4] J721E HS Fixes
 2023-03-27 13:34 UTC  (3+ messages)
` [PATCH v6 2/4] configs: j721e: Merge the HS and non-HS defconfigs

[PATCH v2 0/3] configs: tqma6: defconfig updates
 2023-03-27  8:23 UTC  (4+ messages)
` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL
` [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY
` [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL

[PATCH v2 0/5] Support the required clocks to enable USB on SAM9X60
 2023-03-27 13:08 UTC  (4+ messages)

[PATCH v3] i2c: correct I2C deblock logic
 2023-03-27 11:32 UTC  (2+ messages)

[PATCH v2 0/3] arm: mvebu: clearfog: defconfig and eMMC updates
 2023-03-27 11:24 UTC  (10+ messages)
` [PATCH v2 1/3] arm: mvebu: clearfog: Fix MMC detection
` [PATCH v2 2/3] arm: mvebu: clearfog: Add defconfig for SPI booting
` [PATCH v2 3/3] arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
    ` [PATCH v3 "

[PATCH v3 3/3] arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
 2023-03-27 10:31 UTC 

[PATCH 0/9] Enable splash screen
 2023-03-27  8:24 UTC  (19+ messages)
` [PATCH 1/9] drivers: video: Kconfig: Necessary configs for video at SPL
` [PATCH 2/9] drivers: video: tidss: Kconfig: Configs to enable TIDSS "
` [PATCH 3/9] cmd: Kconfig: Add necessary configs for splash screen "
` [PATCH 4/9] drivers: video: Makefile: Compile video driver files "
` [PATCH 5/9] drivers: video: tidss: Makefile: Add condition to compile TIDSS "
` [PATCH 6/9] cmd: Makefile: Add rules to build bmp.c and read.c "
` [PATCH 7/9] common: splash: Enable splash_display at SPL stage
` [PATCH 8/9] drivers: video: video-uclass: Disable u-boot logo at SPL
` [PATCH 9/9] board: ti: am62x: evm: OSPI support for splash screen

[PATCH] sysreset: gpio: fix gpio_reboot_request return value
 2023-03-27  8:24 UTC  (2+ messages)

[PATCH 0/2] efi_loader: fix device-path for USB devices
 2023-03-27  8:24 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH v3 00/11] Tegra DC improvements
 2023-03-27  8:11 UTC  (12+ messages)
` [PATCH v3 01/11] tegra: lcd: video: integrate display driver for t30
` [PATCH v3 02/11] video: move tegra dc driver into own folder
` [PATCH v3 03/11] video: tegra-dc: get clocks from device tree
` [PATCH v3 04/11] video: tegra-dc: request timings from panel driver first
` [PATCH v3 05/11] video: tegra-dc: assign regmap directly
` [PATCH v3 06/11] video: tegra-dc: add 180 degree panel rotation
` [PATCH v3 07/11] video: tegra-dc: add panel_set_backlight call
` [PATCH v3 08/11] video: tegra-dc: pass DC regmap to internal devices
` [PATCH v3 09/11] video: tegra20: add DSI controller driver
` [PATCH v3 10/11] simple_panel: add support for get_display_timing
` [PATCH v3 11/11] simple_panel: support simple MIPI DSI panels

[PATCH v1 0/5] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-27  8:09 UTC  (4+ messages)

[PATCH] pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
 2023-03-27  7:46 UTC 

[PATCH RFC u-boot-mvebu 0/6] arm: mvebu: Fix boot mode detection
 2023-03-27  6:56 UTC  (5+ messages)
` [PATCH RFC u-boot-mvebu 3/6] arm: mvebu: Convert BOOT_FROM_* constants to function macros

[PATCH 1/1] efi_loader: correct shortening of device-paths
 2023-03-27  6:39 UTC  (4+ messages)

[PATCH v2 0/3] Add StarFive JH7110 PCIe drvier support
 2023-03-27  6:35 UTC  (12+ messages)
` [PATCH v2 1/3] starfive: pci: Add StarFive JH7110 pcie driver

[PATCH] spi: f-ospi: Add missing spi_mem_default_supports_op() helper
 2023-03-27  5:34 UTC 

DM SPI flash improvements
 2023-03-27  5:10 UTC  (3+ messages)

[PATCH v3 00/16] x86: Various minor enhancements for coreboot
 2023-03-27  4:15 UTC  (17+ messages)
` [PATCH v3 01/16] mtrr: Don't show an invalid CPU number
` [PATCH v3 02/16] x86: Adjust search range for sysinfo table
` [PATCH v3 03/16] input: Flush the keyboard buffer before resetting it
` [PATCH v3 04/16] acpi: Create a new Kconfig for ACPI
` [PATCH v3 05/16] acpi: Move the table-finding functions into the libary
` [PATCH v3 06/16] x86: coreboot: Collect the address of the ACPI tables
` [PATCH v3 07/16] x86: Allow locating the UART from "
` [PATCH v3 08/16] pci: coreboot: Don't read regions when booting
` [PATCH v3 09/16] x86: coreboot: Use a memory-mapped UART
` [PATCH v3 10/16] x86: coreboot: Document how to enable the debug UART
` [PATCH v3 11/16] x86: coreboot: Scan PCI after relocation
` [PATCH v3 12/16] x86: coreboot: Log function names and line numbers
` [PATCH v3 13/16] x86: coreboot: Show unimplemented sysinfo tags
` [PATCH v3 14/16] x86: nvme: coreboot: Enable NVMe
` [PATCH v3 15/16] coreboot: Enable ms command
` [PATCH v3 16/16] x86: Allow locating UARTs by device ID

Default value for bootcmd not defined
 2023-03-27  4:00 UTC  (2+ messages)

[PATCH v2 0/4] NFSv1 support
 2023-03-27  4:00 UTC  (9+ messages)

[PATCH 1/1] cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSI
 2023-03-27  4:00 UTC  (2+ messages)

[PATCH 0/2] ata: fix build failures for SATA w/o SCSI
 2023-03-27  4:00 UTC  (5+ messages)
` [PATCH 1/2] ata: fix requirements for CONFIG_AHCI_PCI
` [PATCH 2/2] ata: don't use SYS_SCSI_MAX_SCSI_ID for SATA

[PATCH] CI: Move to clang-16
 2023-03-27  4:00 UTC  (2+ messages)

[PATCH 1/1] doc: describe skipping triggering a pipeline in Gitlab
 2023-03-27  4:00 UTC  (2+ messages)

[v2 1/2] pytest: Update requirements to match sphinx versions
 2023-03-27  4:00 UTC  (4+ messages)
` [v2 2/2] Dockerfile: Populate a pip cache

[PATCH 1/1] scsi: typo supporedt
 2023-03-27  4:00 UTC  (2+ messages)

[PATCH v2 00/16] x86: Various minor enhancements for coreboot
 2023-03-27  3:05 UTC  (2+ messages)

[PATCH v4 00/17] Basic StarFive JH7110 RISC-V SoC support
 2023-03-27  1:59 UTC  (8+ messages)
` [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig


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