u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 09:27:48 to 2021-07-25 23:36:57 UTC [more...]

[PATCH 00/27] Add F1C100s based PocketGo handheld support
 2021-07-25 23:16 UTC  (25+ messages)
` [PATCH 01/27] arm: arm926ejs: start.S: port save_boot_params support from armv7 code
` [PATCH 02/27] arm: arm926ej-s: add sunxi code
` [PATCH 03/27] sunxi: add support for suniv architecture
` [PATCH 04/27] sunxi: suniv: add support for Lichee Pi Nano
` [PATCH 05/27] sunxi: suniv: add boot sequence for SPL to try
` [PATCH 06/27] sunxi: spi-spl: add support for SUNIV
` [PATCH 07/27] sunxi: add SPI0 node for suniv
` [PATCH 08/27] sunxi: enable SPI NOR on Lichee Pi Nano
` [PATCH 09/27] sunxi: add defconfig for Lichee Pi Nano with SPI Flash support
` [PATCH 10/27] sunxi: add support for UART at PF for suniv
` [PATCH 11/27] sunxi: do not set PF MMC0 pinmux when PF uart is used
` [PATCH 12/27] sunxi: allow to enable MMC driver when using PF UART0
` [PATCH 13/27] sunxi: Don't provide enable_cache() on suniv
` [PATCH 15/27] sunxi: gpio: Add support for suniv-f1c100s
` [PATCH 16/27] sunxi: spi: restore bus speed and mode after reset
` [PATCH 17/27] sunxi: spi: Add suniv pin controller support
` [PATCH 20/27] board: licheepi_nano: set CONFIG_MMC_SUNXI_SLOT_EXTRA
` [PATCH 21/27] sunxi: suniv: add missing header include for udelay
` [PATCH 22/27] sunxi: suniv: allow serial connection on uart1
` [PATCH 23/27] sunxi: suniv: do not detect boot sector on suniv
` [PATCH 24/27] sunxi: suniv: set SYS_TEXT_BASE default
` [PATCH 25/27] sunxi: suniv: disable mmc optimization for suniv
` [PATCH 26/27] arm: dts: suniv: define uart1 pins
` [PATCH 27/27] arm: dts: add pocketgo handheld support

[PATCH] rockchip: Fix u-boot-rockchip.bin build
 2021-07-25 14:25 UTC 

[PATCH 0/2] Add support of the FXL6408 GPIO expander
 2021-07-25 22:19 UTC  (4+ messages)
` [PATCH 1/2] GPIO: fxl6408: Add support for "

[PATCH] arm: mvebu: sata_mv failed to identify HDDs during cold start
 2021-07-25 21:57 UTC 

[PATCH 0/7] Arasan sdhci driver updates
 2021-07-25 21:48 UTC  (9+ messages)
` [PATCH 1/7] mmc: sdhci: Return error in case of failure
` [PATCH 2/7] zynqmp_firmware: Add zynqmp firmware related enums
` [PATCH 3/7] mmc: zynq_sdhci: Use xilinx pm request instead of mmio_write
` [PATCH 4/7] mmc: zynq_sdhci: Move setting tapdelay code to driver
` [PATCH 5/7] mmc: zynq_sdhci: Change variable deviceid to node_id
` [PATCH 6/7] mmc: zynq_sdhci: Wait till sd card detect state is stable
` [PATCH 7/7] mmc: zynq_sdhci: Use set_control_reg from sdhci.c

Debugging dtoc?
 2021-07-25 21:10 UTC 

[PATCH v6 0/5] of-platdata: Avoid building libfdt
 2021-07-25 20:32 UTC  (7+ messages)
` [PATCH v6 1/5] omap: mmc: Avoid using libfdt with of-platdata
` [PATCH v6 2/5] net: atheros: Add a check for OF_CONTROL
` [PATCH v6 3/5] spi: Add checks "
` [PATCH v6 4/5] spl: Allow SPL/TPL to use of-platdata without libfdt
` [PATCH v6 5/5] dm: core: Don't include ofnode functions with of-platdata

[PATCH v2 1/3] imx8: Drop raw image support
 2021-07-25 16:54 UTC  (3+ messages)
` [PATCH v2 2/3] arm: Add an __image_copy_start symbol for ARMv8
` [PATCH v2 3/3] binman: Show an error if __image_copy_start is missing

[PATCH 1/3] doc: Move devicetree control doc to rST
 2021-07-25 16:44 UTC  (3+ messages)
` [PATCH 2/3] doc: Update devicedocs including how to add tweaks
` [PATCH 3/3] doc: Add a note about why devicetree is used

[PATCH v4 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
 2021-07-25 15:08 UTC  (3+ messages)
` [PATCH v5 0/5] stm32mp: Enable OP-TEE and TZC support in SPL

