u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 06:42:04 to 2021-10-01 13:15:31 UTC [more...]

[PATCH] mmc: zynq_sdhci: Add xilinx_pm_request weak function
 2021-10-01 11:08 UTC 

[PATCH] drivers: net: fsl-mc: add a command which dumps the MC log
 2021-10-01  9:01 UTC 

MMC speed issue with RaspberryPi 3b, 3a+
 2021-10-01  8:01 UTC 

[PATCH u-boot-marvell v3 00/39] kwboot higher baudrate
 2021-10-01 12:59 UTC  (91+ messages)
` [PATCH u-boot-marvell v3 01/39] tools: kwbimage: Fix printf format warning
` [PATCH u-boot-marvell v3 02/39] tools: kwboot: Fix buffer overflow in kwboot_terminal()
` [PATCH u-boot-marvell v3 03/39] tools: kwboot: Make the quit sequence buffer const
` [PATCH u-boot-marvell v3 04/39] tools: kwboot: Refactor and fix writing buffer
` [PATCH u-boot-marvell v3 05/39] tools: kwboot: Print version information header
` [PATCH u-boot-marvell v3 06/39] tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() fails
` [PATCH u-boot-marvell v3 07/39] tools: kwboot: Fix return type of kwboot_xm_makeblock() function
` [PATCH u-boot-marvell v3 08/39] tools: kwboot: Fix comparison of integers with different size
` [PATCH u-boot-marvell v3 09/39] tools: kwboot: Fix printing progress
` [PATCH u-boot-marvell v3 10/39] tools: kwboot: Print newline on error when progress was not completed
` [PATCH u-boot-marvell v3 11/39] tools: kwboot: Split sending image into header and data stages
` [PATCH u-boot-marvell v3 12/39] tools: kwboot: Use a function to check whether received byte is a Xmodem reply
` [PATCH u-boot-marvell v3 13/39] tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case
` [PATCH u-boot-marvell v3 14/39] tools: kwboot: Print new line after SPL output
` [PATCH u-boot-marvell v3 15/39] tools: kwboot: Allow greater timeout when executing header code
` [PATCH u-boot-marvell v3 16/39] tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received
` [PATCH u-boot-marvell v3 17/39] tools: kwboot: Properly finish xmodem transfer
` [PATCH u-boot-marvell v3 18/39] tools: kwboot: Always call kwboot_img_patch_hdr()
` [PATCH u-boot-marvell v3 21/39] tools: kwboot: Patch source address in image header
` [PATCH u-boot-marvell v3 22/39] tools: kwboot: Patch destination address to DDR area for SPI image
` [PATCH u-boot-marvell v3 23/39] tools: kwbimage: Refactor image_version()
` [PATCH u-boot-marvell v3 24/39] tools: kwbimage: Refactor kwbimage header size determination
` [PATCH u-boot-marvell v3 25/39] tools: kwbimage: Update comments describing kwbimage v1 structures
` [PATCH u-boot-marvell v3 26/39] tools: kwboot: Round up header size to 128 B when patching
` [PATCH u-boot-marvell v3 27/39] tools: kwboot: Explicitly check against size of struct main_hdr_v1
` [PATCH u-boot-marvell v3 28/39] tools: kwboot: Support higher baudrates when booting via UART
` [PATCH u-boot-marvell v3 29/39] tools: kwboot: Allow any baudrate on Linux
` [PATCH u-boot-marvell v3 30/39] tools: kwboot: Check whether baudrate was set to requested value
` [PATCH u-boot-marvell v3 31/39] tools: kwboot: Fix initializing tty device
` [PATCH u-boot-marvell v3 32/39] tools: kwboot: Disable tty interbyte timeout
` [PATCH u-boot-marvell v3 34/39] tools: kwboot: Cosmetic fix
` [PATCH u-boot-marvell v3 35/39] tools: kwboot: Avoid code repetition in kwboot_img_patch()
` [PATCH u-boot-marvell v3 36/39] tools: kwboot: Update file header
` [PATCH u-boot-marvell v3 37/39] tools: kwboot: Add Pali and Marek as authors
` [PATCH u-boot-marvell v3 38/39] doc/kwboot.1: Update man page
  ` [PATCH u-boot-marvell v3 39/39] MAINTAINERS: Add entry for kwbimage / kwboot tools

