u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-09 18:21:12 to 2022-09-13 06:59:40 UTC [more...]

[PATCH] arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescue
 2022-09-13  6:59 UTC  (2+ messages)

[PATCH] board: turris: Initialize serial# env
 2022-09-13  6:59 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE
 2022-09-13  6:58 UTC  (2+ messages)

[PATCH 1/2] cmd: mvebu/bubt: Check for A38x image data checksum
 2022-09-13  6:58 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure boot

[PATCH v17 00/10] enable menu-driven UEFI variable maintenance
 2022-09-13  6:57 UTC  (12+ messages)
` [PATCH v17 01/10] eficonfig: menu-driven addition of UEFI boot option
` [PATCH v17 02/10] eficonfig: add "Edit Boot Option" menu entry
` [PATCH v17 03/10] menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling
` [PATCH v17 04/10] eficonfig: add "Delete Boot Option" menu entry
` [PATCH v17 05/10] bootmenu: add removable media entries
` [PATCH v17 06/10] eficonfig: scan media device in eficonfig startup
` [PATCH v17 07/10] eficonfig: add "Change Boot Order" menu entry
` [PATCH v17 08/10] doc:bootmenu: add description for UEFI boot support
` [PATCH v17 09/10] doc:eficonfig: add documentation for eficonfig command
` [PATCH v17 10/10] test: unit test for eficonfig

[PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms
 2022-09-13  6:56 UTC  (2+ messages)

[PATCH] arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGS
 2022-09-13  6:56 UTC  (2+ messages)

imx8mq allocation issue
 2022-09-13  6:48 UTC  (9+ messages)

[PATCH v1] net: nuvoton: fix build broken for use phy_get_interface_by_name
 2022-09-13  6:25 UTC 

[PATCH v1] pinctrl: nuvoton: fix set persist error
 2022-09-13  6:23 UTC 

[PATCH v1] wdt: nuvoton: add expire function for generic reset
 2022-09-13  6:19 UTC 

[PATCH] board_f: show_dram_config: Print also real DRAM size
 2022-09-12 21:58 UTC  (4+ messages)

Question about uboot initialisation
 2022-09-12 20:59 UTC  (10+ messages)

[PATCH] gpio: uclass: Introduce gpio-hog-optional property
 2022-09-12 20:56 UTC  (5+ messages)

Adding 'N:' field support to buildman's boards database
 2022-09-12 20:20 UTC 

[PATCH] display_options: print_size: Fix order overflow
 2022-09-12 19:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] tee: optee: rework TA bus scanning code
 2022-09-12 18:31 UTC  (6+ messages)

[PATCH 1/2] smbios: Simplify reporting of unknown values
 2022-09-12 18:31 UTC  (2+ messages)

Please pull u-boot-dm
 2022-09-12 17:20 UTC  (2+ messages)

[PATCH 2/2] board: developerbox: move mem_map setup later
 2022-09-12 17:05 UTC 

[PATCH 1/2] board: developerbox: use identity mapping for >4GB
 2022-09-12 17:05 UTC 

[PATCH v7 12/15] binman: Add VPL support
 2022-09-12 16:48 UTC  (3+ messages)
` [PATCH v7 00/15] vpl: Introduce a verifying program loader

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-09-12 16:48 UTC  (12+ messages)

[PATCH 1/4] common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code
 2022-09-12 16:30 UTC  (9+ messages)
` [PATCH 2/4] common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c
` [PATCH 3/4] common/board_f: introduce arch_setup_dest_addr()
` [PATCH 4/4] common/board_f: drop ifdefs around header includes

[PATCH v2 0/3] Support UEFI SPI I/O protocol
 2022-09-12 16:14 UTC  (5+ messages)
