u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 13:05:33 to 2022-09-03 14:06:08 UTC [more...]

[PATCH v4 0/7] tpm: Various minor fixes and enhancements
 2022-09-03 14:05 UTC  (5+ messages)
` [PATCH v4 6/7] tpm: Implement state command for Cr50
` [PATCH v4 7/7] tpm: Allow committing non-volatile data

[PATCH 0/2] efi_selftest: unit test for EFI Conformance Profile Table
 2022-09-03 14:01 UTC  (3+ messages)
` [PATCH 1/2] efi_selftest: export efi_st_get_config_table()
` [PATCH 2/2] efi_selftest: unit test for EFI Conformance Profile Table

[PATCH v2] cmd: xxd: add new command
 2022-09-03 13:15 UTC 

[PATCH 1/1] doc: man-page for tftpput
 2022-09-03 12:24 UTC 

[PATCH 1/1] cmd: fix tftpput command
 2022-09-03 12:21 UTC 

[PATCH v6] cmd: cat: add new command
 2022-09-03 11:34 UTC 

[PATCH v2] binman: bintool: remove btool_ prefix from btool names
 2022-09-03  8:48 UTC  (3+ messages)

[PATCH v7 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-09-03  8:02 UTC  (13+ messages)
` [PATCH v7 1/8] binman: add support for skipping file concatenation for mkimage
` [PATCH v7 2/8] binman: allow user-defined filenames for mkimage entry
` [PATCH v7 3/8] rockchip: remove binman temporary files when cleaning
` [PATCH v7 4/8] rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM
` [PATCH v7 5/8] rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards
` [PATCH v7 6/8] rockchip: simplify binman image dependencies addition to INPUTS
` [PATCH v7 7/8] rockchip: allow to build SPI images even without HAS_ROM option
` [PATCH v7 8/8] rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash

Designware i2c driver, HCNT calculation logic
 2022-09-02 11:39 UTC 

[PATCH v5] cmd: cat: add new command
 2022-09-03 10:54 UTC  (3+ messages)

[PATCH v2 00/17] IPv6 support
 2022-09-03 10:50 UTC  (3+ messages)

[PATCH v2 0/8] Enable CONFIG_TIMER for all Kirkwood / MVEBU boards
 2022-09-03 10:44 UTC  (14+ messages)
` [PATCH v2 1/8] timer: orion-timer: Use timer_conv_64() to fix timer wrap around
` [PATCH v2 2/8] timer: orion-timer: Add support for other Armada SoC's
` [PATCH v2 3/8] timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support
` [PATCH v2 4/8] arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms
` [PATCH v2 5/8] arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate step
` [PATCH v2 6/8] arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1
` [PATCH v2 7/8] arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to timer DT node
` [PATCH v2 8/8] kirkwood: lsxl: Sync defconfigs

Pull request of efi-2022-10-rc4-2
 2022-09-03 10:25 UTC 

[BUG] nvme: multiple name spaces not correctly handled
 2022-09-03  9:30 UTC  (2+ messages)

[PATCH v3] tee: optee: rework TA bus scanning code
 2022-09-03  7:53 UTC 

[PATCH 1/1] The riscv spec has breaking change from 2.2 to 20191213. Both ZICSR and ZIFENCEI are separated extension since 20191213. Gcc bump up the riscv spec to 20191213 since 12.x. So add below 4 build option for compatibility::
 2022-09-03  4:53 UTC  (2+ messages)
  ` [PATCH 1/1] The riscv spec has breaking change from 2.2 to 20191213.

[PATCH 0/5] rtc: Work around race conditions
 2022-09-03  1:55 UTC  (3+ messages)
` [PATCH 1/5] dm: rtc: Make use of ut_assertnonnull()

[PATCH v2] arm: ARMv4 assembly compatibility
 2022-09-03  1:55 UTC  (2+ messages)

[PATCH v1 0/3] Support various block interfaces for avb and bcb
 2022-09-03  1:55 UTC  (3+ messages)
` [PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

[PATCH v4] cmd: Add pause command
 2022-09-03  1:54 UTC  (2+ messages)

[PATCH] distro_bootcmd: Introduce support for extension command
 2022-09-03  1:54 UTC  (2+ messages)

[PATCH v3 1/2] Makefile: Allow LTO to be disabled for a build
 2022-09-03  1:54 UTC  (4+ messages)
` [PATCH v3 2/2] ci: Add a test for a non-LTO build

[PATCH v2 1/4] cmd: add temperature command
 2022-09-03  1:54 UTC  (3+ messages)
` [PATCH v2 4/4] test: cmd: add test for "

[PATCH v2] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-02 21:38 UTC  (2+ messages)

[PATCH 1/1] sandbox: unblock signal before calling execv()
 2022-09-02 20:00 UTC  (2+ messages)

[PATCH 1/1] efi_selftest: on sandbox use host specific assembly
 2022-09-02 19:59 UTC  (3+ messages)

[PATCH 1/1] efi_loader: compliance Simple Text Input Ex Protocol
 2022-09-02 19:59 UTC  (5+ messages)

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-09-02 19:59 UTC  (10+ messages)

[PATCH v1 0/6] Migrate watchdog reset to cyclic infrastructure
 2022-09-02 19:59 UTC  (8+ messages)
` [PATCH v1 1/6] watchdog: Integrate watchdog triggering into the cyclic framework
` [PATCH v1 2/6] cyclic: Introduce schedule() function
` [PATCH v1 3/6] cyclic: Use schedule() instead of WATCHDOG_RESET()
` [PATCH v1 4/6] watchdog: Get rid of ASSEMBLY hacks
` [PATCH v1 5/6] watchdog: Remove WATCHDOG_RESET macro
` [PATCH v1 6/6] watchdog: Further cleanup

[PATCH 0/4] Update Chameleon v3 configuration
 2022-09-02 19:59 UTC  (10+ messages)
` [PATCH 4/4] arm: dts: chameleonv3: Add 270-2 variant

[PATCH 1/1] efi_loader: printing UEFI revision in helloworld.efi
 2022-09-02 19:59 UTC  (4+ messages)

[PATCH] gpio: renesas: Simplify .request/.rfree callbacks
 2022-09-02 19:56 UTC  (3+ messages)

[PATCH v2] tee: optee: rework TA bus scanning code
 2022-09-02 19:11 UTC  (3+ messages)

[PATCH] doc: socfpga_arria10_qspi_socdk: Document for running SPL/U-Boot on the kit
 2022-09-02 16:58 UTC 

[PATCH 0/5] IPv6 support
 2022-09-02 14:58 UTC  (8+ messages)
` [PATCH 3/5] net: tftp: add IPv6 support for tftpboot

[PATCH] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-02 14:49 UTC  (3+ messages)

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

[PATCH v6 0/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL
 2022-09-02 13:00 UTC  (7+ messages)
` [PATCH v6 1/3] Convert CONFIG_SYS_L2_PL310 to Kconfig
` [PATCH v6 2/3] ARM: cache: Allow SPL to build cache-pl310.c
` [PATCH v6 3/3] ARM: imx6: dh-imx6: Enable d-cache early in SPL

[PATCH 1/2] Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig
 2022-09-02 13:00 UTC  (4+ messages)
` [PATCH 2/2] Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al

[PATCH v6 0/8] Add support for cyclic function execution infrastruture
 2022-09-02 11:57 UTC  (9+ messages)
` [PATCH v6 1/8] time: Import time_after64() and friends from Linux
` [PATCH v6 2/8] cyclic: Add basic support for cyclic function execution infrastruture
` [PATCH v6 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
` [PATCH v6 4/8] cyclic: Integrate cyclic functionality at bootup in board_r/f
` [PATCH v6 5/8] cyclic: Add 'cyclic list' and 'cyclic demo' commands
` [PATCH v6 6/8] mips: octeon_nic23: Add PCIe FLR fixup via cyclic infrastructure
` [PATCH v6 7/8] cyclic: Add documentation
` [PATCH v6 8/8] cyclic: Add a simple test

[PATCH] ddr: socfpga: Fix integer overflow
 2022-09-02 11:20 UTC  (2+ messages)

[PATCH 0/4] addition of configs for rockchip based roc-pc-rk3399 board
 2022-09-02  8:24 UTC  (5+ messages)
` [PATCH 1/4] configs:roc-pc-rk3399 :Enable CONFIG_USE_PREBOOT
` [PATCH 2/4] configs: roc-pc-rk3399:fix up USB support
` [PATCH 3/4] configs:roc-pc-rk3399 :Enable crypto RNG support
` [PATCH 4/4] configs: roc-pc-rk3399:Set the maximum slave SPI speed to 30MHz

[PATCH] distro_bootcmd: Always check for custom boot scripts first
 2022-09-01 22:06 UTC 

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

[PATCH] spl: introduce SPL_XIP to config
 2022-09-02  8:47 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] RockPi4: Add UEFI capsule update support
 2022-09-02  7:52 UTC  (5+ messages)

[RFC PATCH 0/8] Migrate watchdog reset to cyclic infrastructure
 2022-09-02  7:44 UTC  (6+ messages)
` [RFC PATCH 8/8] WIP: .azure-pipelines.yml: Remove evb-ast2600

[PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment
 2022-09-02  7:40 UTC 

[PATCH v3] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-02  6:51 UTC 

[PATCH] misc: fs_loader: Add QSPI RAW partition loading support
 2022-09-02  6:43 UTC 

[PATCH v2 00/28] ARM: Add Rockchip RV1126 support
 2022-09-02  6:43 UTC  (7+ messages)
` [PATCH v2 03/28] tools: rkcommon: Correct SPL size for px30
` [PATCH v2 20/28] ARM: dts: rockchip: Add Rockchip RV1126 SoC

[PATCH 0/6] Enable CONFIG_TIMER for all Kirwood / MVEBU boards
 2022-09-02  5:38 UTC  (18+ messages)

[PATCH] arm: orion5: Completely remove Orion5 platform support
 2022-09-02  5:34 UTC  (5+ messages)

[PATCH v2 1/1] efi_loader: support CTRL+\ - CTRL+_
 2022-09-02  4:24 UTC  (2+ messages)

[PATCH] Kconfig: distro: Use imply instead of select for CMD_FAT
 2022-09-02  3:28 UTC 

[PATCH] arm: socfpga: Ensure the DTS QSPI clock is set correctly
 2022-09-02  3:23 UTC 

[PATCH] arm: socfpga: soc64: Enable ARM SMCCC
 2022-09-02  2:51 UTC 

[PATCH 0/2] *** SUBJECT HERE ***
 2022-09-02  1:58 UTC  (3+ messages)
` [PATCH 1/2] arch: arm: mach-socfpga: Use custom header target buffer in SPL
` [PATCH 2/2] arch: arm: mach-socfpga: Add SPL fitImage config match

[PATCH] driver: fpga: Add support for loading FPGA bitstream from RAW partition
 2022-09-02  1:52 UTC 

[PATCH] reset: socfpga: release more A10 peripherals out of reset
 2022-09-02  1:09 UTC 

[PATCH 1/1] efi_loader: support CTRL+\ - CTRL+_
 2022-09-02  0:33 UTC  (3+ messages)

[PATCH] board_init: Convert CONFIG_MALLOC_F_ADDR to Kconfig
 2022-09-01 21:18 UTC  (2+ messages)

[PATCH] arch: arm: dts: socfpga: Add dts support for QSPI Arria 10 SoCDK
 2022-09-01 19:20 UTC 

[PATCH] board: altera: arria10: Add default kernel fitImage for Arria10 QSPI SoCDK
 2022-09-01 19:18 UTC 

[PATCH] board: altera: arria10: Add default U-Boot fitImage for Arria10 SoCDK
 2022-09-01 19:14 UTC 

[PATCH 0/4] Align sama5 and sama7 DT's with Linux
 2022-09-01 14:22 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: at91: sama5: Align with Linux Devicetree
` [PATCH 2/4] ARM: dts: at91: sama7: "
` [PATCH 3/4] pinctrl: at91-pio4: Bind GPIO driver to the pinctrl DT node
` [PATCH 4/4] pinctrl: at91-pio4: Add support for pinctrl config subnodes

[PATCH v3 1/7] binman: bintool: move version check implementation into bintool class
 2022-09-01 18:44 UTC  (8+ messages)
` [PATCH v3 2/7] binman: btool: lz4: use Bintool.version
` [PATCH v3 3/7] binman: btool: mkimage: "
` [PATCH v3 4/7] binman: bintool: parametrize args to pass to binary for returning version
` [PATCH v3 5/7] binman: btool: fiptool: use Bintool.version
` [PATCH v3 6/7] binman: btool: futility: "
` [PATCH v3 7/7] binman: bintool: bzip2: fix version function on non-Debian-based systems

[PATCH v6 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-09-01 18:44 UTC  (11+ messages)
` [PATCH v6 1/8] binman: add support for skipping file concatenation for mkimage
` [PATCH v6 2/8] binman: allow user-defined filenames for mkimage entry
` [PATCH v6 3/8] rockchip: remove binman temporary files when cleaning
` [PATCH v6 4/8] rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM
` [PATCH v6 5/8] rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards
` [PATCH v6 6/8] rockchip: simplify binman image dependencies addition to INPUTS
` [PATCH v6 7/8] rockchip: allow to build SPI images even without HAS_ROM option
` [PATCH v6 8/8] rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash

[PATCH] binman: btool: gzip: fix packer name so that binary can be found
 2022-09-01 15:05 UTC  (6+ messages)

[PATCH 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-09-01 13:13 UTC  (16+ messages)
` [PATCH 05/12] rockchip: puma-rk3399: load environment from same MMC as used for loading U-Boot proper
` [PATCH 06/12] rockchip: puma-rk3399: allow loading environment from SPI-NOR flash
` [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper
` [PATCH 08/12] rockchip: puma-rk3399: remove useless CONFIG_SYS_SPI_U_BOOT_OFFS
` [PATCH 09/12] rockchip: puma-rk3399: migrate to TPL
` [PATCH 10/12] rockchip: puma-rk3399: migrate to u-boot-rockchip.bin
` [PATCH 12/12] rockchip: puma-rk3399: migrate to u-boot-rockchip-spi.bin

[PATCH v1 2/3] arm: dts: rockchip: update cpu and gpu nodes
 2022-09-01 13:07 UTC  (4+ messages)
` [PATCH v1 3/3] arm: dts: rockchip: rk3288: partial sync from Linux

[PATCH v1 1/3] arm: dts: rockchip: rk3288: move thermal sub nodes to dtsi
 2022-09-01 13:06 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;
as well as URLs for NNTP newsgroup(s).