[PATCH v6 0/4] Add basic support for rk3066 platform
 2021-07-25 14:15 UTC  (4+ messages)
` [PATCH v6 2/4] rockchip: rk3066: add clock driver for rk3066 soc

Nokia RX51 U-Boot USB support updates?
 2021-07-25 13:43 UTC  (3+ messages)

[PATCH] sandbox: Reduce keyed autoboot delay
 2021-07-25 13:32 UTC  (2+ messages)

[PATCH 1/1] lib: disable CONFIG_SPL_HEXDUMP by default
 2021-07-25  9:23 UTC  (2+ messages)

[PATCH v2 00/14] lib: Add support for a decimal 0t prefix for numbers
 2021-07-24 15:03 UTC  (15+ messages)
` [PATCH v2 01/14] hash: Ensure verification hex pairs are terminated
` [PATCH v2 02/14] global: Convert simple_strtoul() with hex to hextoul()
` [PATCH v2 03/14] global: Convert simple_strtoul() with decimal to dectoul()
` [PATCH v2 04/14] lib: Comment the base parameter with simple_strtoul/l()
` [PATCH v2 05/14] lib: Drop unnecessary check for hex digit
` [PATCH v2 06/14] lib: Add tests for simple_strtoull()
` [PATCH v2 07/14] lib: Add octal tests for simple_strtoul/l()
` [PATCH v2 08/14] lib: Move common digit-parsing code into a function
` [PATCH v2 09/14] doc: Convert command-line info to rST
` [PATCH v2 10/14] doc: Add a note about number representation
` [PATCH v2 11/14] lib: Allow using 0x when a decimal value is requested
` [PATCH v2 12/14] lib: Support a decimal prefix 0n
` [PATCH v2 13/14] lib: Drop octal support
` [PATCH v2 14/14] RFC: Change simple_strtoul() et al to default to hex

Pull request for efi-2021-10-rc1-3
 2021-07-25  1:53 UTC  (2+ messages)

using binman fails boot
 2021-07-24 22:01 UTC  (12+ messages)

[PATCH v2 10/10] sandbox: tpm: Support extending a PCR multiple times
 2021-07-24 21:12 UTC  (12+ messages)
` [PATCH v2 00/10] tpm: Enhance sandbox tpm2 emulation
  ` [PATCH v2 09/10] sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB
  ` [PATCH v2 08/10] sandbox: tpm: Support storing device state in tpm2
  ` [PATCH v2 07/10] sandbox: tpm: Support nvdata in TPM2
  ` [PATCH v2 06/10] sandbox: tpm: Track whether the state is valid
  ` [PATCH v2 05/10] sandbox: tpm: Finish comments for struct sandbox_tpm2
  ` [PATCH v2 04/10] sandbox: tpm: Correct handling of get-capability
  ` [PATCH v2 03/10] sandbox: tpm: Support the define-space command
  ` [PATCH v2 02/10] sandbox: tpm: Tidy up reading and writing of device state
  ` [PATCH v2 01/10] sandbox: tpm: Split out common nvdata code

[PATCH] common: board_r: print error if binman_init fails
 2021-07-24 21:12 UTC  (3+ messages)

[PATCH 2/2] fdt: Show the type of devicetree with fdt addr
 2021-07-24 21:11 UTC  (4+ messages)
` [PATCH 1/2] fdt: Tidy up the code a bit "

[PATCH v2] patman: add warning for invalid tag
 2021-07-24 21:11 UTC  (3+ messages)

[PATCH] command: Fix SMC and HVC maximum number of arguments
 2021-07-24 20:40 UTC  (2+ messages)

[PATCH 0/3] board: dragonboard410c: Fix some minor issues
 2021-07-24 20:40 UTC  (7+ messages)
