public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-21 22:11:32 to 2023-08-22 18:43:55 UTC [more...]

[PATCH V4 0/8] board: ti: Add support for BeaglePlay
 2023-08-22 18:41 UTC  (9+ messages)
` [PATCH V4 1/8] env_default: Allow CONFIG_EXTRA_ENV_TEXT to override CFG_EXTRA_ENV_SETTINGS
` [PATCH V4 2/8] configs: am62x_evm*: Enable EMMC_BOOT configuration
` [PATCH V4 3/8] arm: mach-k3: am625: Add support for UDA FS
` [PATCH V4 4/8] drivers: mmc: am654_sdhci: Update OTAP/ITAP delay
` [PATCH V4 5/8] arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
` [PATCH V4 6/8] arm: dts: Add k3-am625-beagleplay
` [PATCH V4 7/8] board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file
` [PATCH V4 8/8] doc: board: ti: Add BeaglePlay documentation

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

[PATCH 0/2] Renesas SCIF driver fix & tidy up
 2023-08-22 18:10 UTC  (3+ messages)
` [PATCH 1/2] serial: sh: Fix compile error when lacking HSCIF support
` [PATCH 2/2] serial: sh: Tidy up pre-processor directive indentation

[PATCH v11 00/15] Integrate EFI capsule tasks into U-Boot's build flow
 2023-08-22 17:40 UTC  (16+ messages)
` [PATCH v11 01/15] binman: bintool: Build a tool from a list of commands
` [PATCH v11 02/15] nuvoton: npcm845-evb: Add a newline at the end of file
` [PATCH v11 03/15] sandbox: capsule: Add keys and certificates needed for capsule update testing
` [PATCH v11 04/15] sandbox: capsule: Enable EFI capsule module on sandbox variants
` [PATCH v11 05/15] btool: mkeficapsule: Add a bintool for EFI capsule generation
` [PATCH v11 06/15] binman: capsule: Add support for generating EFI capsules
` [PATCH v11 07/15] test: capsule: Generate EFI capsules through binman
` [PATCH v11 08/15] doc: Add documentation to highlight capsule generation related updates
` [PATCH v11 09/15] sandbox: trace: Increase trace buffer size
` [PATCH v11 10/15] scripts/Makefile.lib: Collate all dtsi files for inclusion
` [PATCH v11 11/15] scripts/Makefile.lib: Add dtsi include files as deps for building DTB
` [PATCH v11 12/15] scripts/Makefile.lib: Embed capsule public key in platform's dtb
` [PATCH v11 13/15] sandbox: capsule: Add path to the public key ESL file
` [PATCH v11 14/15] test: capsule: Remove logic to add public key ESL
` [PATCH v11 15/15] doc: capsule: Document the new mechanism to embed ESL file into dtb

RPi Zero 2 W usb keyboard support?
 2023-08-22 17:39 UTC  (5+ messages)

[PATCH RESEND v2 0/2] net: add support for HiSilicon Fast Ethernet Controller driver
 2023-08-22 17:03 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] net: add hifemac Ethernet driver for HiSilicon platform
` [PATCH RESEND v2 2/2] net: add hifemac_mdio MDIO bus "

[PATCH 01/17] dm: usb: udc: Factor out plain udevice handler functions
 2023-08-22 16:58 UTC  (24+ messages)
` [PATCH 02/17] usb: sandbox: Add DM_USB_GADGET support
` [PATCH 03/17] configs: sandbox: Enable DM_USB_GADGET
` [PATCH 04/17] cmd: fastboot: Use plain udevice for UDC controller interaction
` [PATCH 06/17] cmd: sdp: Reorder variable declaration
` [PATCH 08/17] cmd: ums: Use plain udevice for UDC controller interaction
` [PATCH 09/17] dfu: Detach the controller on error
` [PATCH 10/17] dfu: Use plain udevice for UDC controller interaction
` [PATCH 11/17] spl: sdp: Detach the controller on error
` [PATCH 12/17] sdp: Use plain udevice for UDC controller interaction
` [PATCH 16/17] dm: usb: udc: Drop legacy udevice handler functions
` [PATCH 17/17] board: usb: Replace legacy usb_gadget_handle_interrupts()

[PATCH] spl: watchdog: introduce SPL_HW_WATCHDOG
 2023-08-22 16:49 UTC  (3+ messages)

[PATCH 00/13] doc: board; ti: Misc fixups
 2023-08-22 16:41 UTC  (14+ messages)
` [PATCH 01/13] doc: board: ti: k3: image alt texts
` [PATCH 02/13] doc: board: ti: k3: Fixup alt text for openocd sequence
` [PATCH 03/13] doc: board: ti: am62x: provide image alt texts
` [PATCH 04/13] doc: board: ti: am64x: provide image alt text
` [PATCH 05/13] doc: board: ti: am65x: "
` [PATCH 06/13] doc: board: ti: j7200: "
` [PATCH 07/13] doc: board: ti: j721e: "
` [PATCH 08/13] doc: board: ti: am62x: Fix build step numbering
` [PATCH 09/13] doc: board: ti: am64x: "
` [PATCH 10/13] doc: board: ti: am65x: "
` [PATCH 11/13] doc: board: ti: j7200: "
` [PATCH 12/13] doc: board: ti: j721e: "
` [PATCH 13/13] doc: board: ti: k3: Elaborate on various firmware

[PATCH V3 0/4] board: ti: Add support for BeaglePlay
 2023-08-22 15:55 UTC  (4+ messages)

[PATCH 1/1] doc: board: ti: k3: image alt texts
 2023-08-22 15:32 UTC  (3+ messages)

