u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-15 16:17:08 to 2021-10-19 13:09:16 UTC [more...]

[PATCH 1/3 v4] riscv: Remove OF_PRIOR_STAGE from RISC-V boards
 2021-10-19 13:08 UTC  (6+ messages)
` [PATCH 2/3] board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards
` [PATCH 3/3] treewide: Remove OF_PRIOR_STAGE

i.MX LPDDR4 Firmware
 2021-10-19 13:04 UTC  (3+ messages)

[PATCH v3] sandbox: Remove OF_HOSTFILE
 2021-10-19 12:54 UTC  (6+ messages)

please help, "Ram disk image is corrupt or invalid" (qemu virt machine, arm64)
 2021-10-19 12:31 UTC  (5+ messages)

Message to U-boot list
 2021-10-19 11:31 UTC 

[PATCH] part: return -ENOSYS when get_info not valid
 2021-10-19  8:17 UTC 

[PATCH] doc: Remove obsolete README.440-DDR-performance file
 2021-10-19  7:25 UTC 

[PATCH v8 0/8] env: Allow environment in text files
 2021-10-19 10:57 UTC  (11+ messages)
` [PATCH v8 1/8] binman: Allow timeout to occur in the image or its section
` [PATCH v8 2/8] sandbox: Drop distro_boot
` [PATCH v8 3/8] doc: Move environment documentation to rST
` [PATCH v8 4/8] env: Allow U-Boot scripts to be placed in a .env file
` [PATCH v8 5/8] sandbox: Use a text-based environment
` [PATCH v8 6/8] doc: Mention CONFIG_DEFAULT_ENV_FILE
` [PATCH v8 7/8] doc: Improve environment documentation
` [PATCH v8 8/8] bootm: Tidy up use of autostart env var

[PATCH v3 0/4] mkimage: sunxi_egon: add riscv support
 2021-10-19 10:49 UTC  (3+ messages)
` [PATCH v3 1/4] mkimage: add a flag to describe whether -A is specified

[PATCH v6 0/7] env: Allow environment in text files
 2021-10-19 10:46 UTC  (13+ messages)
` [PATCH v6 4/7] env: Allow U-Boot scripts to be placed in a .env file

[PATCH 0/9] phyCORE-i.MX8MM Updates
 2021-10-19 10:44 UTC  (2+ messages)

[PATCH v3 0/4] sunxi: TOC0 image type support
 2021-10-19 10:41 UTC  (4+ messages)
` [PATCH v3 1/4] tools: Separate image types which depend on OpenSSL

[PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE
 2021-10-19  9:21 UTC  (5+ messages)

[PATCH] arm: a37xx: pci: Fix condition for CRS response
 2021-10-19  9:05 UTC 

[PATCH] riscv: Avoid io read/write cause wrong result
 2021-10-19  8:59 UTC  (3+ messages)

[PATCH v3 00/16] Add CAAM driver model support
 2021-10-19  8:50 UTC  (5+ messages)
` [PATCH v3 01/16] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "

How to compile u-boot with debug option?
 2021-10-19  8:39 UTC  (5+ messages)

License: embed u-boot binary in FPGA bitstream
 2021-10-19  7:13 UTC  (2+ messages)

[PATCH] ARM: stm32: Enable DFU SF support on DHSOM
 2021-10-19  3:03 UTC 

[PATCH v3 1/2] nvme: Enable FUA
 2021-10-19  2:40 UTC  (2+ messages)
` [PATCH v3 2/2] nvme: Fix error in nvme_setup_prps

[PATCH v3 00/13] env_get_char() removal and env_get_f() refactor
 2021-10-19  0:49 UTC  (16+ messages)
` [PATCH v3 01/13] env: Fix documentation for env_get_f()
` [PATCH v3 02/13] env: Drop env_get_char_spec() and old, unused .get_char() implementations
` [PATCH v3 03/13] examples: api: glue: Remove comment that does not apply anymore
` [PATCH v3 04/13] env: Change env_match() to static and remove from header
` [PATCH v3 05/13] env: Inline env_get_char() into its only user
` [PATCH v3 06/13] env: Use string pointer instead of indexes in env_get_f()
` [PATCH v3 07/13] env: Use better name for variable "
` [PATCH v3 08/13] env: Don't match empty variable name in env_match()
` [PATCH v3 09/13] env: Early return from env_get_f() on NULL name
` [PATCH v3 10/13] env: Make return value of env_get_f() behave like sprintf() on success
` [PATCH v3 11/13] env: Use memcpy() instead of ad-hoc code to copy variable value
` [PATCH v3 12/13] env: Simplify env_match() and inline into env_get_f()
` [PATCH v3 13/13] env: Move non-cli env functions to env/common.c

[PATCH] mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI
 2021-10-18 23:38 UTC  (2+ messages)

