public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-04-18 05:27:22 to 2023-04-19 04:54:07 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 00/23] arm: dts: k3-am64: Sync with kernel.org and
 2023-04-19  4:53 UTC  (5+ messages)
` [PATCH 12/23] arm: dts: k3-am642-r5-sk: Use am642-sk.dts and k3-am642-sk-u-boot.dtsi

[PATCH v2 00/42] x86: Use qemu-x86_64 to boot EFI installers
 2023-04-19  4:03 UTC  (43+ messages)
` [PATCH v2 01/42] x86: Allow listing MTRRs in SPL
` [PATCH v2 02/42] x86: mtrr: Add documentation
` [PATCH v2 03/42] bios_emulator: Add Kconfig and adjust Makefile for SPL
` [PATCH v2 04/42] bios_emulator: Drop VIDEO_IO_OFFSET
` [PATCH v2 05/42] x86: Tidy up EFI code in interrupt_init()
` [PATCH v2 06/42] x86: Add a comment for board_init_f_r_trampoline()
` [PATCH v2 07/42] x86: Show the CPU physical address size with bdinfo
` [PATCH v2 08/42] x86: Correct get_sp() implementation for 64-bit
` [PATCH v2 09/42] x86: Show an error when a BIOS exception occurs
` [PATCH v2 10/42] acpi: Add a comment to set the acpi tables
` [PATCH v2 11/42] bdinfo: Show the RAM top and approximate stack pointer
` [PATCH v2 12/42] part: Allow setting the partition-table type
` [PATCH v2 13/42] qfw: Show the file address if available
` [PATCH v2 14/42] log: Tidy up an ambiguous comment
` [PATCH v2 15/42] video: Allow building video drivers for SPL
` [PATCH v2 16/42] qfw: Set the address of the ACPI tables
` [PATCH v2 17/42] efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG
` [PATCH v2 18/42] x86: Improve the trampoline in 64-bit mode
` [PATCH v2 19/42] Show the malloc base with the bdinfo command
` [PATCH v2 20/42] nvme: Provide more useful debugging messages
` [PATCH v2 21/42] pci: Support autoconfig in SPL
` [PATCH v2 22/42] pci: Allow the video BIOS to work in SPL with QEMU
` [PATCH v2 23/42] pci: Tidy up logging and reporting for video BIOS
` [PATCH v2 24/42] x86: Allow video-BIOS code to be built for SPL
` [PATCH v2 25/42] x86: Pass video settings from SPL to U-Boot proper
` [PATCH v2 26/42] x86: Init video in SPL if enabled
` [PATCH v2 27/42] pci: Adjust video BIOS debugging to be SPL-friendly
` [PATCH v2 28/42] pci: Mask the ROM address in case it is already enabled
` [PATCH v2 29/42] x86: Enable display for QEMU 64-bit
` [PATCH v2 30/42] x86: Allow logging to be used in SPL reliably
` [PATCH v2 31/42] fs: fat: Shrink the size of a few strings
` [PATCH v2 32/42] fs: fat: Support reading from a larger block size
` [PATCH v2 33/42] x86: Enable useful options for qemu-86_64
` [PATCH v2 34/42] x86: Record the start and end of the tables
` [PATCH v2 35/42] x86: Show the number of physical address bits
` [PATCH v2 36/42] x86: Convert some debug statements to use logging
` [PATCH v2 37/42] x86: link: Support Micron memory
` [PATCH v2 38/42] x86: Make sure that the LPC is active before SDRAM init
` [PATCH v2 39/42] log: Support outputing function names in SPL
` [PATCH v2 40/42] sandbox: Correct header order in board file
` [PATCH v2 41/42] sandbox: Install ACPI tables on startup
` [PATCH v2 42/42] efi: Use the installed ACPI tables

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

Reading file would overwrite reserved memory. Failed to load 'hello_world.bin - imx7d-pico - Uboot 2022.04
 2023-04-19  2:23 UTC  (3+ messages)

[PATCH 1/1] sandbox: correct posix_types.h define
 2023-04-19  1:49 UTC  (2+ messages)

[PATCH] spl: fit: Report fdt error for loading u-boot
 2023-04-19  1:49 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v3 00/25] bootstd: Add a boot menu
 2023-04-19  1:49 UTC  (4+ messages)
` [PATCH v3 08/25] menu: Make use of CLI character processing

[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
 2023-04-19  1:49 UTC  (7+ messages)

[PATCH v10 00/10] introduce Arm FF-A support
 2023-04-19  1:50 UTC  (18+ messages)
` [PATCH v11 "
  ` [PATCH v11 03/10] lib: uuid: introduce testcase for uuid_str_to_le_bin
  ` [PATCH v11 04/10] arm_ffa: introduce Arm FF-A support
  ` [PATCH v11 05/10] arm_ffa: introduce armffa command
  ` [PATCH v11 06/10] arm_ffa: introduce sandbox FF-A support
  ` [PATCH v11 07/10] arm_ffa: introduce sandbox test cases for UCLASS_FFA
  ` [PATCH v11 08/10] arm_ffa: introduce armffa command Sandbox test
  ` [PATCH v11 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH] ata: pci: enable bus mastering
 2023-04-19  1:49 UTC  (3+ messages)

[PATCH v1 0/6] introduce NVM XIP block storage emulation
 2023-04-19  1:49 UTC  (4+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] sandbox64: fix: return unsigned long in readq()

[PATCH v3] console: usb: kbd: Limit poll frequency to improve performance
 2023-04-19  1:49 UTC  (7+ messages)

using binman sym for size of u-boot itb
 2023-04-19  1:49 UTC  (2+ messages)

[PATCH v2 1/3] net: support being a TCP server to unblock TCP fastboot
 2023-04-19  1:49 UTC  (3+ messages)
` [PATCH v2 3/3] net: share fastboot boot handle logic between transports

[PATCH] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
 2023-04-19  1:49 UTC  (10+ messages)

[PATCH v5 0/4] FMP versioning support
 2023-04-19  1:46 UTC  (3+ messages)
` [PATCH v5 4/4] test/py: efi_capsule: test for FMP versioning

[PATCH 00/30] ide: Clean up code and fix a few bugs
 2023-04-19  1:46 UTC  (4+ messages)
` [PATCH 16/30] ide: Avoid preprocessor for CONFIG_LBA48

[PATCH] net: ipv6: Add support for default gateway discovery
 2023-04-19  1:46 UTC  (6+ messages)
` [PATCH v3 0/3] Add IPv6 Network Discovery
  ` [PATCH v3 2/3] test/py: IPv6 network discovery test
  ` [PATCH v3 3/3] test: eth: IPv6 network discovery unit test

[PATCH v2 0/3] *** net: DHCPv6 protocol and commands ***
 2023-04-19  1:46 UTC  (5+ messages)
` [PATCH v2 2/3] net: dhcp6: pxe: Add DHCP/PXE commands for IPv6

Reading file would overwrite reserved memory. Failed to load 'hello_world.bin - imx7d-pico - Uboot 2022.04
 2023-04-19  1:46 UTC  (2+ messages)

[PATCH v1 0/4] Tegra: add ASUS/Google Nexus 7 (2012) support
 2023-04-19  1:46 UTC  (10+ messages)
` [PATCH v1 4/4] board: asus: grouper: add Google "

[PATCH] dm: core: introduce uclass_get_device_by_of_path()
 2023-04-19  1:46 UTC  (2+ messages)

[RESEND PATCH v2] netconsole: various improvements
 2023-04-19  1:46 UTC  (2+ messages)

[PATCH] uclass: add uclass_find_device_by_phandle_id() helper
 2023-04-19  1:46 UTC  (2+ messages)

[PATCH 00/13] x86: Various minor enhancements for coreboot
 2023-04-19  1:46 UTC  (7+ messages)
` [PATCH 03/13] input: Only reset the keyboard when running bare metal

[PATCH 1/1] test: fix pylint warning for capsule tests
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH] riscv: Support riscv64 image type
 2023-04-19  1:46 UTC  (2+ messages)

[PATCH 1/4] configs: am62x_evm_a53_defconfig: Changes in memory map to support SPL splash screen
 2023-04-19  1:46 UTC  (3+ messages)
` [PATCH 4/4] common: spl: spl: Remove video driver before u-boot proper

[PATCH v4 0/9] Add video damage tracking
 2023-04-19  1:45 UTC  (3+ messages)

[PATCH v2 0/3] rpi: Convert to standard boot
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH v3 00/16] x86: Various minor enhancements for coreboot
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH v8 00/13] bootstd: Convert rockchip and add various fixes and tweaks
 2023-04-19  1:45 UTC  (12+ messages)

The u-boot supports i2c-over-hid?
 2023-04-19  1:45 UTC  (2+ messages)

Support for NXP S32K3 Family
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH 0/6] serial: msm-geni: fix UART baudrate on modern platforms
 2023-04-19  1:45 UTC  (5+ messages)
` [PATCH 1/6] misc: add Qualcomm GENI SE QUP device driver

[PATCH] doc:fix typo in 'mmc write' example
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-04-19  1:45 UTC  (6+ messages)

[PATCH] sandbox: disable tracing before unmapping RAM
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH] docs: fix wrong proftool usage
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH] tools: env: update lock path in README
 2023-04-19  1:45 UTC  (2+ messages)

[PATCH 1/7] pci: pcie_dw_rockchip: Add rk3588 compatible
 2023-04-18 20:54 UTC  (3+ messages)
` [PATCH 5/7] ARM: dts: rockchip: rk3588s-u-boot: add pcie2x1l2 with PHY

[PATCH 01/13] smegw01: Enable setting additional boot params
 2023-04-18 19:48 UTC  (14+ 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] rmobile: avoid deprecated srec_cat flags
 2023-04-18 19:36 UTC  (2+ messages)

[PATCH v4 00/10] Renesas RZ/N1 SoC initial support
 2023-04-18 19:35 UTC  (7+ messages)
` [PATCH v4 01/10] ARM: armv7: add non-SPL enable for Cortex SMPEN

[PATCH 0/2] ARM: dts: stm32mp: alignment with v6.3-rc3
 2023-04-18 19:14 UTC  (4+ 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 1/5] mtd/spinand: rework detect procedure for different READ_ID operation
 2023-04-18 18:24 UTC  (9+ messages)

[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  (16+ 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-17 18:45 UTC  (4+ 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 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] 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 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)


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