[PATCH v2 0/3] fsl-layerscape: drop support for obsolete PPA secure firmware
 2023-08-22 15:03 UTC  (4+ messages)
` [PATCH v2 1/3] configs: layerscape: delete defconfigs using legacy PPA secure FW (part1)
` [PATCH v2 2/3] configs: layerscape: delete defconfigs using legacy PPA secure FW (part2)
` [PATCH v2 3/3] fsl-layerscape: drop obsolete PPA secure firmware support

[PATCH v1 1/2] configs: starfive: Enable PCIE auto enum and NVME/USB stuff for Starfive Visionfive 2
 2023-08-22 14:33 UTC  (2+ messages)
` [PATCH v1 2/2] doc: board: starfive: Add more info about supported driver

[PATCH v1 0/2] Enable PCIE and USB by default on Visionfive 2
 2023-08-22 14:33 UTC 

[PATCH v3 0/1] *** Documentation extended with specific information for VirtualBox ***
 2023-08-22 13:49 UTC  (2+ messages)
` [PATCH v3 1/1] Documentation extended with specific information for VirtualBox

[GIT PULL] ARM: tegra: Changes for v2023.10-rc1
 2023-08-22 13:35 UTC  (8+ messages)

(no subject)
 2023-08-22 13:26 UTC  (4+ messages)
` [PATCH v2 0/1] *** Documentation to set up U-Boot with VirtualBox ***
` [PATCH v2 1/1] Documentation extended with specific information for VirtualBox

[PATCH 0/1] *** Documentation to set up U-Boot with VirtualBox ***
 2023-08-22 12:45 UTC  (4+ messages)
` [PATCH 1/1] Documentation extended with specific information for VirtualBox
    ` AW: "

[PATCH 0/2] net: Fix Ethernet PHY detection on Beagleplay
 2023-08-22 12:13 UTC  (3+ messages)
` [PATCH 1/2] net: ti: am65-cpsw-nuss: Workaround for buggy PHY/Board
` [PATCH 2/2] net: phy: Change "PHY not found" message to debug()

[PATCH v2 0/7] Add support for QEMU's ramfb display
 2023-08-22 12:10 UTC  (8+ messages)
` [PATCH v2 1/7] qfw: Add WRITE definition
` [PATCH v2 2/7] ramfb: Add driver for ramfb display
` [PATCH v2 3/7] qfw: Spawn ramfb device if its file is present
` [PATCH v2 4/7] qfw: Add flag to allow probing before relocation
` [PATCH v2 5/7] arm: qemu: Enable ramfb by default
` [PATCH v2 6/7] riscv: "
` [PATCH v2 7/7] x86: "

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

[PATCH v1 00/19] General tegra and board improvements
 2023-08-22 11:22 UTC  (20+ messages)
` [PATCH v1 01/19] ARM: dts: p1801-t: separate from common transformers tree
` [PATCH v1 02/19] ARM: dts: tf600t: "
` [PATCH v1 03/19] configs: transformer_t30: support booting from USB
` [PATCH v1 04/19] ARM: dts: tf201: configure dock USB phy
` [PATCH v1 05/19] board: asus: transformer-t30: remove PMIC GPIOs configuration
` [PATCH v1 06/19] configs: transformer_t30: convert bootmenu option
` [PATCH v1 07/19] ARM: dts: transformer-t30: complete missing bindings
` [PATCH v1 08/19] ARM: dts: endeavoru: "
` [PATCH v1 09/19] ARM: dts: lg-x3: "
` [PATCH v1 10/19] ARM: dts: grouper: "
` [PATCH v1 11/19] configs: transformer_t30: grouper: lg-x3: endeavoru: sync defconfigs
` [PATCH v1 12/19] ARM: tegra114: enable base voltages setup from board
` [PATCH v1 13/19] ARM: tegra210: set default-tap and default-trim values in sdhci nodes
` [PATCH v1 14/19] ARM: tegra20: tegra30: support EBTUPDATE on non-encrypted devices
` [PATCH v1 15/19] ARM: tegra: board2: add generic late init
` [PATCH v1 16/19] board: tegra30: remove nvidia_board_late_init calls
` [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config
` [PATCH v1 18/19] board: tegra30: switch to config version of TZ remove
` [PATCH v1 19/19] board: asus: lg: move config fragments into device boards

[PATCH 1/1] cmd: setexpr: fix printf_str()
 2023-08-22 10:21 UTC 

[PATCHv7 00/15] net/lwip: add lwip library for the network stack
 2023-08-22  9:36 UTC  (16+ 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
` [PATCHv7 05/15] net/lwip: implement tftp cmd
` [PATCHv7 06/15] net/lwip: implement wget cmd
` [PATCHv7 07/15] net/lwip: implement ping cmd
` [PATCHv7 08/15] net/lwip: add lwIP configuration
` [PATCHv7 09/15] net/lwip: implement lwIP port to U-Boot
` [PATCHv7 10/15] net/lwip: update .gitignore with lwIP
` [PATCHv7 11/15] net/lwip: connection between cmd and lwip apps
` [PATCHv7 12/15] net/lwip: replace original net commands with lwip
` [PATCHv7 13/15] net/lwip: split net.h to net.h, arp.h and eth.h
` [PATCHv7 14/15] net/lwip: drop old net/wget
` [PATCHv7 15/15] net/lwip/wget add port selection

[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 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  (15+ messages)
` [PATCH v5 10/13] video: Only dcache flush damaged lines

[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:02 UTC  (5+ messages)
  ` [PATCH v2 1/2] dm: event: add EVT_DM_POST_INIT_R event type
  ` [PATCH v2 2/2] riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callback

[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()

[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  (5+ messages)
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox