public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-04-17 09:21:20 to 2023-04-18 18:20:11 UTC [more...]

[PATCH v2 00/18] x86: Various fixes for chromebooks
 2023-04-18 16:21 UTC  (20+ messages)
` [PATCH v2 01/18] dm: Emit the arch_cpu_init_dm() even only before relocation
` [PATCH v2 02/18] binman: Support writing symbols for ucode etypes
` [PATCH v2 03/18] sf: Guard against zero erasesize
` [PATCH v2 04/18] sf: Rename spi-nor-tiny functions
` [PATCH v2 05/18] x86: ivybridge: Ensure LPC is available for GPIO base
` [PATCH v2 06/18] x86: samus: Drop EFI_LOADER
` [PATCH v2 07/18] x86: Support debug UART in 64-bit mode
` [PATCH v2 08/18] x86: Tidy up availability of string functions
` [PATCH v2 09/18] x86: mrc: Correct SPL debug message
` [PATCH v2 10/18] x86: spl: Show debugging for BSS
` [PATCH v2 11/18] x86: Set up LPC only after relocation
` [PATCH v2 12/18] x86: Tidy up address for loading U-Boot from SPL
` [PATCH v2 13/18] x86: Return mtrr_add_request() to its old purpose
` [PATCH v2 14/18] x86: spl: Avoid using init_cache_f_r() from SPL
` [PATCH v2 15/18] spl: Commit MTRRs only in board_init_f_r()
` [PATCH v2 16/18] x86: Simplify cpu_jump_to_64bit_uboot()
` [PATCH v2 17/18] x86: samus: Don't include audio and SATA in TPL
` [PATCH v2 18/18] x86: samus: Adjust TPL start and pre-reloc memory size

