u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-27 07:39:53 to 2022-06-29 00:39:37 UTC [more...]

[PATCH] configs: ast2600: Move SPL bss section to DRAM space
 2022-06-29  0:39 UTC  (5+ messages)

[PATCH v2] fs/squashfs: Use kcalloc when relevant
 2022-06-28 22:54 UTC  (2+ messages)

[RESEND PATCH 0/4] imx8mn_bsh_smm_s2: fix NAND booting
 2022-06-28 22:54 UTC  (9+ messages)
` [RESEND PATCH 1/4] configs: imx8mn_bsh_smm_s2: add NAND driver
` [RESEND PATCH 2/4] configs: imx8mn_bsh_smm_s2: add UBI commands
` [RESEND PATCH 3/4] configs: imx8mn_bsh_smm_s2: remove console from bootargs
` [RESEND PATCH 4/4] configs: imx8mn_bsh_smm_s2: add mtdparts to bootargs

[PATCH] i2c: fix stack buffer overflow vulnerability in i2c md command
 2022-06-28 22:53 UTC  (5+ messages)

minor regression in U-Boot 2022.04
 2022-06-28 22:43 UTC  (3+ messages)
` 回复: "

[PATCH v4 0/3] usb: add isp1760 hcd support
 2022-06-28 20:29 UTC  (6+ messages)
` [PATCH v4 1/3] usb: common: move urb code to common
` [PATCH v4 2/3] usb: add isp1760 family driver
` [PATCH v4 3/3] corstone1000: enable isp1763 usb controller and mmc

Serial console input dead after successfully booting buildroot system on rpi4
 2022-06-28 16:23 UTC 

[PATCH 0/2] pmic: pca9450: Initialization of pmic like done in linux
 2022-06-28 20:11 UTC  (6+ messages)
` [PATCH 1/2] pmic: pca9450: enable system reset on WDOG_B assertion
` [PATCH 2/2] pmic: pca9450: clear PRESET_EN bit for BUCK1/2/3 voltage settings

Pull request: u-boot-imx u-boot-imx-20220628
 2022-06-28 19:51 UTC  (2+ messages)

[PATCH 8/8] board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros
 2022-06-28 19:13 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 1/6] Convert CONFIG_SYS_CACHE_STASHING to Kconfig
 2022-06-28 18:51 UTC  (7+ messages)
` [PATCH 2/6] arm: Remove strongarm support
` [PATCH 3/6] omap3: emif4: More clearly hard-code cs0 size
` [PATCH 4/6] legoev3: Migrate to DM_I2C
` [PATCH 5/6] i2c: Remove non-DM_I2C support from davinci_i2c.c
` [PATCH 6/6] powerpc: Use the poison value of 0xdeadbeef directly in DDR init

[PATCH 1/3] mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location
 2022-06-28 18:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
 2022-06-28 18:14 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH] board: freescale: p1_p2_rdb_pc: Remove mapping for TDM-PMC card
 2022-06-28 17:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
 2022-06-28 17:43 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v3 0/3] usb: add isp1760 hcd support
 2022-06-28 17:39 UTC  (7+ messages)

[PATCH] powerpc: mpc85xx: Simplify jump to _start_cont in flash code
 2022-06-28 15:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V7 0/4] arm64: binman: use binman symbols for imx
 2022-06-28 15:09 UTC  (6+ messages)
` [PATCH V7 2/4] ddr: imx8m: helper: load ddr firmware according to binman symbols

[PATCH] aspeed/ast2600: Fix SPL linker script
 2022-06-28 14:52 UTC  (2+ messages)

[PATCH RESEND 0/5] aspeed: Add AST2600 machine to CI
 2022-06-28 14:19 UTC  (23+ messages)
` [PATCH RESEND 1/5] config/ast2600: Enable CRC32
` [PATCH RESEND 2/5] config/ast2600: Make position independent
` [PATCH RESEND 3/5] config/ast2600: Disable hash hardware accel
` [PATCH RESEND 4/5] ast2600: Configure u-boot-with-spl.bin target
` [PATCH RESEND 5/5] CI: Add Aspeed AST2600

[PATCH 8/9] dm: core: Add a command to show driver model statistics
 2022-06-28 14:18 UTC  (13+ messages)
` [PATCH 0/9] dm: core: Support collecting and reporting stats
  ` [PATCH 6/9] dm: core: Support accessing core tags
  ` [PATCH 9/9] dm: spl: Allow SPL to show memory usage
  ` [PATCH 7/9] dm: core: Add a way to collect "
  ` [PATCH 5/9] dm: core: Switch the testbus driver to use a new struct
  ` [PATCH 4/9] dm: core: Add documentation for the dm command
  ` [PATCH 3/9] dm: core: Fix addresses in the dm static command
  ` [PATCH 2/9] dm: core: Sort dm subcommands
  ` [PATCH 1/9] dm: core: Rename dm_dump_all()

[PATCH 0/8] u-boot: fs: add generic unaligned read handling
 2022-06-28 14:17 UTC  (13+ messages)
