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

[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] test/py: Improve check for mksquashfs version
 2021-07-23  3:07 UTC  (2+ 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)

Help with TI-U-BOOT
 2021-07-22 20:13 UTC  (2+ messages)

Please pull u-boot-net
 2021-07-22 20:12 UTC 

[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  (3+ 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  (17+ 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 04/13] sunxi: add memory addresses for R329 SoC
` [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 07/13] sunxi: add support for R329 DRAM controller
` [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  (10+ messages)
` [PATCH 1/5] doc: Create an intro section "
` [PATCH 2/5] doc: Move coccinelle into its own section
` [PATCH 3/5] doc: Add docs for the moveconfig tool
` [PATCH 4/5] doc: Fix up outdated moveconfig docs
` [PATCH 5/5] moveconfig: Update to newer kconfiglib

[PATCH 00/22] Various fixes and enhancements
 2021-07-22 13:28 UTC  (8+ messages)
` [PATCH 06/22] Makefile: Avoid rebuilding .dtb files each time
` [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)

[PATCH v4 1/2] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
 2021-07-22 12:48 UTC  (3+ messages)

[PULL] u-boot-riscv/master
 2021-07-22 12:15 UTC  (2+ messages)

U-BOOT 2021.07 and STM32MP15x issues for Trusted Boot Chain
 2021-07-22  9:03 UTC  (2+ messages)

[PATCH u-boot-mvebu v2 00/41] kwboot / kwbimage improvements reducing image size
 2021-07-22  8:56 UTC  (18+ messages)
` [PATCH u-boot-mvebu v2 34/41] SPL: Add support for parsing board / BootROM specific image types
` [PATCH u-boot-mvebu v2 35/41] arm: mvebu: Load main U-Boot binary in SPL code based on kwbimage header
` [PATCH u-boot-mvebu v2 36/41] arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files
` [PATCH u-boot-mvebu v2 37/41] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes
` [PATCH u-boot-mvebu v2 38/41] arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu v2 39/41] arm: mvebu: gdsys: Remove custom spl_board_init()
` [PATCH u-boot-mvebu v2 40/41] kwbimage: Add support for extracting images via dumpimage tool
` [PATCH u-boot-mvebu v2 41/41] kwbimage: Update help message about how to extract from an existing image

U-Boot contributor call 20th July
 2021-07-22  7:53 UTC  (5+ messages)

[PATCH 6/6] binman: Add basic support for debugging performance
 2021-07-22  2:12 UTC  (8+ messages)
` [PATCH 0/6] binman: Support compressing files in parallel
  ` [PATCH 5/6] patman: Use bytearray instead of string
  ` [PATCH 4/6] binman: "
  ` [PATCH 3/6] binman: Split node-reading out from constructor in files
  ` [PATCH 2/6] binman: Support multithreading for building images
  ` [PATCH 1/6] binman: Put compressed data into separate files

[PATCH 1/1] sandbox: don't set SA_NODEFER in signal handler
 2021-07-22  2:12 UTC  (4+ messages)

[PATCH v3] dm: core: fix no null pointer detection in ofnode_get_addr_size_index()
 2021-07-22  2:11 UTC  (3+ messages)

[PATCH 2/6] binman: Support multithreading for building images
 2021-07-06 16:36 UTC 

[PATCH 3/6] binman: Split node-reading out from constructor in files
 2021-07-06 16:36 UTC 

[PATCH 5/6] patman: Use bytearray instead of string
 2021-07-06 16:36 UTC 

[PATCH 4/6] binman: Use bytearray instead of string
 2021-07-06 16:36 UTC 

[PATCH 1/6] binman: Put compressed data into separate files
 2021-07-06 16:36 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).