public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-20 17:32:07 to 2023-08-22 09:39:11 UTC [more...]

[PATCHv7 00/15] net/lwip: add lwip library for the network stack
 2023-08-22  9:36 UTC  (5+ messages)
` [PATCHv7 01/15] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv7 02/15] net/lwip: integrate lwIP library
` [PATCHv7 03/15] net/lwip: implement dns cmd
` [PATCHv7 04/15] net/lwip: implement dhcp cmd

[RESEND PATCH v3 0/3] rpi: Convert to standard boot
 2023-08-22  9:16 UTC  (5+ messages)

[PATCH 1/1] lib: parameter check in hash_calculate
 2023-08-22  9:10 UTC 

[PATCH] ARM: dts: stm32: disable SYSRAM SCMI shared memory in stm32mp15-scmi
 2023-08-22  8:56 UTC 

[PATCH 1/1] lib: parameter check in hash_calculate
 2023-08-22  8:43 UTC 

[PATCH v1 0/2] Introduce Meson SM driver
 2023-08-22  8:24 UTC  (14+ messages)
` [PATCH v1 1/2] drivers: firmware: introduce Meson Secure Monitor driver

[PATCH v2 00/10] Introduce initial TI's J784S4 support
 2023-08-22  8:18 UTC  (2+ messages)

[PATCH 1/1] armv8: Fix compilation error with SYS_DCACHE_OFF
 2023-08-22  7:51 UTC  (3+ messages)

[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
 2023-08-22  7:51 UTC  (3+ messages)
` [PATCH v2 1/2] arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled
` [PATCH v2 2/2] armv8: Disable SYS_DCACHE_OFF & SYS_ICACHE_OFF for ARM64

[PATCH v5 00/13] Add video damage tracking
 2023-08-22  7:47 UTC  (38+ messages)
` [PATCH v5 01/13] video: test: Split copy frame buffer check into a function
` [PATCH v5 02/13] video: test: Support checking copy frame buffer contents
` [PATCH v5 03/13] video: test: Test partial updates of hardware frame buffer
` [PATCH v5 04/13] dm: video: Add damage tracking API
` [PATCH v5 05/13] dm: video: Add damage notification on display fills
` [PATCH v5 06/13] vidconsole: Add damage notifications to all vidconsole drivers
` [PATCH v5 07/13] video: test: Test video damage tracking via vidconsole
` [PATCH v5 08/13] video: Add damage notification on bmp display
` [PATCH v5 09/13] efi_loader: GOP: Add damage notification on BLT
` [PATCH v5 10/13] video: Only dcache flush damaged lines
` [PATCH v5 11/13] video: Use VIDEO_DAMAGE for VIDEO_COPY
` [PATCH v5 12/13] video: Always compile cache flushing code
` [PATCH v5 13/13] video: Enable VIDEO_DAMAGE for drivers that need it

[GIT PULL] ARM: tegra: Changes for v2023.10-rc1
 2023-08-22  7:40 UTC  (9+ messages)

[PATCH v6 0/8] Add support for PMICs used on Tegra 3 devices
 2023-08-22  6:32 UTC  (9+ messages)
` [PATCH v6 1/8] power: pmic: palmas: support TI TPS65913 PMIC
` [PATCH v6 2/8] power: regulator: palmas: fix ldoln and ldousb detection
` [PATCH v6 3/8] power: pmic: add the base MAX77663 PMIC support
` [PATCH v6 4/8] power: regulator: max77663: add regulator support
` [PATCH v6 5/8] power: pmic: add the base TPS80031 PMIC support
` [PATCH v6 6/8] power: regulator: tps80031: add regulator support
` [PATCH v6 7/8] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v6 8/8] power: regulator: tps65911: add regulator support

[PATCH v2 1/7] ufs: Convert quirks to BIT() macro
 2023-08-22  4:10 UTC  (14+ messages)
` [PATCH v2 2/7] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
` [PATCH v2 3/7] ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
` [PATCH v2 4/7] ufs: Handle UFS 3.0 controllers
` [PATCH v2 5/7] ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
` [PATCH v2 6/7] ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
` [PATCH v2 7/7] ufs: Implement cache management