` [PATCH 1/3] board: dragonboard410c: Fix PHYS_SDRAM_1_SIZE
` [PATCH 2/3] board: dragonboard410c: Fix fastboot
` [PATCH 3/3] serial: serial_msm: Delay initialization to let pins stabilize

[PATCH v2] serial: pl011: Resend the character if FIFO is full in debug uart
 2021-07-24 20:41 UTC  (2+ messages)

[PATCH] reset: ast2600: Fix missing reference operator
 2021-07-24 20:41 UTC  (2+ messages)

[PATCH v3] serial: pl011: Enable DEBUG_UART_PL011 in SPL
 2021-07-24 20:41 UTC  (2+ messages)

[PATCH] armv8: Initialize CNTFRQ if at highest exception level
 2021-07-24 20:40 UTC  (2+ messages)

[PATCH v3 0/8] arm64: synquacer: DeveloperBox updates
 2021-07-24 20:40 UTC  (17+ messages)
` [PATCH v3 1/8] board: synquacer: Initialize SCBM SMMU at board_init()
` [PATCH v3 2/8] configs: synquacer: Make U-Boot binary position independent
` [PATCH v3 3/8] dts: synquacer: Add partition information to the spi-nor
` [PATCH v3 4/8] configs: synquacer: Remove mtdparts settings and update DFU setting
` [PATCH v3 5/8] configs: synquacer: Drop Ext2/4 support by default
` [PATCH v3 6/8] configs: synquacer: Enable UEFI secure boot
` [PATCH v3 7/8] configs: synquacer: Use RAW capsule image instead of FIT
` [PATCH v3 8/8] configs: synquacer: Ignore OsIndications on DeveloperBox

[PATCH] board: dragonboard410c: Load U-Boot directly without LK
 2021-07-24 20:39 UTC  (2+ messages)

[PATCH] Revert "spi: spi-uclass: Add support to manually relocate spi memory ops"
 2021-07-24 19:46 UTC  (8+ messages)

[RESEND PATCH 01/16] imx: ventana: ignore EEPROM config when checking for NAND support
 2021-07-24 17:40 UTC  (16+ messages)
` [RESEND PATCH 02/16] imx: ventana: move wdog/uhs-i board/revision dt fixups
` [RESEND PATCH 03/16] imx: ventana: remove nand field from common ventana struct
` [RESEND PATCH 04/16] imx: ventana: replace hard-coded LED config with dt based config
` [RESEND PATCH 05/16] imx: ventana: remove hard-coded USB HUBRST# gpio config
` [RESEND PATCH 06/16] imx: ventana: fix UMS support
` [RESEND PATCH 07/16] imx: ventana: remove hard-coded PCI reset
` [RESEND PATCH 08/16] imx: ventana: remove hard-coded USB OTG pinmux
` [RESEND PATCH 09/16] imx: ventana: remove hard-coded analog video codec enable
` [RESEND PATCH 10/16] imx: ventana: remove hard-coded flexcan standby pin
` [RESEND PATCH 11/16] imx: ventana: use dt for hwmon
` [RESEND PATCH 12/16] imx: ventana: add GW5910 support
` [RESEND PATCH 13/16] imx: ventana: add GW5912 support
` [RESEND PATCH 14/16] imx: ventana: add GW5913 support
` [RESEND PATCH 15/16] imx: ventana: add support for GW53xx-G revision
` [RESEND PATCH 16/16] imx: ventana: add support for GW54xx-G revision

[PATCH v3 00/14] aspeed: Support secure boot chain with FIT image verification
 2021-07-24 17:22 UTC  (7+ messages)
` [PATCH v3 03/14] crypto: aspeed: Add AST2600 HACE support
` [PATCH v3 06/14] common: fit: Use hash.c to call CRC/SHA function

[PATCH v4 00/21] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-07-24 17:22 UTC  (5+ messages)
` [PATCH v4 01/21] drivers: reset: Add devm_to_reset() to return dummy "struct reset_ctl"

[PATCH 00/15] lib: Add support for a decimal 0m prefix for numbers
 2021-07-24 13:00 UTC  (15+ messages)
` [PATCH 13/15] RFC: lib: Support a binary prefix 0y

[PATCH 1/1] doc: fix board/openpiton/riscv64.rst
 2021-07-24  9:21 UTC  (2+ messages)

[PATCH 1/1] doc: remove qemu_capsule_update from index
 2021-07-24  8:45 UTC  (2+ messages)

[PATCH v2] efi_loader: capsule: remove unused guid
 2021-07-24  8:12 UTC  (2+ messages)

Help with TI-U-BOOT
 2021-07-24  1:08 UTC  (7+ messages)

[PATCH] mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine
 2021-07-23 20:17 UTC 

[PATCH] board: fsl_validate: Fix resource leak issue
 2021-07-23 13:47 UTC 

[PATCH] board: fsl_validate: Fix resource leak issue
 2021-07-23 13:15 UTC 

SAMA5D27 - UTMI issue?
 2021-07-23 12:45 UTC 

[PATCH v3 0/6] cmd: setexpr: add fmt format string operation
 2021-07-23 21:41 UTC  (12+ messages)
` [PATCH v3 1/6] lib: strto: add simple_strtoll function
` [PATCH v3 2/6] cmd: printf: import busybox-1.33.1 printf.c
` [PATCH v3 3/6] cmd: printf: add helper functions from busybox
` [PATCH v3 4/6] cmd: setexpr: add format string handling
` [PATCH v3 5/6] doc: usage: add description for setexpr command
` [PATCH v3 6/6] test: cmd: setexpr: add format string tests

