public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-07-23 03:08:21 to 2021-07-24 21:14:32 UTC [more...]

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

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

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

[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 1/1] lib: disable CONFIG_SPL_HEXDUMP by default
 2021-07-24 15:35 UTC 

[PATCH v2 00/14] lib: Add support for a decimal 0t prefix for numbers
 2021-07-24 15:03 UTC  (14+ messages)
` [PATCH v2 01/14] hash: Ensure verification hex pairs are terminated
` [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

[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

Pull request for efi-2021-10-rc1-3
 2021-07-24 10:04 UTC 

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

[PATCH 0/7] Arasan sdhci driver updates
 2021-07-24  8:10 UTC  (8+ 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

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 

using binman fails boot
 2021-07-23 22:51 UTC  (11+ messages)

[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  (42+ messages)
` [PATCH u-boot-mvebu v3 01/41] tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu v3 02/41] tools: kwbimage: Simplify aligning and calculating checksum
` [PATCH u-boot-mvebu v3 03/41] tools: kwbimage: Align SPI and NAND images to 256 bytes
` [PATCH u-boot-mvebu v3 04/41] tools: kwbimage: Add constant for SDIO bootfrom
` [PATCH u-boot-mvebu v3 05/41] tools: kwbimage: Fix generation of SATA, SDIO and PCIe images
` [PATCH u-boot-mvebu v3 06/41] tools: kwbimage: Don't crash when binary file name does not contain '/'
` [PATCH u-boot-mvebu v3 07/41] tools: kwbimage: Fix check for v0 extended header checksum
` [PATCH u-boot-mvebu v3 08/41] tools: kwbimage: Validate extended headers of v1 images
` [PATCH u-boot-mvebu v3 09/41] tools: kwbimage: Validate data checksum "
` [PATCH u-boot-mvebu v3 10/41] tools: kwbimage: Print size of binary header in kwbimage_print_header()
` [PATCH u-boot-mvebu v3 11/41] tools: kwbimage: Cosmetic fix - remove redundant space character
` [PATCH u-boot-mvebu v3 12/41] tools: kwbimage: Use -a parameter (load address) for v1 images
` [PATCH u-boot-mvebu v3 13/41] tools: kwbimage: Change maximum number of arguments in binary header to 256
` [PATCH u-boot-mvebu v3 14/41] tools: kwbimage: Fix calculating size of binary header
` [PATCH u-boot-mvebu v3 15/41] tools: kwbimage: Add support for more BINARY headers
` [PATCH u-boot-mvebu v3 16/41] tools: kwbimage: Don't parse PAYLOAD keyword
` [PATCH u-boot-mvebu v3 17/41] tools: kwbimage: Add support for DATA command also for v1 images
` [PATCH u-boot-mvebu v3 18/41] tools: kwbimage: Add support for a new DATA_DELAY command
` [PATCH u-boot-mvebu v3 19/41] tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X
` [PATCH u-boot-mvebu v3 20/41] tools: kwbimage: Mark all BootROM structures __packed
` [PATCH u-boot-mvebu v3 21/41] tools: dumpimage: Fix crashing when trying to extract data from kwbimage
` [PATCH u-boot-mvebu v3 22/41] tools: dumpimage: Show error message "
` [PATCH u-boot-mvebu v3 23/41] tools: kwboot: Fix wrong parameter passed to read()
` [PATCH u-boot-mvebu v3 24/41] tools: kwboot: Fix restoring terminal
` [PATCH u-boot-mvebu v3 25/41] tools: kwboot: Print trailing newline after terminal is terminated
` [PATCH u-boot-mvebu v3 26/41] tools: kwboot: Cosmetic fix - add missing curly brackets
` [PATCH u-boot-mvebu v3 27/41] tools: kwboot: Check for v1 header size
` [PATCH u-boot-mvebu v3 28/41] tools: kwboot: Fix checking image header version
` [PATCH u-boot-mvebu v3 29/41] arm: mvebu: Fix return_to_bootrom()
` [PATCH u-boot-mvebu v3 30/41] arm: mvebu: Mark return_to_bootrom() as a noreturn function
` [PATCH u-boot-mvebu v3 31/41] arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework
` [PATCH u-boot-mvebu v3 32/41] arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
` [PATCH u-boot-mvebu v3 33/41] SPL: Add support for specifying offset between header and image
` [PATCH u-boot-mvebu v3 34/41] SPL: Add support for parsing board / BootROM specific image types
` [PATCH u-boot-mvebu v3 35/41] arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header
` [PATCH u-boot-mvebu v3 36/41] arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files
` [PATCH u-boot-mvebu v3 37/41] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes
` [PATCH u-boot-mvebu v3 38/41] arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu v3 39/41] arm: mvebu: gdsys: Remove custom spl_board_init()
` [PATCH u-boot-mvebu v3 40/41] kwbimage: Add support for extracting images via dumpimage tool
` [PATCH u-boot-mvebu v3 41/41] kwbimage: Update help message about how to extract from an existing image

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

[PATCH v2 0/6] Toradex boards' specific patches
 2021-07-23  6:39 UTC  (7+ messages)
` [PATCH v2 1/6] board: colibri_imx7: use SDP if USB serial downloader has been used
  ` [PATCH v2 2/6] board: toradex: make USB PID from config block optional
    ` [PATCH v2 3/6] board: colibri-imx8x: update building documentation
      ` [PATCH v2 4/6] board: colibri_imx6: add board_fit_config_name_match to support FIT in SPL
        ` [PATCH v2 5/6] board: colibri_vf: fix compiling warning
          ` [PATCH v2 6/6] board: apalis-tk1: launch toradex easy installer in usb recovery

[PATCH 0/8] Patches for Toradex boards
 2021-07-23  6:09 UTC  (4+ messages)
` [PATCH 1/8] board: colibri_vf: synchronize/improve memory options


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