u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 06:44:03 to 2023-08-01 12:28:52 UTC [more...]

[PATCH v16 10/10] arm_ffa: efi: corstone1000: enable MM communication
 2023-08-01 12:28 UTC  (11+ messages)
` [PATCH v17 00/10] introduce Arm FF-A support
  ` [PATCH v17 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH 0/2] Reduce the complexity of add_map() and count_required_pts()
 2023-08-01 12:09 UTC  (4+ messages)
` [PATCH 1/2] arm64: Reduce add_map() complexity

Data abort when starting DFU on SAMA5D2
 2023-08-01  7:09 UTC 

[PATCH v2 00/10] rockchip: rk3588: add support for DFU in SPL
 2023-08-01 11:44 UTC  (15+ messages)
` [PATCH v2 01/10] rockchip: allow env defines for SPL build
` [PATCH v2 02/10] usb: dwc3: core: improve reset sequence
` [PATCH v2 03/10] usb: dwc3: gadget: Don't send unintended link state change
` [PATCH v2 04/10] usb: dwc3: core: Only handle soft-reset in DCTL
` [PATCH v2 05/10] usb: dwc3: Increase DWC3 controller halt timeout
` [PATCH v2 06/10] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add bootph-all to gadget nodes
` [PATCH v2 07/10] ARM: mach-rockchip: spl-boot-order: add possibility to DFU
` [PATCH v2 08/10] ARM: mach-rockchip: rk3588: add gadget device to the boot order
` [PATCH v2 09/10] rockchip: rk3588: prepare env for DFU
` [PATCH v2 10/10] configs: rockchip: rock5b-rk3588: enable DFU and related configs

[PATCH] fs: btrfs: Prevent error pointer dereference in list_subvolums()
 2023-08-01 11:13 UTC  (4+ messages)

[PATCH 0/2] Update remove method for DSS driver
 2023-08-01 10:32 UTC  (5+ messages)
` [PATCH 1/2] drivers: video: tidss: tidss_drv: Change remove method
` [PATCH 2/2] drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video

[PATCH] event: Fix an wrong type_name from dm_post_init to dm_post_init_f
 2023-08-01 10:17 UTC 

[PATCH] arm: moxa: add nport6600 platform
 2023-08-01 10:11 UTC  (3+ messages)

Please pull u-boot-marvell/master
 2023-08-01  9:17 UTC 

[PATCH v2 1/2] i2c: i2c-gpio: Correctly handle new {sda, scl}-gpios bindings
 2023-08-01  9:14 UTC  (4+ messages)
` [PATCH v2 2/2] arm: mvebu: x240: Use i2c-gpio instead of built in controller

[PATCH v3] board: rockchip: Add Radxa E25 Carrier Board
 2023-08-01  8:41 UTC  (3+ messages)

[PATCH v3] rockchip: rk3568: Add EmbedFire Lubancat 2 support
 2023-08-01  8:33 UTC  (4+ messages)
  `  "

[PATCH] i2c: mvtwsi: reset controller if stuck in "bus error" state
 2023-08-01  8:27 UTC  (2+ messages)

[PATCH v4 1/2] dm: core: ofnode: Add ofnode_read_bootscript_address()
 2023-08-01  7:11 UTC  (2+ messages)
` [PATCH v4 2/2] xilinx: board: Add support to pick bootscr address from DT

[PATCH 0/3] malloc: Reduce size by initializing data at runtime
 2023-08-01  7:04 UTC  (6+ messages)
` [PATCH 1/3] malloc: Don't use ifdefs for SYS_MALLOC_DEFAULT_TO_INIT
` [PATCH 2/3] malloc: Don't statically initialize av_ if using malloc_init
` [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

[PATCH V2] doc: board: ti: k3: Add a guide to debugging with OpenOCD
 2023-08-01  7:02 UTC  (2+ messages)

[PATCH] cmd: improve string matching for hex
 2023-08-01  6:55 UTC  (4+ messages)

[PATCH v7 0/4] Add StarFive JH7110 PCIe drvier support
 2023-08-01  6:06 UTC  (4+ messages)
` [PATCH v8 1/4] i2c: designware: Add Kconfig for designware_i2c_pci.c

[PATCH 1/4] config: rock64: start USB to make storage usable
 2023-08-01  3:15 UTC  (2+ messages)

[PATCH] rockchip: rk3399: nanopc-t4: use 1600MHz sdram config
 2023-08-01  3:13 UTC  (2+ messages)

Problem upon startup with halted USB device on RaspberryPi 4
 2023-07-31 20:28 UTC 

[PATCH] ram: mediatek: mt7629: include <linux/sizes.h>
 2023-07-31 18:34 UTC 

[PATCH] spl: spl_legacy: Fix spl_end address for non ARM target
 2023-08-01  2:37 UTC  (6+ messages)