[PATCH v5 0/8] common: Introduce crypt-style password support
 2021-07-23 18:53 UTC  (17+ messages)
` [PATCH v5 1/8] lib: add crypt subsystem
` [PATCH v5 2/8] lib: wrap crypt API to hide errno usage
` [PATCH v5 3/8] common: integrate crypt-based passwords
` [PATCH v5 4/8] common: Rename macro appropriately
` [PATCH v5 5/8] common: allow disabling of timeout for password entry
` [PATCH v5 6/8] common: add AUTOBOOT_FLUSH_STDIN option
` [PATCH v5 7/8] common: add support to fallback to plain SHA256
` [PATCH v5 8/8] test: add first autoboot unit tests

[PATCH v4 0/3] Add reboot mode support
 2021-07-23 18:52 UTC  (7+ messages)
` [PATCH v4 1/3] reboot-mode: add support for reboot mode control
` [PATCH v4 2/3] reboot-mode: read the boot mode from GPIOs status
` [PATCH v4 3/3] reboot-mode: read the boot mode from RTC memory

[PATCH u-boot-mvebu] arm64: a37xx: pinctrl: Correct PWM pins definitions
 2021-07-23 17:57 UTC 

[PATCH] qemu-riscv64_smode: fix extlinux (define preboot)
 2021-07-23 16:12 UTC 

[PATCH] test/py: Improve check for mksquashfs version
 2021-07-23 13:00 UTC  (2+ messages)

[PATCH] net: remove CONFIG_NET_MULTI (again)
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] mux: correct prototype for mux_control_try_select()
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] arm: vexpress64: juno: Enable distro_bootcmd functionality
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] distro_boot: Fix block device after DHCP boot sequence
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] fit: Allow external data for FDTs
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH] cmd: part: Correct error handling
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH 1/2] i2c: pcf8575: Remove not used members of pcf8575_chip structure
 2021-07-23 12:34 UTC  (4+ messages)
` [PATCH 2/2] i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)

[PATCH] spl: fit: Also record architecture in /fit-images
 2021-07-23 12:34 UTC  (2+ messages)

[PATCH v3 1/2] cmd: pinmux: update result of do_status
 2021-07-23 12:33 UTC  (2+ messages)
  ` [PATCH v3 2/2] cmd: pinmux: support pin name in status command

[PATCH v2] tee: optee: sync cache on pre-reloc OP-TEE invocation
 2021-07-23 12:33 UTC  (2+ messages)

[PATCH] spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)
 2021-07-23 12:33 UTC  (2+ messages)

[PATCH] test/py: tpm2: Skip tpm pytest based on env variable
 2021-07-23 12:18 UTC 

Please pull u-boot-net
 2021-07-23 11:12 UTC  (2+ messages)

[PATCH V1] arm: add initial support for the Phytium Pomelo Board
 2021-07-23 11:03 UTC  (2+ messages)

RPI 4 U-Boot 2021.01 Yocto fails with Card did not respond to voltage select! : -110
 2021-07-23  7:05 UTC 

[PATCH v4 1/2] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
 2021-07-23  9:35 UTC  (4+ messages)
` [PATCH v4 2/2] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

[PATCH u-boot-mvebu v3 00/41] kwboot / kwbimage improvements reducing image size
 2021-07-23  9:14 UTC  (2+ messages)
` [PATCH u-boot-mvebu v3 23/41] tools: kwboot: Fix wrong parameter passed to read()

[PATCH v2 09/10] sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB
 2021-07-18 20:18 UTC 

[PATCH v2 08/10] sandbox: tpm: Support storing device state in tpm2
 2021-07-18 20:18 UTC 

[PATCH v2 07/10] sandbox: tpm: Support nvdata in TPM2
 2021-07-18 20:18 UTC 

[PATCH v2 06/10] sandbox: tpm: Track whether the state is valid
 2021-07-18 20:18 UTC 

[PATCH v2 05/10] sandbox: tpm: Finish comments for struct sandbox_tpm2
 2021-07-18 20:18 UTC 

[PATCH v2 04/10] sandbox: tpm: Correct handling of get-capability
 2021-07-18 20:18 UTC 

[PATCH v2 02/10] sandbox: tpm: Tidy up reading and writing of device state
 2021-07-18 20:17 UTC 

[PATCH v2 03/10] sandbox: tpm: Support the define-space command
 2021-07-18 20:17 UTC 

[PATCH v2 01/10] sandbox: tpm: Split out common nvdata code
 2021-07-18 20:17 UTC 


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