public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-07-22 12:04:56 to 2021-07-23 18:54:47 UTC [more...]

[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 

Help with TI-U-BOOT
 2021-07-23 14:05 UTC  (4+ messages)

[PATCH] test/py: Improve check for mksquashfs version
 2021-07-23 13:00 UTC  (3+ 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 v3 0/6] cmd: setexpr: add fmt format string operation
 2021-07-23 12:29 UTC  (7+ 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] 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  (6+ 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 00/15] lib: Add support for a decimal 0m prefix for numbers
 2021-07-23  6:55 UTC  (9+ messages)
` [PATCH 13/15] RFC: lib: Support a binary prefix 0y

[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 v3 00/14] aspeed: Support secure boot chain with FIT image verification
 2021-07-23  6:30 UTC  (4+ messages)
` [PATCH v3 03/14] crypto: aspeed: Add AST2600 HACE support

[PATCH 0/8] Patches for Toradex boards
 2021-07-23  6:09 UTC  (17+ messages)
` [PATCH 1/8] board: colibri_vf: synchronize/improve memory options
  ` [PATCH 2/8] board: colibri_imx7: use SDP if USB serial downloader has been used
    ` [PATCH 3/8] board: toradex: make USB PID from config block optional
      ` [PATCH 4/8] board: colibri-imx8x: update building documentation
        ` [PATCH 5/8] board: colibri_imx6: add board_fit_config_name_match to support FIT in SPL
          ` [PATCH 6/8] configs: toradex: add default rootpath
            ` [PATCH 7/8] board: colibri_vf: fix compiling warning
              ` [PATCH 8/8] board: apalis-tk1: launch toradex easy installer in usb recovery

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

using binman fails boot
 2021-07-23  3:07 UTC  (8+ messages)

[PATCH] binman: Show an error if __image_copy_start is missing
 2021-07-23  3:02 UTC 

[PATCH v2 0/4] test: Try to deal with some co-dependent tests
 2021-07-23  2:07 UTC  (5+ messages)
` [PATCH v2 1/4] test: Allow vboot tests to run in parallel
` [PATCH v2 2/4] test: Allow hush "
` [PATCH v2 3/4] test: Allow tpm2 "
` [PATCH v2 4/4] doc: test: Explain how to run pytests "

[PATCH RESEND u-boot-spi 0/8] Fix `mtd erase` when used with mtdpart
 2021-07-23  1:18 UTC  (5+ messages)

[PATCH v2 1/2] clk: scmi: register all scmi clock by name with CCF
 2021-07-22 22:13 UTC  (3+ messages)
` [PATCH v2 2/2] firmware: scmi: fix sandbox and related test since clock discovery

[PATCH 1/3 v2] efi_capsule: Move signature from DTB to .rodata
 2021-07-22 20:54 UTC  (11+ messages)

[RESEND PATCH] build: remove the variable NM in gen_ll_addressable_symbols.sh
 2021-07-22 20:00 UTC  (2+ messages)

Nokia RX51 U-Boot USB support updates?
 2021-07-22 19:46 UTC  (2+ messages)

[PATCH] net: fsl-mc: fix logically dead code
 2021-07-22 19:17 UTC  (3+ messages)

[PATCH] drivers: net: aquantia: fix unsigned compared against 0
 2021-07-22 19:16 UTC  (3+ messages)

[RESEND PATCH 1/3] net: eth-phy: define LOG_CATEGORY
 2021-07-22 19:10 UTC  (6+ messages)
` [RESEND PATCH 2/3] net: dwc_eth_qos: "
` [RESEND PATCH 3/3] net: "

Please pull u-boot-dm
 2021-07-22 19:00 UTC  (2+ messages)

[PATCH v3 0/6] net: dwc_eth_qos: add support of device tree configuration for reset delay
 2021-07-22 19:07 UTC  (13+ messages)
` [PATCH v3 1/6] net: eth-phy: add support of device tree configuration for gpio reset
` [PATCH v3 2/6] net: eth-phy: use dev_dbg and log_notice
` [PATCH v3 3/6] net: eth-phy: manage subnode mdio0
` [PATCH v3 4/6] net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv
` [PATCH v3 5/6] net: dwc_eth_qos: use generic ethernet phy for stm32 variant
` [PATCH v3 6/6] net: dwc: add a common empty ops eqos_null_ops

[PATCH] net: Use phys_addr_t for SMC net device addresses
 2021-07-22 18:55 UTC  (3+ messages)

[PATCH] imx: spl: Use FIELD_GET for bitfield access
 2021-07-22 18:44 UTC  (3+ messages)

[PATCH v2 1/3] usb: f_mass_storage: Check bh->state in sleep_thread
 2021-07-22 18:38 UTC  (3+ messages)
` [PATCH v2 2/3] usb: f_mass_storage: Drop wakeup_needed
` [PATCH v2 3/3] usb: f_mass_storage: Stop after the host deconfigures us

[PATCH v2] cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
 2021-07-22 18:24 UTC  (4+ messages)

[v4 00/17] Add Intel N5X SoC support
 2021-07-22 17:58 UTC  (4+ messages)
` [v4 15/17] arm: dts: Add base dtsi and devkit dts for Intel N5X device

[PATCH] Revert "spi: spi-uclass: Add support to manually relocate spi memory ops"
 2021-07-22 17:30 UTC  (3+ messages)

[PATCH] configs: layerscape: Disable the EFI_LOADER feature
 2021-07-22 17:21 UTC  (7+ messages)

boot hangs on new board with SAMA5D27C-D5M
 2021-07-22 17:01 UTC 

[PATCH] arm64: zynqmp: Print the secure boot status information in EL3
 2021-07-22 16:00 UTC  (2+ messages)

[PATCH] rk3399: Add basic support for helios64
 2021-07-22 15:38 UTC  (2+ messages)

[PATCH 1/3] arm: dts: sync the Rockhip 3399 SoCs from Linux
 2021-07-22 15:20 UTC  (3+ messages)
` [PATCH 2/3] arm: dts: sync the Rockhip 3328 "
` [PATCH 3/3] arm: dts: sync the Rockhip 3368 "

pull request of u-boot-fsl-qoriq for v2021.10
 2021-07-22 15:13 UTC  (2+ messages)

[RFC PATCH 00/13] Add support for Allwinner R329
 2021-07-22 13:48 UTC  (15+ messages)
` [RFC PATCH 01/13] sunxi: decide the inclusion of SCP by SCP_ADDR existence
` [RFC PATCH 02/13] sunxi: only include alias for eMMC when mmc2 used
` [RFC PATCH 03/13] mmc: sunxi: conditionally include MMC2 initialization code
` [RFC PATCH 05/13] sunxi: add support for R329 clocks
` [RFC PATCH 06/13] sunxi: add support for basical pinmux setup on R329
` [RFC PATCH 08/13] sunxi: add Kconfig option for R329
` [RFC PATCH 09/13] sunxi: sync R329 CCU binding headers from internal WIP kernel tree
` [RFC PATCH 10/13] clk: sunxi: add support for R329 in sunxi DM clock driver
` [RFC PATCH 11/13] mmc: sunxi: add support for R329 MMC controller
` [RFC PATCH 12/13] sunxi: sync R329 DTs from internal WIP kernel tree
` [RFC PATCH 13/13] sunxi: add support for Sipeed Maix IIA Dock board

[PATCH 0/5] doc: Improve documentation for testing
 2021-07-22 13:28 UTC  (7+ messages)
` [PATCH 1/5] doc: Create an intro section "
` [PATCH 2/5] doc: Move coccinelle into its own section

[PATCH 00/22] Various fixes and enhancements
 2021-07-22 13:28 UTC  (4+ messages)
` [PATCH 08/22] sandbox: Add work-around for SDL2 display

[PATCH v5 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-07-22 13:28 UTC  (3+ messages)
` [PATCH v5 01/20] dm: core: Add helper to compare node names

[PATCH v3] serial: pl011: Enable DEBUG_UART_PL011 in SPL
 2021-07-22 13:28 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2021-07-22 12:15 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