[PATCH v2 0/2] introduce EVT_DM_POST_INIT_R to fix VF2 boot fail
 2023-08-21 18:06 UTC  (7+ messages)
  ` [PATCH v2 2/2] riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callback
    ` [PATCH v2 2/2] riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callback (resend)
  ` [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type
    ` [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type (resend)

[PATCH] cmd: dm: allow for selecting uclass and device
 2023-08-22  3:22 UTC  (2+ messages)

[PATCH 00/14] event: Replace some more init hooks
 2023-08-22  3:17 UTC  (15+ messages)
` [PATCH 01/14] event: Support a simple spy record
` [PATCH 02/14] Revert "initcall: Move to inline function"
` [PATCH 03/14] initcall: Factor out reloc_off calculation
` [PATCH 04/14] initcall: Adjust the loop logic
` [PATCH 05/14] initcall: Adjust the failure message and return value
` [PATCH 06/14] event: Export event_type_name()
` [PATCH 07/14] initcall: Support emitting events
` [PATCH 08/14] initcall: Support manual relocation
` [PATCH 09/14] event: Convert existing spy records to simple
` [PATCH 10/14] event: Rename EVENT_SPY to EVENT_SPY_FULL
` [PATCH 11/14] event: Update documentation for simple spy
` [PATCH 12/14] x86: Convert arch_fsp_init() to use events
` [PATCH 13/14] freescale: Drop call to init_func_vid() in the init sequence
` [PATCH 14/14] event: Use an event to replace last_stage_init()

Trying to boot custom kernel on Wink Hub (i.MX28)
 2023-08-22  2:33 UTC  (9+ messages)

[PATCH] ARM: renesas: Enable UFS on R8A779F0 S4 Spider
 2023-08-22  1:47 UTC 

[PATCH] ufs: ufs-renesas: Add support for Renesas R-Car UFS controller
 2023-08-22  1:47 UTC 

[PATCH v2 0/1] tegra-usb: support dts based xcvr setup
 2023-08-21 23:02 UTC  (5+ messages)
` [PATCH v2 1/1] usb: host: tegra: implement "

[PATCH v2 0/5] rockchip: Port IO-domain driver for RK3568 from linux
 2023-08-21 22:30 UTC  (6+ messages)
` [PATCH v2 1/5] power: regulator: Only run autoset once for each regulator
` [PATCH v2 2/5] regulator: rk8xx: Return correct voltage for buck converters
` [PATCH v2 3/5] regulator: rk8xx: Return correct voltage for switchout converters
` [PATCH v2 4/5] rockchip: Port IO-domain driver for RK3568 from linux
` [PATCH v2 5/5] rockchip: board: Add minimal generic RK3566/RK3568 board

[PATCH 0/5] sandbox: video: Refactor out of uclass, try partial screen updates
 2023-08-21 22:10 UTC  (10+ messages)
` [PATCH 1/5] sandbox: video: Display copy framebuffer if enabled
` [PATCH 2/5] video: Allow deferring and retrying driver-specific video sync
` [PATCH 3/5] sandbox: video: Move sync rate limit into SDL code
` [PATCH 4/5] sandbox: video: Move sandbox video sync to a driver operation
` [RFC PATCH 5/5] sandbox: video: Use partial updates for SDL display

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2023-08-21 21:09 UTC 

[ANN] U-Boot v2023.10-rc3 released
 2023-08-21 20:21 UTC 

Please pull u-boot-dm
 2023-08-21 20:18 UTC  (2+ messages)

[PATCH v2] schemas: Add a schema for memory map
 2023-08-21 19:48 UTC 

Doc style for method functions
 2023-08-21 19:45 UTC  (6+ messages)

[PATCH] configs: set CONFIG_LMB_MAX_REGIONS=64 for MT7988 boards
 2023-08-21 19:38 UTC 

[PATCH] imx: imx8: ahab: refactor do_ahab_close command
 2023-08-21 19:33 UTC 

[PATCH 1/4] Azure: Set the timeout for jobs to the maximum
 2023-08-21 19:11 UTC  (8+ messages)
` [PATCH 2/4] Azure: Rework build the world jobs
` [PATCH 3/4] CI: Combine tools-only and envtools jobs
` [PATCH 4/4] CI: Drop some jobs we didn't really utilize

[PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot
 2023-08-21 19:12 UTC  (6+ messages)
` [PATCH v1 1/4] scripts: Port Linux's gen_compile_commands.py "
` [PATCH v1 2/4] scripts/gen_compile_commands.py: adapt _LINE_PATTERN
` [PATCH v1 3/4] scripts/gen_compile_commands.py: fix docstring
` [PATCH v1 4/4] scripts/gen_compile_commands.py: add acknowledgments

[PATCH] configs: Enable CONFIG_DM_SCSI in am57xx_hs_evm_usb
 2023-08-21 19:11 UTC  (3+ messages)

[PATCH v2 0/8] Add DFU, emmc and usb boot for TI am62x
 2023-08-21 18:20 UTC  (5+ messages)

[PATCH v3 1/3] Add validation instructions
 2023-08-21 18:01 UTC  (3+ messages)
` [PATCH v3 2/3] schemas: Add firmware node schema
` [PATCH v3 3/3] schemas: Add a schema for binman

[PATCH v4 0/2] Fix 'no USB device found' error
 2023-08-21 13:57 UTC  (7+ messages)
` [PATCH v4 1/2] musb-new: ti-musb: Handle usb dual-role feature as peripheral

Dropping CONFIG_SCSI
 2023-08-21 13:57 UTC  (4+ messages)

[PATCH v1 1/1] drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f support
 2023-08-21 12:45 UTC 

[PATCH 1/4] usb: gadget: g_dnl.c: Drop unused includes
 2023-08-21 11:59 UTC  (3+ messages)
` [PATCH 3/4] xilinx: zynqmp: Move dfu.h include to be with the code

[PATCH 1/2] drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems
 2023-08-21 11:34 UTC  (3+ messages)

[PATCH 1/1] efi_loader: fix efi_add_known_memory()
 2023-08-21  9:25 UTC  (2+ messages)

[PATCH v3 0/6] capsule: Embed the public key ESL as part of build
 2023-08-21  9:23 UTC  (9+ messages)
` [PATCH v3 1/6] scripts/Makefile.lib: Collate all dtsi files for inclusion
` [PATCH v3 2/6] scripts/Makefile.lib: Add dtsi include files as deps for building DTB
` [PATCH v3 3/6] scripts/Makefile.lib: Embed capsule public key in platform's dtb
` [PATCH v3 4/6] sandbox: capsule: Add path to the public key ESL file
` [PATCH v3 5/6] test: capsule: Remove logic to add public key ESL
` [PATCH v3 6/6] doc: capsule: Document the new mechanism to embed ESL file into dtb

[PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions
 2023-08-21  8:39 UTC  (6+ messages)
` [PATCH 02/17] usb: sandbox: Add DM_USB_GADGET support
` [PATCH 03/17] configs: sandbox: Enable DM_USB_GADGET

[PATCH 0/3] bootstage support for risc-v
 2023-08-21  1:03 UTC  (4+ messages)
  ` [PATCH 1/3] riscv: bootstage: correct bootstage_report guard
  ` [PATCH 2/3] riscv: timer: add timer_get_boot_us for BOOTSTAGE
  ` [PATCH 3/3] timer: riscv_aclint_timer: "

[PATCH 1/2] ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins
 2023-08-20 23:31 UTC  (2+ messages)
` [PATCH 2/2] ARM64: dts: marvell: cn9310-crb: Remove duplicate pinctrl

[PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
 2023-08-20 22:03 UTC 

[PATCH 1/2] test: dm: pinmux: Handle %pa in pinctrl-single mux output
 2023-08-20 21:57 UTC  (6+ messages)
` [PATCH 2/2] configs: sandbox64: Enable PINCTRL_SINGLE driver

[PATCH] configs: sandbox64: Enable SF bootdev
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH] configs: sandbox64: Increase console record size to 0x6000
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH] configs: sandbox64: Enable MC34708 driver
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH] configs: sandbox64: Enable BUTTON_ADC driver
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH 1/2] configs: sandbox64: Enable video 16bpp and 24bpp support
 2023-08-20 21:57 UTC  (6+ messages)
` [PATCH 2/2] configs: sandbox64: Enable video 12x22 font support

[PATCH] configs: sandbox64: Enable clock CCF driver
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH] configs: sandbox64: Enable PCI register multi-entry support
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH] test: cpu: Handle both 32bit and 64bit CPUs
 2023-08-20 21:57 UTC  (3+ messages)

[PATCH v1 0/1] tegra-usb: support dts based xcvr setup
 2023-08-20 20:48 UTC  (9+ messages)
` [PATCH v1 1/1] usb: host: tegra: implement "

[PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272
 2023-08-20 16:24 UTC  (2+ messages)
` [PATCH 3/3] Remove the hardcoded ST logo no longer in use

[PATCH v3 00/19] x86: efi: Fixes and improvements for coreboot
 2023-08-20 17:49 UTC  (4+ messages)
` [PATCH v3 12/19] x86: smbios: Add a Kconfig indicating SMBIOS-table presence

[PULL] u-boot-sh/master
 2023-08-20 17:38 UTC  (2+ messages)

Pull request doc-2023-10-rc3-2
 2023-08-20 17:38 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