` [PATCH RFC 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH RFC 2/8] fs: always get the file size in _fs_read()
` [PATCH RFC 3/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH RFC 4/8] fs: ext4: rely on _fs_read() to pass block aligned range into ext4fs_read_file()
` [PATCH RFC 5/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH RFC 6/8] fs: sandboxfs: add sandbox_fs_get_blocksize()
` [PATCH RFC 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH RFC 8/8] fs: erofs: add unaligned read range handling

[PATCH 1/1] efi_loader: initialize console size late
 2022-06-28 14:04 UTC  (8+ messages)

[PATCH v2] patman: Fix defaults not propagating to subparsers
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH 5/5] patman: test_util: Print test stdout/stderr within test summaries
 2022-06-28 13:38 UTC  (11+ messages)
` [PATCH 0/5] patman: test_util: Prettify test report outputs for python tools
  ` [PATCH 1/5] patman: test_util: Fix printing results for failed tests
  ` [PATCH 2/5] patman: test_util: Handle nonexistent tests while loading tests
  ` [PATCH 3/5] patman: test_util: Use unittest text runner to print test results
  ` [PATCH 4/5] patman: test_util: Customize unittest test results for more info

Please pull u-boot-dm/next
 2022-06-28 13:41 UTC 

[PATCH] dm: core: Use device_foreach_child where possible
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH] dtoc: Update fdt tests to use test_util
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH] bloblist: Describe the design goals
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH] dm: core: Provide fallbacks for ofnode_conf_read_
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH] sandbox: usb: Fix out-of-bounds read when fd=-1
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH 2/2] sandbox: show error if the device-tree cannot be loaded
 2022-06-28 13:38 UTC  (4+ messages)
` [PATCH 0/2] sandbox: error output
  ` [PATCH 1/2] sandbox: add function os_printf()

[PATCH 1/1] sandbox: raise SANDBOX_RAM_SIZE_MB default to 256
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH 1/1] dm: fix formatting of uclass dump
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH] test: fix some pylint errors in test_bind.py
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH v2 7/8] spl: binman: Disable u_boot_any symbols for i.MX8M boards
 2022-06-28 13:37 UTC  (11+ messages)
` [PATCH v2 0/8] spl: binman: Fixes for BINMAN_SYMBOLS
  ` [PATCH v2 8/8] armv8: u-boot-spl.lds: mark __image_copy_start as symbol
  ` [PATCH v2 6/8] spl: binman: Check at runtime if binman symbols were filled in
  ` [PATCH v2 5/8] spl: binman: Add config options for binman symbols in VPL
  ` [PATCH v2 4/8] spl: binman: Split binman symbols support from enabling binman
  ` [PATCH v2 3/8] spl: binman: Declare extern symbols for VPL as well
  ` [PATCH v2 2/8] spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK
  ` [PATCH v2 1/8] spl: binman: Fix use of undeclared u_boot_any symbols

[PATCH 1/1] sandbox: cast to pointer from integer of different size
 2022-06-28 13:37 UTC  (3+ messages)

[u-boot-test-hooks PATCH 0/2] Aspeed updates
 2022-06-28 13:32 UTC  (2+ messages)

[PATCH sunxi/next] spi: sunxi: use XCH status to detect in-progress transfer
 2022-06-28  6:49 UTC 

[PATCH 0/5] aspeed: Add to CI
 2022-06-28  3:11 UTC  (8+ messages)
` [PATCH 3/5] config/ast2600: Disable hash hardware accel

[PATCH v2 1/2] pmic: pca9450: Add optional SD_VSEL GPIO for LDO5
 2022-06-28 10:51 UTC  (4+ messages)
` [PATCH v2 2/2] imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD card access

[PATCH v5 00/23] FWU: Add FWU Multi Bank Update feature support
 2022-06-28 10:42 UTC  (11+ messages)
` [PATCH v5 03/23] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v5 08/23] FWU: Add boot time checks as highlighted by the FWU specification

[PATCH] mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse
 2022-06-28 10:01 UTC  (2+ messages)

[PATCH v1] usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver
 2022-06-28  9:39 UTC  (6+ messages)

[PATCH 01/20] Convert CONFIG_USB_OHCI_NEW et al to Kconfig
 2022-06-28  7:17 UTC  (3+ messages)
` [PATCH 18/20] kmcoge5ne: Move BFTIC3 CONFIG references to their usage

[PATCH] board: atmel: remove calls to debug_uart_init
 2022-06-28  7:10 UTC  (2+ messages)

[PATCH] efi: test/py: repair authenticated capsules tests
 2022-06-28  5:14 UTC  (3+ messages)

[PATCH 0/7] sunxi: F1C100s: enable MMC and SPI in U-Boot proper
 2022-06-28  3:43 UTC  (4+ messages)
` [PATCH 2/7] spi: sunxi: refactor SPI speed/mode programming

[PATCH 0/7] clk: sunxi: Out-of-bounds access fix and driver cleanup
 2022-06-28  2:45 UTC  (9+ messages)
` [PATCH 5/7] clk: sunxi: Convert driver private data to platform data
` [PATCH 6/7] reset: "
` [PATCH 7/7] reset: sunxi: Reuse the platform data from the clock driver

[PATCH v1] drivers: spi: sunxi: Fix spi speed settting
 2022-06-28  0:34 UTC  (2+ messages)

Issue with booting U-Boot from SD card, but using QSPI Flash for its Environment
 2022-06-27 21:50 UTC  (3+ messages)

[PATCH v2 0/5] Add ARMv8 CE sha1/sha256 support
 2022-06-27 21:31 UTC  (13+ messages)
` [PATCH v2 1/5] lib: sha1: Add support for hardware specific sha1_process
` [PATCH v2 2/5] sha1: Fix digest state size/type
` [PATCH v2 3/5] armv8 SHA-1 using ARMv8 Crypto Extensions:
` [PATCH v2 4/5] lib: sha256: Add support for hardware specific sha256_process
` [PATCH v2 5/5] armv8 SHA-256 using ARMv8 Crypto Extensions
  ` [PATCH] qemu_arm64: Enable CONFIG_ARMV8_CRYPTO support

[GIT PULL] xilinx patches for v2022.10
 2022-06-27 17:30 UTC  (2+ messages)

[PATCH 0/4] Migrate some wiki pages to sphinx
 2022-06-27 17:17 UTC  (5+ messages)
` [PATCH 1/4] doc: Migrate CodingStyle wiki page "
` [PATCH 2/4] doc: Migrate DesignPrinciples "
` [PATCH 3/4] doc: codingstyle: Remove comment about '//' style comments
` [PATCH 4/4] doc: Migrate Process wiki page to sphinx

[PATCH] efi_loader: Allow overlapped extra data for PE hashing
 2022-06-27 14:32 UTC  (7+ messages)

[PATCH] usb: kbd: allow probing even if usbkbd not in stdin
 2022-06-27 12:27 UTC  (5+ messages)

[PATCH] mmc: zynq_sdhci: Fix timing macros for MMC High speed
 2022-06-27  8:52 UTC 

[PATCH 1/3] ram: rk3399: Fix .set_rate_index() error handling
 2022-06-27  8:39 UTC  (2+ messages)

spi-nand: how to store environment with badblock handling in qspi nand
 2022-06-27  8:23 UTC  (3+ messages)

[RFC PATCH] tools: kwbimage: Allow to disable compilation of kwbimage on non-mvebu platforms
 2022-06-27  8:00 UTC  (4+ messages)

[PATCH v2 8/8] armv8: u-boot-spl.lds: mark __image_copy_start as symbol
 2022-06-18 12:13 UTC 

[PATCH v2 6/8] spl: binman: Check at runtime if binman symbols were filled in
 2022-06-18 12:13 UTC 

[PATCH v2 5/8] spl: binman: Add config options for binman symbols in VPL
 2022-06-18 12:13 UTC 

[PATCH v2 4/8] spl: binman: Split binman symbols support from enabling binman
 2022-06-18 12:13 UTC 

[PATCH v2 3/8] spl: binman: Declare extern symbols for VPL as well
 2022-06-18 12:13 UTC 

[PATCH v2 2/8] spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK
 2022-06-18 12:13 UTC 

[PATCH v2 1/8] spl: binman: Fix use of undeclared u_boot_any symbols
 2022-06-18 12:13 UTC 

[PATCH 6/9] dm: core: Support accessing core tags
 2022-05-09  4:52 UTC 

[PATCH 9/9] dm: spl: Allow SPL to show memory usage
 2022-05-08 10:39 UTC 

[PATCH 7/9] dm: core: Add a way to collect memory usage
 2022-05-08 10:39 UTC 

[PATCH 5/9] dm: core: Switch the testbus driver to use a new struct
 2022-05-08 10:39 UTC 

[PATCH 4/9] dm: core: Add documentation for the dm command
 2022-05-08 10:39 UTC 

[PATCH 3/9] dm: core: Fix addresses in the dm static command
 2022-05-08 10:39 UTC 

[PATCH 2/9] dm: core: Sort dm subcommands
 2022-05-08 10:39 UTC 

[PATCH 1/9] dm: core: Rename dm_dump_all()
 2022-05-08 10:39 UTC 

[PATCH 3/5] patman: test_util: Use unittest text runner to print test results
 2022-04-19 21:54 UTC 

[PATCH 2/5] patman: test_util: Handle nonexistent tests while loading tests
 2022-04-19 21:54 UTC 

[PATCH 1/5] patman: test_util: Fix printing results for failed tests
 2022-04-19 21:54 UTC 

[PATCH 1/2] sandbox: add function os_printf()
 2022-04-04 20:45 UTC 

[PATCH 4/5] patman: test_util: Customize unittest test results for more info
 2022-04-02 17:06 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).