` [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

[PATCH] board: st: stm32mp1: use of correct compatible string to add partitions
 2022-09-12 15:40 UTC 

[PATCH] ARM: socfpga: Add NAND register address and data register
 2022-09-12 13:19 UTC 

[PATCH v2 1/2] usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT
 2022-09-12 13:37 UTC  (3+ messages)

[PATCH v2] binman: Get futility by building it
 2022-09-12 13:35 UTC 

[PATCH] video: simplefb: Add rotation support
 2022-09-12 13:34 UTC  (2+ messages)

[PATCH v4 00/17] IPv6 support
 2022-09-12 13:34 UTC  (10+ messages)
` [PATCH 02/17] net: ipv6: Add IPv6 build options
` [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables
` [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

[PATCH v3,00/17] IPv6 support
 2022-09-12 13:34 UTC  (23+ messages)
` [PATCH 01/17] net: ipv6: Add IPv6 basic primitives
` [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables
` [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)
` [PATCH 05/17] net: ipv6: Add string_to_ip6 converter
` [PATCH 06/17] net: ipv6: Enable IPv6 typeconversion specifier
` [PATCH 07/17] net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks
` [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions
` [PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem
` [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot
` [PATCH 11/17] net: ping6: Add ping6 command

uboot not loading ramdisk
 2022-09-12 13:34 UTC  (2+ messages)

[PATCH 00/14] vbe: Support device tree fixups for OS requests
 2022-09-12 13:34 UTC  (6+ messages)
` [PATCH 02/14] bootm: Change incorrect 'unsupported' error
      ` [PATCH 02/14] bood

[PATCH 0/9] Support for 4 GB DDR modules for 32-bit U-Boot builds
 2022-09-12 13:33 UTC  (13+ messages)
` [PATCH 3/9] board_f: Fix types for board_get_usable_ram_top()
` [PATCH 4/9] board_f: Fix printing gd->ram_size and gd->ram_top
` [PATCH 8/9] ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds
` [PATCH 10/9] powerpc/mpc85xx: Fix re-align of unmapped DDR memory message "

[RFC PATCH 0/1] net: xilinx: handle internal PHY/PCS
 2022-09-12 10:26 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[PATCH] ddr: socfpga: Add ECC DRAM scrubbing support for gen5
 2022-09-12  1:47 UTC 

[PATCH v4 0/4] i2c: stm32: cleanup & stop handling fix
 2022-09-12 12:04 UTC  (15+ messages)
` [PATCH v4 1/4] i2c: stm32: fix comment and remove unused AUTOEND bit
` [PATCH v4 2/4] i2c: stm32: remove unused stop parameter in start & reload handling
` [PATCH v4 3/4] i2c: stm32: do not set the STOP condition on error
` [PATCH v4 4/4] i2c: stm32: fix usage of rise/fall device tree properties

[PATCH v2 0/3] i2c: stm32: cleanup & stop handling fix
 2022-09-12  8:36 UTC  (6+ messages)
` [PATCH v2 3/3] i2c: stm32: only send a STOP upon transfer completion

[PATCH v3] gpio: ftgpio010: Add support for Faraday Technology FTGPIO010
 2022-09-12 10:09 UTC 

[PATCH] xilinx: versal: Disable LMB for mini configurations
 2022-09-12 10:00 UTC  (2+ messages)

[PATCH] xilinx: zynq: Disable LMB for mini configurations
 2022-09-12 10:00 UTC  (2+ messages)

[PATCH] xilinx: common: Add support for SOC detection
 2022-09-12  9:59 UTC  (2+ messages)

[PATCH] xilinx: Fix mdio bus description for vck190-sc
 2022-09-12  9:58 UTC  (2+ messages)

[PATCH v2] ARM: zynq: DT: List OCM memory
 2022-09-12  9:57 UTC  (2+ messages)

[PATCH] ARM: zynq: Align qspi node name with Linux kernel
 2022-09-12  9:56 UTC  (2+ messages)

[PATCH] cmd: bdinfo: Enable dumping lmb data when LMB is enabled
 2022-09-12  9:55 UTC  (2+ messages)

[PATCH] cmd: ubi: Add 'ubi list' command for printing list of all UBI volumes
 2022-09-12  9:38 UTC 

[PATCH] lib: zlib: Use post-increment only in inffast.c
 2022-09-12  9:27 UTC  (4+ messages)

[PATCH] binman: Get futility by building it
 2022-09-12  8:44 UTC  (2+ messages)

[PATCH v3 0/3] i2c: stm32: cleanup & stop handling fix
 2022-09-12  8:35 UTC  (9+ messages)
` [PATCH v3 1/3] i2c: stm32: fix comment and remove unused AUTOEND bit
` [PATCH v3 2/3] i2c: stm32: remove unused stop parameter in start & reload handling
` [PATCH v3 3/3] i2c: stm32: do not set the STOP condition on error

[PATCH v3 1/1] efi_driver: don't bind internal block devices
 2022-09-12  7:55 UTC  (3+ messages)

[GIT PULL] please pull fsl-qoriq-2022-9-7
 2022-09-12  7:37 UTC  (7+ messages)

[PATCH v3 00/32] Add support for MediaTek MT7981/MT7986 SoCs - v3
 2022-09-12  7:35 UTC  (7+ messages)
` [PATCH v3 06/32] net: mediatek: use a struct to cover variations of all SoCs
` [PATCH v3 07/32] net: mediatek: stop using bitfileds for DMA descriptors
` [PATCH v3 28/32] cpu: add basic cpu driver for MediaTek ARM chips

[PATCH v1] 1: Adding rngb entry in imx6ull device tree
 2022-09-12  7:31 UTC  (2+ messages)

[PATCH u-boot-marvell 0/5] mvebu important fixes
 2022-09-12  7:04 UTC  (12+ messages)
` [PATCH u-boot-marvell 1/5] arm: mvebu: Fix function enable_caches
` [PATCH u-boot-marvell 2/5] arm: mvebu: Guard non-AXP code by checking for AXP
` [PATCH u-boot-marvell 3/5] arm: mvebu: lowlevel.S: Use CR_M from asm/system.h
` [PATCH u-boot-marvell 4/5] arm: mvebu: Enable L2 cache also on Armada 38x
` [PATCH u-boot-marvell 5/5] arm: mvebu: Fix moving internal registers

[PATCH] arm: mvebu: Mark constant data with const keyword
 2022-09-12  7:02 UTC  (2+ messages)

[PATCH] arm: mvebu: turris_omnia: Allow to use second serial port
 2022-09-12  7:01 UTC  (2+ messages)

[PATCH] stm32mp: stm32prog: improve the partitioning trace
 2022-09-12  6:43 UTC  (2+ messages)

[PATCH] mtd: spi-nor-core: Fix index value for SCCR dwords
 2022-09-12  5:25 UTC 

[PATCH 0/7] arm: dts: Create common imx8mn-u-boot
 2022-09-11 16:36 UTC  (4+ messages)

[PATCH 1/8] configs: HSD #1508104447-2: configs: socfpga: stratix10: Enable CONFIG_CMD_MTD
 2022-09-11 16:10 UTC  (8+ messages)
` [PATCH 2/8] configs: HSD #1508104447-3: configs: socfpga: stratix10: Move CONFIG_MTDIDS_DEFAULT to defconfig
` [PATCH 3/8] arch: arm: dts: HSD #1508104447-5: arm: dts: socfpga: stratix10: Add NAND IP to base dts
` [PATCH 4/8] arch: arm: dts: HSD #1508104447-6: arm: dts: socfpga: stratix10: Add NAND board file
` [PATCH 5/8] arch: arm: dts: HSD #1508104447-7: arm: dts: socfpga: stratix10: Add NAND u-boot.dtsi
` [PATCH 6/8] arch: arm: dts: HSD #1508104447-8: arm: dts: Makefile: Enable Stratix10 NAND dtb build
` [PATCH 7/8] configs: HSD #1508104447-10: configs: socfpga: Add Nand defconfig for Stratix10
` [PATCH 8/8] drivers: mtd: nand: HSD #1508104447-13: mtd: nand: raw: denali: Wait for reset completion status

[PATCH] arm: socfpga: Enable driver model for watchdog timer drivers
 2022-09-11 15:55 UTC 

[PATCH] arm: socfpga: increase QSPI kernel Image size for Stratix10 and Agilex
 2022-09-11 15:46 UTC 

[PATCH 1/2] arch: arm: mach-socfpga: HSD #1508115548-1: Add SMMU status and Stream ID checking functions
 2022-09-11 15:06 UTC  (2+ messages)
` [PATCH 2/2] arch: arm: mach-socfpga: HSD #1508115548-2: Ensure bitstream address location not exceed 512MB

[PATCH] configs: socfpga: agilex: Enable CONFIG_SPL_CACHE in NAND defconfig
 2022-09-11 14:35 UTC 

[PATCH 1/7] configs: HSD #1507526426-2: configs: socfpga: agilex: Enable CONFIG_CMD_MTD
 2022-09-11 11:47 UTC  (7+ messages)
` [PATCH 2/7] configs: HSD #1507526426-3: configs: socfpga: agilex: Move MTDIDS_DEFAULT to defconfig
` [PATCH 3/7] arch: arm: dts: HSD #1507526426-6: arm: dts: socfpga: Add NAND support for Agilex
` [PATCH 4/7] configs: HSD #1507526426-7: configs: socfpga: agilex: Add NAND support
` [PATCH 5/7] configs: HSD #1507526426-8: configs: socfpga: Add Nand defconfig for Agilex
` [PATCH 6/7] arch: arm: dts: HSD #1507526426-9: arm: dts: agilex: Fix incorrect rootfs partition size for NAND
` [PATCH 7/7] configs: HSD #1507526426-10: configs: socfpga: agilex: Add NAND boot support

[PATCH] arch: arm: mach-socfpga: HSD #1707102234: Agilex: Disable MPFE HMC Adapter Firewall
 2022-09-11 10:58 UTC 

[PATCH] arch: arm: mach-socfpga: HSD #1707095796: Remove MPFE Firewall for SMMU
 2022-09-11  9:32 UTC 

[PATCH] scripts: config_whitelist: CONFIG_SYS_FLASH_AUTOPROTECT_LIST
 2022-09-10 20:04 UTC  (13+ messages)

Pull request for efi-2022-10-rc5
 2022-09-10 12:09 UTC  (2+ messages)

[PATCH] rockchip: enable fdt overlays for ROCK Pi 4 series
 2022-09-10  1:47 UTC 

[PATCH v2] arm: dts: imx8mm-venice-gw7903: add dig1_ctl and dig2_ctl gpios
 2022-09-09 22:58 UTC 

[PATCH] arm: dts: imx8mm-venice-gw7902: add dig1_ctl and dig2_ctl gpios
 2022-09-09 22:55 UTC 

[PATCH] arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsi
 2022-09-09 21:42 UTC 

[PATCH] arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsi
 2022-09-09 21:42 UTC 

[PATCH v3 2/5] arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts
 2022-09-09 20:20 UTC  (4+ messages)
` [PATCH v3 3/5] arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files
` [PATCH v3 4/5] arm: dts: rockchip: rk3128: fix DT node names
` [PATCH v3 5/5] arm: dts: rockchip: rk3128: fix clocks, compatible and phys

[PATCH v3 1/5] rockchip: rk3128-cru: sync the clock dt-binding header from Linux
 2022-09-09 20:18 UTC 

[PATCH] board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
 2022-09-09 20:16 UTC 

[PATCH] regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
 2022-09-09 18:21 UTC  (2+ messages)

[PATCH v15 00/10] enable menu-driven UEFI variable maintenance
 2022-09-09 18:21 UTC  (9+ messages)
` [PATCH v15 10/10] test: unit test for eficonfig


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