[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config
 2021-10-18 22:26 UTC  (6+ messages)

Stack overflows in ubifs_findfile
 2021-10-18 21:38 UTC 

[PATCH v2 00/39] efi: Improvements to U-Boot running on top of UEFI
 2021-10-18 18:12 UTC  (15+ messages)
` [PATCH v2 02/39] efi: Add a separate maintainer entry for the app
` [PATCH v2 04/39] x86: Create a new header for EFI
` [PATCH v2 05/39] x86: Show some EFI info with the bdinfo command
` [PATCH v2 06/39] x86: Tidy up global_data pointer for 64-bit
` [PATCH v2 07/39] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v2 24/39] efi: serial: Support arrow keys

[PATCH v7 0/7] env: Allow environment in text files
 2021-10-18 18:12 UTC  (12+ messages)
` [PATCH v7 1/7] sandbox: Drop distro_boot
` [PATCH v7 2/7] doc: Move environment documentation to rST
` [PATCH v7 3/7] env: Allow U-Boot scripts to be placed in a .env file
` [PATCH v7 4/7] sandbox: Use a text-based environment
` [PATCH v7 5/7] doc: Mention CONFIG_DEFAULT_ENV_FILE
` [PATCH v7 6/7] doc: Improve environment documentation
` [PATCH v7 7/7] bootm: Tidy up use of autostart env var

[PATCH] pxe_utils: Fix arguments to x86 zboot
 2021-10-18 18:12 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
 2021-10-18 16:13 UTC  (2+ messages)

[PATCH] xilinx: zynqmp: Handle fallthrough statement properly
 2021-10-18 16:12 UTC  (2+ messages)

Broken build with disabling OpenSSL crypto
 2021-10-18 14:04 UTC  (6+ messages)

Pull request: u-boot-rockchip-20211015
 2021-10-18 13:21 UTC  (2+ messages)

[PATCH v2] env: mmc: Add support for redundant env in both eMMC boot partitions
 2021-10-18 11:47 UTC  (3+ messages)

[PATCH] mtd: spi-nor-ids: Add SECT_4K to mt25qu512a
 2021-10-18 10:30 UTC 

[PATCH] mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices
 2021-10-18 10:26 UTC 

[PATCH v4 0/4] Add octal DTR support for Macronix flash
 2021-10-18  6:24 UTC  (5+ messages)
` [PATCH v4 1/4] mtd: spi-nor: macronix: add support for Macronix Octal
` [PATCH v4 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset
` [PATCH v4 3/4] mtd: spi-nor-core: set 4byte opcode when possible
` [PATCH v4 4/4] mtd: spi-nor-core: Add support for Macronix Octal flash

[PATCH] image.h: make image_sign_info.fit point to const
 2021-10-18  5:49 UTC 

[PATCH 1/2] firmware: zynqmp: Handle errors from ipi_req properly
 2021-10-18  9:34 UTC  (4+ messages)
` [PATCH 2/2] firmware: zynqmp: fix write to an uninitialised pointer in ipi_req()

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2021-10-18  8:56 UTC  (38+ messages)
` [PATCH v3 01/18] Create a new boot/ directory
` [PATCH v3 02/18] pxe: Move API comments to the header files
` [PATCH v3 03/18] pxe: Use a context pointer
` [PATCH v3 04/18] pxe: Move do_getfile() into the context
` [PATCH v3 05/18] pxe: Add a userdata field to "
` [PATCH v3 06/18] pxe: Tidy up the is_pxe global
` [PATCH v3 07/18] pxe: Move pxe_utils files
` [PATCH v3 08/18] pxe: Tidy up some comments in pxe_utils
` [PATCH v3 09/18] pxe: Tidy up code style a little "
` [PATCH v3 10/18] pxe: Move common parsing coding into pxe_util
` [PATCH v3 11/18] pxe: Clean up the use of bootfile
` [PATCH v3 12/18] pxe: Drop get_bootfile_path()
` [PATCH v3 13/18] lib: Add tests for simple_itoa()
` [PATCH v3 14/18] lib: Add a function to convert a string to a hex value
` [PATCH v3 15/18] pxe: Return the file size from the getfile() function
` [PATCH v3 16/18] pxe: Refactor sysboot to have one helper
` [PATCH v3 17/18] doc: Move distro boot doc to rST
` [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

[PATCH next v6 00/12] aspeed: Support secure boot chain with FIT image verification
 2021-10-18  3:06 UTC  (3+ messages)
` [PATCH next v6 07/12] crypto: aspeed: Add AST2600 ACRY support

[PATCH] mmc: rockchip_sdhci: enable strobe line for HS400
 2021-10-18  1:52 UTC  (4+ messages)
    `  "

Pull request, u-boot-tegra/master
 2021-10-18  1:13 UTC  (2+ messages)

[PATCH v2 0/2] arm: spl: prepare for jumping to OPTEE
 2021-10-17 11:26 UTC  (3+ messages)
` [PATCH v2 1/2] spl: make function spl_optee_entry() noreturn
  ` [PATCH v2 2/2] arm: spl: prepare for jumping to OPTEE

[PATCH] arm: spl: flush and disable cache before jumping to OPTEE
 2021-10-17 11:00 UTC  (3+ messages)

[PATCH 0/4] Add support for Samsung 2017 A-series phones
 2021-10-17 10:45 UTC  (5+ messages)
` [PATCH 1/4 v2] serial: samsung: add support for skip debug init in s5p
` [PATCH 2/4] pinctrl: exynos: add support for multiple pin banks
` [PATCH 3/4] SoC: exynos: add support for exynos 78x0
` [PATCH 4/4] board: samsung: add support for Galaxy A series of 2017 (a5y17lte)

[PATCH 0/6] Add support for SDM845 based boards, and SM-G9600
 2021-10-17 10:44 UTC  (7+ messages)
` [PATCH 1/6 v5] serial: qcom: add support for GENI serial driver
` [PATCH 2/6 v4] spmi: msm: add arbiter version 5 support
` [PATCH 3/6 v2] pinctrl: qcom: add pinctrl and gpio drivers for SDM845 SoC
` [PATCH 4/6] clocks: qcom: add clocks for SDM845 debug uart
` [PATCH 5/6 v2] SoC: qcom: add support for SDM845
` [PATCH 6/6 v4] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

[PATCH 1/6 v4] serial: qcom: add support for GENI serial driver
 2021-10-17 10:36 UTC  (6+ messages)
` [PATCH 6/6 v4] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

[PATCH v2 00/10] Support the SJA1105 DSA switch on the NXP LS1021A-TSN board
 2021-10-16 18:30 UTC  (6+ messages)
` [PATCH v2 01/10] net: tsec: add support for promiscuous mode
` [PATCH v2 04/10] net: introduce a helper to determine whether to use in-band autoneg

[PATCH] net: phy: realtek: Add tx/rx delay config for 8211e
 2021-10-16 18:30 UTC  (2+ messages)

[PATCH 1/3] net: dsa: Use true instead of 1 in the set_promisc() call
 2021-10-16 18:27 UTC  (8+ messages)
` [PATCH 2/3] net: fec_mxc: Declare 'promisc' as bool
` [PATCH 3/3] net: tsec: Make redundant_init() static

[PATCH] net: gem: Disable broadcast setting
 2021-10-16 18:25 UTC  (2+ messages)

[PATCH] tools/Makefile: fix {C,LD}FLAGS with CROSS_BUILD_TOOLS
 2021-10-16 16:57 UTC 

HiFive Unmatched: U-Boot stuck when loading Ramdisk
 2021-10-16 14:47 UTC  (6+ messages)

[PATCH 1/2] cmd: kaslrseed: add command to generate value from hwrng
 2021-10-16  5:48 UTC  (3+ messages)

[PATCH] image: fix select_ramdisk for raw initrd
 2021-10-16  5:24 UTC 

[PATCH] image-board: fix wrong implementation ram disk address setup from cmdline
 2021-10-16  5:19 UTC 

[PATCH1/1]sqfs: sqfs_tokenize() should fill the tokens list instead of free items
 2021-10-16  2:19 UTC 

External dts building
 2021-10-16  0:31 UTC  (3+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-15 18:03 UTC  (10+ messages)

[PATCH 1/4] Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
 2021-10-15 18:03 UTC  (8+ messages)
` [PATCH 2/4] Convert CONFIG_USB_EHCI_MXS to Kconfig
` [PATCH 3/4] Drop CONFIG_USB_EHCI_KIRKWOOD
` [PATCH 4/4] Convert CONFIG_USB_EHCI_IS_TDI to Kconfig

[PATCH 1/6] scripts: remove some configs in config_whitelist.txt
 2021-10-15 18:02 UTC  (10+ messages)
` [PATCH 2/6] am33x: Remove unused define CONFIG_MUSB_HOST
` [PATCH 3/6] Remove unused CONFIG_NO_RELOCATION
` [PATCH 4/6] Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7
` [PATCH 5/6] Remove unused CONFIG_CONS_NONE

[PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver
 2021-10-15 17:11 UTC  (2+ messages)
` [PATCH v1 2/2] x86: edison: Don't take SD card detect pin into consideration

[PATCH v2] board: gateworks: venice: add imx8mn-gw7902 support
 2021-10-15 17:16 UTC  (3+ messages)

[PATCH 1/2] env: mmc: Add missing eMMC bootpart restoration to env erase
 2021-10-15 16:42 UTC  (3+ messages)
` [PATCH 2/2] env: mmc: Add support for redundant env in both eMMC boot partitions

[PATCH] loads: Block writes into LMB reserved areas of U-Boot
 2021-10-15 16:30 UTC  (5+ messages)

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-10-15 16:19 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).