Pull request: u-boot-rockchip-20230731
 2023-08-01  2:10 UTC  (3+ messages)

[PATCH] x86: Add a little more info to cbsysinfo
 2023-08-01  2:09 UTC  (3+ messages)

[PATCH v3] x86: Change tesing logic of mtrr commit
 2023-08-01  2:07 UTC  (5+ messages)

[PATCH v2 1/6] x86: Change tesing logic of mtrr commit
 2023-08-01  2:04 UTC  (11+ messages)
` [PATCH v2 2/6] x86: fsp: Use mtrr_set_next_var() for graphics memory
` [PATCH v2 3/6] video: broadwell: "
` [PATCH v2 4/6] video: ivybridge: "
` [PATCH v2 5/6] video: vesa: "

[PATCH v5 00/11] spl: Use common function for loading/parsing images
 2023-07-31 22:43 UTC  (12+ messages)
` [PATCH v5 01/11] spl: Make SHOW_ERRORS depend on LIBCOMMON
` [PATCH v5 02/11] spl: Add generic spl_load function
` [PATCH v5 03/11] spl: Convert ext to use spl_load
` [PATCH v5 04/11] spl: Convert fat to spl_load
` [PATCH v5 05/11] spl: Convert mmc "
` [PATCH v5 06/11] spl: Convert net "
` [PATCH v5 07/11] spl: Convert NVMe "
` [PATCH v5 08/11] spl: Convert nor "
` [PATCH v5 09/11] spl: Convert semihosting "
` [PATCH v5 10/11] spl: Convert spi "
` [PATCH v5 11/11] spl: spi: Consolidate spi_load_image_os into spl_spi_load_image

[PATCH] arm: Use builtins for ffs/fls
 2023-07-31 21:48 UTC  (4+ messages)

[PATCH v3 5/9] board_f: Fix corruption of relocaddr
 2023-07-31 21:09 UTC  (7+ messages)

[PATCH 0/2] test: unit test for semihosting
 2023-07-31 21:07 UTC  (5+ messages)
` [PATCH 1/2] configs: enable SEMIHOSTING on qemu_arm64_defconfig
` [PATCH 2/2] test: unit test for semihosting

[PATCH] board: ti: am62x: Add variable device tree in env
 2023-07-31 19:14 UTC  (3+ messages)

[PATCH 1/1] cmd: avoid overflow in mtd_is_aligned_with_min_io_size
 2023-07-31 18:13 UTC  (4+ messages)

[PATCH v2 0/9] Add support for PMICs used on Tegra 3 devices
 2023-07-31 18:07 UTC  (8+ messages)
` [PATCH v2 2/9] cmd: boot: implement PMIC based poweroff

[PATCH 00/22] x86: Move some boards to text environment
 2023-07-31 17:08 UTC  (3+ messages)

[PATCH v2 0/9] x86: Improve bootstd support
 2023-07-31 17:22 UTC  (8+ messages)
` [PATCH v2 4/9] bootstd: Rename bootdev_setup_sibling_blk()
` [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling

[PATCH 1/1] tools/fdt_add_pubkey: error handling in add_pubkey
 2023-07-31 17:08 UTC  (3+ messages)

[PATCH] dm: Correct DM_FLAG_ comment
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH] test: fix a couple NULL vs IS_ERR() checks
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH v3 1/2] dm: core: ofnode: Add ofnode_read_bootscript_address()
 2023-07-31 17:08 UTC  (3+ messages)
` [PATCH v3 2/2] xilinx: board: Add support to pick bootscr address from DT

[PATCH 0/8] x86: Improve bootstd support
 2023-07-31 17:08 UTC  (4+ messages)
` [PATCH 3/8] bootstd: Rename bootdev_setup_sibling_blk()

[PATCH v2 1/1] doc: describe QEMU virtio block device
 2023-07-31 17:08 UTC  (2+ messages)

[PATCH 1/2] tools: relocate-rela: Add M68K support
 2023-07-31 17:08 UTC  (4+ messages)
` [PATCH 2/2] arch: m68k: Implement relocation

[PATCH] expo: allocate correct ammount of memory
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH 1/1] boot: fix bootdev_list()
 2023-07-31 17:08 UTC  (2+ messages)

[PATCH] cmd: pxe: Update the command help
 2023-07-31 17:07 UTC  (2+ messages)

[PATCH 0/9] x86: Fixes for distro booting
 2023-07-31 17:07 UTC  (8+ messages)
` [PATCH 4/9] Revert "x86: Switch QEMU over to use the bochs driver"

[PATCH v2 1/1] efi_loader: overflow in efi_allocate_pages
 2023-07-31 16:23 UTC  (3+ messages)

[PATCH v2 0/9] x86: Fixes for distro booting
 2023-07-31 16:01 UTC  (4+ messages)