Please pull u-boot-marvell/next
 2021-10-01 12:36 UTC 

[RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-01 11:48 UTC  (50+ messages)
` [RFC 01/22] part: call part_init() in blk_get_device_by_str() only for MMC
` [RFC 01/22] scsi: call device_probe() after scanning
` [RFC 02/22] "
` [RFC 02/22] usb: storage: "
` [RFC 03/22] mmc: "
` [RFC 03/22] usb: storage: "
` [RFC 04/22] mmc: "
` [RFC 04/22] nvme: "
` [RFC 05/22] "
` [RFC 05/22] sata: "
` [RFC 06/22] block: ide: "
` [RFC 06/22] sata: "
` [RFC 07/22] block: ide: "
` [RFC 07/22] dm: blk: add UCLASS_PARTITION
` [RFC 08/22] "
` [RFC 08/22] dm: blk: add a device-probe hook for scanning disk partitions
` [RFC 09/22] "
` [RFC 09/22] dm: blk: add read/write interfaces with udevice
` [RFC 10/22] "
` [RFC 10/22] efi_loader: disk: use udevice instead of blk_desc
` [RFC 11/22] dm: add a hidden link to efi object
` [RFC 11/22] efi_loader: disk: use udevice instead of blk_desc
` [RFC 12/22] dm: add a hidden link to efi object
` [RFC 12/22] efi_loader: remove !CONFIG_BLK code from efi_disk
` [RFC 13/22] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [RFC 13/22] efi_loader: remove !CONFIG_BLK code from efi_disk
` [RFC 14/22] dm: blk: call efi's device-probe hook
` [RFC 14/22] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [RFC 15/22] dm: blk: call efi's device-probe hook
` [RFC 15/22] efi_loader: cleanup after efi_disk-dm integration
` [RFC 16/22] efi_loader: add efi_remove_handle()
` [RFC 16/22] efi_loader: cleanup after efi_disk-dm integration
` [RFC 17/22] efi_loader: add efi_remove_handle()
` [RFC 17/22] efi_loader: efi_disk: a helper function to delete efi_disk objects
` [RFC 18/22] dm: blk: call efi's device-removal hook
` [RFC 18/22] efi_loader: efi_disk: a helper function to delete efi_disk objects
` [RFC 19/22] dm: blk: call efi's device-removal hook
` [RFC 19/22] efi_driver: align with efi_disk-dm integration
` [RFC 20/22] "
` [RFC 20/22] efi_driver: cleanup after "
` [RFC 21/22] "
` [RFC 21/22] efi_selftest: block device: adjust dp for a test disk
` [RFC 22/22] (TEST) let dm-tree unchanged after block_io testing is done
` [RFC 22/22] efi_selftest: block device: adjust dp for a test disk

[PATCH v1] drivers/gpio: add support for MAX7320 i2c i/o expander
 2021-10-01 11:37 UTC 

[PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE
 2021-10-01 11:37 UTC 

[PATCH v3 0/3] Enhance Measured Boot
 2021-10-01 11:18 UTC  (4+ messages)
` [PATCH v3 1/3] efi_loader: add SMBIOS table measurement
` [PATCH v3 2/3] efi_loader: add UEFI GPT measurement
` [PATCH v3 3/3] efi_loader: add DeployedMode and AuditMode variable measurement

[PATCH v2 0/3] Enhance Measured Boot
 2021-10-01 11:10 UTC  (8+ messages)
` [PATCH v2 1/3] efi_loader: add SMBIOS table measurement
` [PATCH v2 2/3] efi_loader: add UEFI GPT measurement

[PATCH] arm: dts: ls1088a: Update qspi node properties
 2021-10-01 10:54 UTC 

[PATCH u-boot-spi v2 0/9] Fix `mtd erase` when used with mtdpart
 2021-10-01 10:30 UTC  (5+ messages)
` [PATCH u-boot-spi v2 5/9] mtd: spi-nor-core: Don't check for zero length in spi_nor_erase()

[BUG] Pinebook Pro won't boot since ac804143cf, regression from -rc1
 2021-10-01  9:38 UTC  (2+ messages)

[PATCH] cmd: sf: Support unaligned flash updates with 'sf update'
 2021-10-01  5:03 UTC  (6+ messages)

Driver model at UEFI runtime
 2021-09-30 22:54 UTC  (27+ messages)

Status of the various RISC-V specification and policy
 2021-09-30 21:31 UTC  (6+ messages)

CI and ca-certificates packages
 2021-09-30 19:05 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2022.01-rc1
 2021-09-30 19:05 UTC  (2+ messages)

[PATCH] acpi: Use U-Boot version for OEM_REVISION
 2021-09-30 17:46 UTC  (5+ messages)

[PATCH 1/3] dfu: use pointer to pass length to dfu_write()
 2021-09-30 16:22 UTC  (3+ messages)
` [PATCH 2/3] dfu: dfu_fs: Simplify find_sector()
` [PATCH 3/3] dfu: dfu_sf: Support unaligned offsets for writing to serial flash

[PATCH v2 00/10] dra7: bring up and support IPU load/start
 2021-09-30 16:21 UTC  (11+ messages)
` [PATCH v2 01/10] reset: dra7: Add a reset driver
` [PATCH v2 02/10] arm: mach-omap2: load/start remoteproc IPU1/IPU2
` [PATCH v2 03/10] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
` [PATCH v2 04/10] linux: bitmap.h: Add find_next_zero_area function
` [PATCH v2 05/10] remoteproc: uclass: Add remoteproc resource handling helpers
` [PATCH v2 06/10] remoteproc: ipu: Add driver to bring up ipu
` [PATCH v2 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes
` [PATCH v2 08/10] arm: dts: dra7: Add ipu and "
` [PATCH v2 09/10] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes
` [PATCH v2 10/10] dts: am57xx*: "

[PATCH] nvme: invalidate correct memory range after read
 2021-09-30 16:09 UTC  (2+ messages)

[PATCH] dm: Fix util.h's broken include guard
 2021-09-30 15:52 UTC 

[PATCH 0/4] White Space cleanup
 2021-09-30 15:23 UTC  (9+ messages)
` [PATCH 1/4] WS cleanup: remove trailing empty lines
` [PATCH 2/4] WS cleanup: remove excessive "
` [PATCH 3/4] WS cleanup: remove trailing white space
` [PATCH 4/4] WS cleanup: remove SPACE(s) followed by TAB

[PATCH] fastboot: mmc: Fix dest size in strlcat()
 2021-09-30 15:17 UTC  (3+ messages)

[PATCH] tools: imx8m_image: Support ddr3 firmware
 2021-09-30 13:31 UTC 

How to build additional bin with adding dependency via Makefiles
 2021-09-30 14:59 UTC 

[PATCH v6 0/2] Support for Kontron Electronics i.MX6UL/ULL and i.MX8MM SoMs
 2021-09-30 13:33 UTC  (3+ messages)

[PATCH] rpi: always set fdt_addr with firmware-provided FDT address
 2021-09-30 13:29 UTC  (10+ messages)

[PATCH 0/2] riscv: Enable some configs in the Kconfig
 2021-09-30 12:05 UTC  (3+ messages)
` [PATCH 1/2] riscv: Enable SYS_MALLOC_LEN config
` [PATCH 2/2] riscv: Enable SYS_CLK_FREQ config

[PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
 2021-09-30 11:53 UTC 

[PATCH] riscv: add #define in asm/io.h for some device drivers
 2021-09-30 11:52 UTC 

[PATCH 00/23] Makefile: Continue simplifying Makefile rules (Part B)
 2021-09-30 11:31 UTC  (5+ messages)
` [PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

[PATCH] mtd: Add SPI Nor Flash chip GD25LQ256D ID
 2021-09-30 10:53 UTC 

[PATCH v2] mtd: spi-nor-core: Add fixups for s25fs512s
 2021-09-30  7:39 UTC  (2+ messages)

[PATCH 1/3 v3] riscv: Remove OF_PRIOR_STAGE from RISC-V boards
 2021-09-30  7:17 UTC  (3+ messages)
` [PATCH 2/3 v3] board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards
` [PATCH 3/3] treewide: Remove OF_PRIOR_STAGE

[PATCH 1/3 v2] riscv: Remove OF_PRIOR_STAGE from RISC-V boards
 2021-09-30  7:03 UTC  (4+ messages)
` [PATCH 2/3 v2] board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards
` [PATCH 3/3] treewide: Remove OF_PRIOR_STAGE


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