[PATCH 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-04-18 18:19 UTC  (8+ messages)

[PATCH v10 00/10] introduce Arm FF-A support
 2023-04-18 16:48 UTC  (4+ messages)
` [PATCH v11 "

[PATCH 1/1] sandbox: enable CONFIG_EFI_CAPSULE_AUTHENTICATE
 2023-04-18 16:47 UTC  (3+ messages)

[PATCH v2 00/17] rockchip: eMMC fixes for RK3568 and support for RK3588
 2023-04-18 16:46 UTC  (18+ messages)
` [PATCH v2 01/17] mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz mode
` [PATCH v2 02/17] mmc: sdhci: Set UHS Mode Select field for UHS SDR25 mode
` [PATCH v2 03/17] mmc: rockchip_sdhci: Fix use of device private data
` [PATCH v2 04/17] mmc: rockchip_sdhci: Remove unneeded emmc_phy_init
` [PATCH v2 05/17] mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops
` [PATCH v2 06/17] mmc: rockchip_sdhci: Use "
` [PATCH v2 07/17] mmc: rockchip_sdhci: Refactor execute tuning error handling
` [PATCH v2 08/17] mmc: rockchip_sdhci: Update speed mode controls in set_ios_post
` [PATCH v2 09/17] mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe ops
` [PATCH v2 10/17] mmc: rockchip_sdhci: Rearrange and simplify used regs and flags
` [PATCH v2 11/17] mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568
` [PATCH v2 12/17] rockchip: rk3568-rock-3a: Enable support for more eMMC modes
` [PATCH v2 13/17] mmc: rockchip_sdhci: Add support for RK3588
` [PATCH v2 14/17] rockchip: rk3588-rock-5b: Include eMMC node in SPL dtb
` [PATCH v2 15/17] clk: rockchip: rk3588: Add limited TMCLK_EMMC clock support
` [PATCH v2 16/17] mmc: sdhci: Allow disabling of SDMA in SPL
` [PATCH v2 17/17] mmc: rockchip_sdhci: Limit number of blocks read in a single command

[PATCH] usb: onboard-hub: Don't disable regulator in remove() callback
 2023-04-18 15:05 UTC  (9+ messages)

[PATCH v2 1/2] mtd: cfi: respect reg address length
 2023-04-18 13:07 UTC  (2+ messages)
` [PATCH v2 2/2] mtd: cfi: change cfi_flash_bank_size() return type

[PATCH 1/2] arm: dts: rk3399: rock-pi-4: sync with Linux 6.3-rc5
 2023-04-18  2:41 UTC  (4+ messages)
` [PATCH 2/2] configs: rk3399: add Radxa ROCK Pi 4 variants

[PATCH U-BOOT 0/3] btrfs: fix and improve read code
 2023-04-18  7:15 UTC  (18+ messages)
` [PATCH U-BOOT 1/3] btrfs: fix offset within btrfs_read_extent_reg()
` [PATCH U-BOOT 2/3] btrfs: btrfs_file_read: allow opportunistic read until the end
` [PATCH U-BOOT 3/3] btrfs: btfs_file_read: zero trailing data if no extent was found

[PATCH V3 0/2] Add RK3588 TRNG
 2023-04-18  4:18 UTC  (5+ messages)
` [PATCH V3 2/2] ARM: dts: rockchip: rk3588s-u-boot: Add rng node

[PATCH U-BOOT v2] btrfs: fix offset when reading compressed extents
 2023-04-18  7:20 UTC  (2+ messages)

[PATCH v4 00/10] Renesas RZ/N1 SoC initial support
 2023-04-18 14:32 UTC  (43+ messages)
` [PATCH v4 01/10] ARM: armv7: add non-SPL enable for Cortex SMPEN
` [PATCH v4 02/10] clk: renesas: prepare for non-RCAR clock drivers
` [PATCH v4 03/10] clk: renesas: add R906G032 driver
` [PATCH v4 04/10] pinctrl: "
` [PATCH v4 05/10] ram: cadence: add driver for Cadence EDAC
` [PATCH v4 06/10] dts: basic devicetree for Renesas RZ/N1 SoC
` [PATCH v4 07/10] ARM: rzn1: basic support "
` [PATCH v4 08/10] board: schneider: add RZN1 board support
` [PATCH v4 09/10] tools: spkgimage: add Renesas SPKG format
` [PATCH v4 10/10] doc: renesas: add Renesas board docs

[PATCH 0/2] ARM: dts: stm32mp: alignment with v6.3-rc3
 2023-04-18 13:59 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: media: Add macros for video interface bus types
` [PATCH 2/2] ARM: dts: stm32mp: alignment with v6.3-rc3

[PATCH 01/13] smegw01: Enable setting additional boot params
 2023-04-18 13:47 UTC  (13+ messages)
` [PATCH 02/13] smegw01: Select CONFIG_CMD_SQUASHFS
` [PATCH 03/13] smegw01: Select bootcount support
` [PATCH 04/13] smegw01: Add altbootcmd
` [PATCH 05/13] smegw01: Run altbootcmd in the case of failure
` [PATCH 06/13] smegw01: Only commit to new partition if update was successful
` [PATCH 07/13] smegw01: Enable EMMC boot from multiple partitions
` [PATCH 08/13] smegw01: Change default boot device to eMMC
` [PATCH 09/13] smegw01: Switch to fitImage
` [PATCH 10/13] smegw01: Add lockdown U-Boot env support
` [PATCH 11/13] smegmac: Read the second MAC address
` [PATCH 12/13] smegw01: Disable additional boot menu options
` [PATCH 13/13] smegw01: Fix fallback to altbootcmd

[PATCH v2 1/2] xen: Add dependency on armv8
 2023-04-18 12:51 UTC  (2+ messages)
` [PATCH v2 2/2] xen: Limit execution to EL1 only

[PATCH] rockchip: efuse: fix rk3399 reading multiple values
 2023-04-18 12:48 UTC  (5+ messages)

[PATCH] xen: Fix Kconfig dependencies
 2023-04-18 12:47 UTC  (2+ messages)

[PATCH 00/23] arm: dts: k3-am64: Sync with kernel.org and
 2023-04-18 12:34 UTC  (9+ messages)
` [PATCH 04/23] arm: dts: k3-am642-sk: Fix mmc1 pinmux pull polarity
` [PATCH 12/23] arm: dts: k3-am642-r5-sk: Use am642-sk.dts and k3-am642-sk-u-boot.dtsi

[PATCH] Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"
 2023-04-18 10:27 UTC  (4+ messages)

[PATCH 1/1] efi_loader: remove unused efi_capsule_authenticate
 2023-04-18  9:37 UTC  (2+ messages)

[PATCH V7 00/14] Add splash screen support at u-boot SPL
 2023-04-18  9:10 UTC  (7+ messages)
` [PATCH V7 11/14] common: Enable splash functions at SPL
` [PATCH V7 14/14] common: Replace #ifdef and #if with if's

[PATCH v1 0/4] Tegra: add ASUS/Google Nexus 7 (2012) support
 2023-04-18  7:31 UTC  (8+ messages)

[PATCH 1/1] imx8mn: buffer overflow in low_drive_gpu_freq()
 2023-04-18  7:07 UTC  (3+ messages)

[PATCH 0/3] J7 merge HS configs
 2023-04-18  6:56 UTC  (2+ messages)

[PATCH 1/1] arm: mvebu: avoid buffer overflow in hws_serdes_topology_verify
 2023-04-18  6:15 UTC  (2+ messages)

[PATCH] arch: mach-k3: j721s2_init: Disable the firewalls
 2023-04-18  4:48 UTC  (2+ messages)

[PATCH v2 1/2] Boot var automatic management for removable medias
 2023-04-18  0:50 UTC  (5+ messages)

[PATCH] riscv: Add a 64-bit image type
 2023-04-17 23:13 UTC  (4+ messages)

Pull request for u-boot-nand-20230417
 2023-04-17 20:31 UTC  (2+ messages)

[PATCH v3 00/10] rockchip: Fixes for RK3568 and RK3588
 2023-04-17 19:07 UTC  (11+ messages)
` [PATCH v3 01/10] rockchip: Use an external TPL binary on RK3588
` [PATCH v3 02/10] rockchip: rk3588-rock-5b: Fix sdmmc boot
` [PATCH v3 03/10] rockchip: rk35xx: Fix boot with a large fdt blob
` [PATCH v3 04/10] rockchip: rk35xx: Enable fdtoverlay and kernel compression
` [PATCH v3 05/10] clk: scmi: Add Kconfig option for SPL
` [PATCH v3 06/10] rockchip: rk3588: Add support for sdmmc clocks in SPL
` [PATCH v3 07/10] rockchip: rk3588: Sync sdmmc node from linux-next
` [PATCH v3 08/10] pinctrl: rockchip: Fix IO mux selection on RK3568
` [PATCH v3 09/10] gpio: rockchip: Add support for RK3568 and RK3588 banks
` [PATCH v3 10/10] clk: rockchip: rk3568: Add dummy I2S1_MCLKOUT_TX clock support

[PATCH 1/2] configs: stm32mp15: Add usb_pgood_delay for ST boards
 2023-04-17 15:35 UTC  (4+ messages)
` [PATCH 2/2] configs: stm32mp13: Increase "

[PATCH] spi: stm32_qspi: Remove useless struct stm32_qspi_flash
 2023-04-17 15:32 UTC  (2+ messages)

[GIT PULL] Please pull uu-boot-amlogic-20230417
 2023-04-17 15:24 UTC 

[PATCH v4 0/6] FWU: Add support for mtd backed feature on DeveloperBox
 2023-04-17 14:50 UTC  (10+ messages)
` [PATCH v4 3/6] tools: Add mkfwumdata tool for FWU metadata image

[PULL] u-boot-sh/master_sh/gen4/rswitch
 2023-04-17 14:47 UTC  (2+ messages)

[PULL] u-boot-sh/master_sh/gen4/mmcfix
 2023-04-17 14:47 UTC  (2+ messages)

[PULL] Please pull u-boot-coldfire/master
 2023-04-17 14:46 UTC  (2+ messages)

[PATCH v2 0/2] Add support to fetch baudrate from dtb
 2023-04-17  4:28 UTC  (3+ messages)
` [PATCH v2 1/2] serial: zynqmp: Fetch baudrate from dtb and update
` [PATCH v2 2/2] configs: Add CONFIG_DEFAULT_ENV_IS_RW config for armada

[PATCH 1/1] arm: dts: icnova-a20-adb4006: Add board support
 2023-04-17 12:54 UTC  (3+ messages)

[PATCH 1/7] pci: pcie_dw_rockchip: Add rk3588 compatible
 2023-04-17 11:09 UTC  (5+ messages)
` [PATCH 2/7] pci: pcie_dw_rockchip: Support max_link_speed dts property
` [PATCH 4/7] phy: rockchip: naneng-combphy: Support rk3588
` [PATCH 5/7] ARM: dts: rockchip: rk3588s-u-boot: add pcie2x1l2 with PHY

[PATCH 1/2] firmware: zynqmp: Mask expected and show unexpected warning
 2023-04-17 10:16 UTC  (2+ messages)

[PATCH v3 1/2] ARM: dts: rk3588-rock-5b-u-boot: add bootph-all to pinctrl for sdmmc
 2023-04-17 10:06 UTC  (2+ messages)
` [PATCH v3 2/2] configs: rockchip: rock5b-rk3588: add pinctrl to SPL

[PATCH] mtd: nand: Allow full NAND framework in SPL
 2023-04-17  9:35 UTC  (3+ messages)

[PATCH v2 3/3] colibri-imx6ull: specify MTD partitions on command line
 2023-04-17  9:26 UTC  (3+ messages)
` [PATCH v2 2/3] colibri-imx7: "

[PATCH v1 0/6] introduce NVM XIP block storage emulation
 2023-04-17  9:25 UTC  (9+ messages)
` [PATCH v1 3/6] sandbox64: add support for NVMXIP QSPI
` [PATCH v1 6/6] sandbox64: add a test case for UCLASS_NVMXIP


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