` [PATCH v2 5/9] board_f: Fix corruption of relocaddr

Pull request for spl-2023-10-rc2
 2023-07-31 15:30 UTC  (2+ messages)

[PATCH v8 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support
 2023-07-31 15:29 UTC  (3+ messages)

[PATCH v2 0/2] arm: dts: k3-am6: Sync DT with Linux
 2023-07-31 15:16 UTC  (5+ messages)
` [PATCH v2 1/2] board: ti: am64x: Recognize AM64-HSEVM
` [PATCH v2 2/2] arm: dts: k3-am64: Sync DT with Linux v6.5-rc1

[PATCH 0/6] Add SGMII support for MAIN CPSW on TI's J7200 SoC
 2023-07-31 15:12 UTC  (6+ messages)
` [PATCH 3/6] net: ti: am65-cpsw-nuss: Add logic to support MDIO reset

[PATCH v3 1/4] cmd: bind: Add unbind command with driver filter
 2023-07-31 14:40 UTC  (9+ messages)

[PATCH 1/5] x86: fsp: Use mtrr_set_next_var() for graphics memory
 2023-07-31 13:50 UTC  (13+ messages)

[PATCH v3 0/7] clk: Switch from soc_clk_dump to clk_ops function
 2023-07-31 13:20 UTC  (2+ messages)

[PATCH v2 1/1] efi_loader: error handling in tcg2_hash_pe_image()
 2023-07-31 13:04 UTC  (2+ messages)

[PATCH] efi_loader: capsule: enforce guid check in api and capsule_on_disk
 2023-07-31 13:01 UTC  (6+ messages)

[PATCH] tools: relocate-rela: Fix BE symtab handling
 2023-07-31 12:21 UTC  (2+ messages)

[PATCH] spl: spl_legacy: Fix spl_end address for non ARM target
 2023-07-31  6:19 UTC 

[PATCH v4 00/45] x86: Use qemu-x86_64 to boot EFI installers
 2023-07-31 10:54 UTC  (10+ messages)
` [PATCH v4 32/45] fs: fat: Support reading from a larger block size

Pull request: u-boot-rockchip-20230728
 2023-07-31  9:37 UTC  (7+ messages)
    ` R: "

[PATCH 1/1] efi_loader: error handling in tcg2_hash_pe_image()
 2023-07-31  9:35 UTC  (2+ messages)

[U-BOOT-TEST-HOOKS][PATCH v2 1/1] qemu-riscv: enable virtio-rng-device
 2023-07-31  9:11 UTC  (2+ messages)

[U-BOOT TEST HOOKS][PATCH 1/1] qemu-riscv: enable virtio-rng-pci
 2023-07-31  9:01 UTC  (4+ messages)

[PATCH] efi_loader: check uuid_str_to_bin return value
 2023-07-31  8:53 UTC 

[PATCH v2 1/1] efi_loader: out of memory in efi_mem_carve_out
 2023-07-31  8:37 UTC  (2+ messages)

[PATCH] ARM: mach-rockchip: rk3588: fix stray CONFIG line in Kconfig
 2023-07-31  8:17 UTC 

[PATCH 1/1] efi_loader: catch out of memory in file_open
 2023-07-31  8:08 UTC  (2+ messages)

[PATCH] arm: mxs: Clear CPSR V bit to activate low vectors
 2023-07-31  8:06 UTC  (2+ messages)

[PATCH 1/1] efi_loader: error handling in efi_disk_add_dev
 2023-07-31  8:04 UTC  (2+ messages)

[PATCH] arm: mxs: Fix ICOLL macro name typo
 2023-07-31  8:04 UTC  (2+ messages)

[PATCH 1/1] efi_loader: memory leak efi_add_memory_map_pg
 2023-07-31  7:51 UTC  (2+ messages)

[PATCH 1/1] efi_loader: out of memory in efi_add_memory_map_pg
 2023-07-31  7:25 UTC  (2+ messages)

[PATCH 1/1] efi_selftest: remove superfluous assignments
 2023-07-31  7:24 UTC  (2+ messages)

[PATCH] watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()
 2023-07-31  7:24 UTC  (2+ messages)

[PATCH 0/2] power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled
 2023-07-31  7:08 UTC  (6+ messages)
` [PATCH 1/2] DO NOT MERGE: mmc: dw_mmc: Keep vqmmc-supply enable count in balance
` [PATCH 2/2] power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled

[PATCH v2 0/5] rockchip: Fix SPI flash SPL and payload overlap
 2023-07-31  6:43 UTC  (7+ messages)
` [PATCH v2 3/5] rockchip: rk3399-pinephone-pro: Fix SPL max size and SPI flash payload offset
` [PATCH v2 4/5] rockchip: rk3399-roc-pc: "
` [PATCH v2 5/5] doc: rockchip: Update SPI flashing instruction


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