messages from 2024-07-19 10:47:34 to 2024-07-20 14:44:43 UTC [more...]
[PATCH v2 00/21] Universal Payload initial series
2024-07-20 14:44 UTC (11+ messages)
` [PATCH v2 10/21] upl: Add support for reading a upl handoff
` [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff
` [PATCH v2 20/21] sandbox: Add an SPL loader for UPL
[PATCH] board: beagle: convert to CONFIG_DM_I2C
2024-07-20 13:09 UTC (3+ messages)
usb gadget driver initialization issue
2024-07-20 11:21 UTC
[PATCH] nitrogen6x: convert to DM_I2C and DM_SERIAL
2024-07-20 12:48 UTC
[PATCH 01/40] drivers: ata: Remove duplicate newlines
2024-07-20 12:41 UTC (40+ messages)
` [PATCH 02/40] drivers: bios_emulator: "
` [PATCH 03/40] drivers: block: "
` [PATCH 04/40] drivers: cache: "
` [PATCH 05/40] drivers: clk: "
` [PATCH 06/40] drivers: core: "
` [PATCH 07/40] drivers: crypto: "
` [PATCH 08/40] drivers: ddr: "
` [PATCH 09/40] drivers: dfu: "
` [PATCH 10/40] drivers: dma: "
` [PATCH 11/40] drivers: firmware: "
` [PATCH 12/40] drivers: fpga: "
` [PATCH 13/40] drivers: gpio: "
` [PATCH 14/40] drivers: i2c: "
` [PATCH 15/40] drivers: input: "
` [PATCH 16/40] drivers: led: "
` [PATCH 17/40] drivers: misc: "
` [PATCH 18/40] drivers: mmc: "
` [PATCH 19/40] drivers: mtd: "
` [PATCH 20/40] drivers: net: "
` [PATCH 21/40] drivers: pci: "
` [PATCH 22/40] drivers: phy: "
` [PATCH 23/40] drivers: pinctrl: "
` [PATCH 24/40] drivers: power: "
` [PATCH 25/40] drivers: ram: "
` [PATCH 26/40] drivers: remoteproc: "
` [PATCH 27/40] drivers: reset: "
` [PATCH 28/40] drivers: rtc: "
` [PATCH 29/40] drivers: scsi: "
` [PATCH 30/40] drivers: serial: "
` [PATCH 31/40] drivers: soc: "
` [PATCH 32/40] drivers: sound: "
` [PATCH 33/40] drivers: spi: "
` [PATCH 34/40] drivers: sysreset: "
` [PATCH 35/40] drivers: thermal: "
` [PATCH 36/40] drivers: timer: "
` [PATCH 37/40] drivers: tpm: "
` [PATCH 38/40] drivers: usb: "
` [PATCH 39/40] drivers: video: "
` [PATCH 40/40] drivers: watchdog: "
[PATCH 1/1] test/py/requirements.txt: Bump setuptools to 70.3.0
2024-07-20 12:36 UTC (2+ messages)
[PATCH v6 0/3] led: implement software blinking
2024-07-20 12:36 UTC (7+ messages)
` [PATCH v6 1/3] led: enable LEDST_BLINK state unconditionally
` [PATCH v6 2/3] led: Implement software led blinking
` [PATCH v6 3/3] led: Add dts property to specify blinking of the led
[PATCH] board: keymile: convert to CONFIG_DM_I2C
2024-07-20 12:36 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
2024-07-20 12:36 UTC (8+ messages)
` [PATCH v4 08/29] hash: integrate hash on mbedtls
[PATCH v6 00/24] qcom: rpmh core and regulator support
2024-07-20 12:36 UTC (9+ messages)
` [PATCH v6 06/24] soc: qcom: cmd-db: adjust probe for U-Boot
[PATCH 1/1] doc: define html_context in conf.py
2024-07-20 12:36 UTC (2+ messages)
[PATCH 00/20] binman: Enhance FIT support for firmware
2024-07-20 10:49 UTC (21+ messages)
` [PATCH 01/20] fixdep: Support VPL
` [PATCH 02/20] binman: Correct an error in the FIT-template example
` [PATCH 03/20] binman: Tidy up bintool docs
` [PATCH 04/20] binman: Tidy up comment for Bintoolfdt_add_pubkey.run()
` [PATCH 05/20] binman: Move problem-checking code into a function
` [PATCH 06/20] binman: elf: Add more debugging to LookupAndWriteSymbols()
` [PATCH 07/20] binman: Write the compressed output to a file
` [PATCH 08/20] binman: Correct comment in blob_dtb GetFdtEtype()
` [PATCH 09/20] binman: Mention expanded entries in u-boot-vpl
` [PATCH 10/20] binman: Fix a comment typo in _DoReadFileDtb()
` [PATCH 11/20] binman: Correct indentation in testSplPubkeyDtb
` [PATCH 12/20] binman: Add a bintool for fdtgrep
` [PATCH 13/20] binman: Remove dependency on pylibfdt for entry-docs
` [PATCH 14/20] binman: Allow entry types to override FDT contents
` [PATCH 15/20] binman: Add support for alternative FDTs
` [PATCH 16/20] binman: fit: Allow providing FDT filenames in a directory
` [PATCH 17/20] binman: fit: Write the compatible string to configuration
` [PATCH 18/20] binman: fit: Allow running fdtgrep on devicetree blobs
` [PATCH 19/20] Makefile: Provide VPL devicetree and padding to binman
` [PATCH 20/20] Makefile: Pass OF_SPL_REMOVE_PROPS "
[PATCH 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
2024-07-20 8:00 UTC (17+ messages)
` [PATCH 01/14] rockchip: Move the default timer init to a common file
` [PATCH 02/14] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH 03/14] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH 04/14] spl: Remove remaining #ifdef "
` [PATCH 05/14] mmc: Use logging instead of printf()
` [PATCH 06/14] mmc: Use logging instead of pr_err()
` [PATCH 07/14] log: Avoid including function names by default
` [PATCH 08/14] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH 09/14] spl: mmc: Handle error codes consistently
` [PATCH 10/14] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH 11/14] spl: mmc: Try to clean up raw-mode options
` [PATCH 12/14] spl: Use unified inline functions for spl_load_info
` [PATCH 13/14] spl: Create a function to init spl_load_info
` [PATCH 14/14] blk: Correct comment for blk_get_devnum_by_uclass_idname()
[PATCH v2 0/2] virtio_gpu driver and relevant fix
2024-07-20 6:57 UTC (5+ messages)
` [PATCH v2 1/2] virtio: New virtio_gpu driver
[PATCH RFC] usb: gadget: atmel: Add DM_USB_GADGET support
2024-07-19 22:35 UTC
[PATCH 1/1] board: fix compatible property Milk-V Mars CM
2024-07-20 0:06 UTC (2+ messages)
[PATCH 00/20] i2c: Chip away at some old code
2024-07-19 23:36 UTC (6+ messages)
` [PATCH 01/20] arm: Remove pg_wcom boards
` [PATCH 11/20] keymile: Remove use of legacy I2C
[PATCH] sunxi: dts: arm/arm64: update devicetree files from Linux-v6.10
2024-07-19 22:21 UTC (3+ messages)
[PATCH v2 1/4] udoo_neo: Convert to watchdog driver model
2024-07-19 20:33 UTC (4+ messages)
` [PATCH v2 2/4] udoo_neo: Select LTO
` [PATCH v2 3/4] udoo-neo: Do not print devicetree model
` [PATCH v2 4/4] udoo-neo: Convert to OF_UPSTREAM
[PATCH] env: mmc: Fix env loading with CONFIG_SYS_MMC_ENV_PART
2024-07-19 19:14 UTC (2+ messages)
[PATCH] udoo_neo: Convert to watchdog driver model
2024-07-19 19:03 UTC
Pull request efi-2024-10-rc1-3
2024-07-19 18:07 UTC (2+ messages)
[PATCH] imx93-u-boot: Describe the CPU clocks in the devicetree
2024-07-19 16:06 UTC (6+ messages)
[PATCH] tools: Add script to update git subtree projects
2024-07-19 15:12 UTC (2+ messages)
[PATCHv1 0/3] Enable the 'cpu' command for i.MX93 EVK board
2024-07-19 15:05 UTC (5+ messages)
` [PATCHv1 1/3] mp: imx9: add cpu command support
` [PATCHv1 2/3] imx93_evk: add definition MAX_CPUS
` [PATCHv1 3/3] configs: imx93-11x11-evk: enable CONFIG_MP to support cpu command
[PATCH 00/13] doc: Add documentation for bootmeths
2024-07-19 15:05 UTC (6+ messages)
` [PATCH 02/13] doc: Move bootstd into its own directory
[PATCH 00/18] New CI image and fixes
2024-07-19 15:05 UTC (11+ messages)
` [PATCH 01/18] binman: Replace pkg_resources with importlib.resources
` [PATCH 02/18] py: Replace distutils.core with setuptools
` [PATCH 03/18] doc/sphinx: Remove usage of six
` [PATCH 05/18] binman: Workaround lz4 cli padding in test cases
` [PATCH 06/18] tests/test_event_dump: Relax match rule for output
[PATCHv1 0/2] Enable the 'cpu' command for i.MX8M series EVK boards
2024-07-19 14:18 UTC (5+ messages)
` [PATCHv1 1/2] mp: imx8m: add cpu command support
[PATCH 0/3] dwc3: gadget: properly fix cache operations
2024-07-19 13:56 UTC (4+ messages)
` [PATCH 1/3] usb: dwc3: allocate setup_buf with dma_alloc_coherent()
` [PATCH 2/3] usb: dwc3: fix dcache flush range calculation
` [PATCH 3/3] usb: dwc3: invalidate dcache on buffer used in interrupt handling
[PATCH v5 00/11] efi: CapsuleUpdate: support for dynamic UUIDs
2024-07-19 12:43 UTC (12+ messages)
` [PATCH v5 01/11] efi: define struct efi_guid
` [PATCH v5 02/11] lib: uuid: add UUID v5 support
` [PATCH v5 03/11] efi: add a helper to generate dynamic UUIDs
` [PATCH v5 04/11] doc: uefi: document dynamic UUID generation
` [PATCH v5 05/11] sandbox: switch to dynamic UUIDs
` [PATCH v5 06/11] lib: uuid: supporting building as part of host tools
` [PATCH v5 07/11] include: export uuid.h
` [PATCH v5 08/11] tools: mkeficapsule: use u-boot UUID library
` [PATCH v5 09/11] tools: mkeficapsule: support generating dynamic GUIDs
` [PATCH v5 10/11] test: lib/uuid: add unit tests for dynamic UUIDs
` [PATCH v5 11/11] test: lib/uuid: add tests for UUID version/variant bits
[PATCH 0/4] ufs: properly fix cache operations
2024-07-19 11:00 UTC (5+ messages)
` [PATCH 1/4] ufs: allocate descriptors with size aligned with DMA_MINALIGN
` [PATCH 2/4] ufs: fix dcache flush and invalidate range calculation
` [PATCH 3/4] ufs: split flush and invalidate to only invalidate when required
` [PATCH 4/4] ufs: use dcache helpers for scsi_cmd data and only invalidate if necessary
[PATCH] riscv: dts: jh7110: Enable PLL node in SPL
2024-07-19 10:52 UTC (10+ messages)
[PATCH 01/37] board: BuS: Remove duplicate newlines
2024-07-19 10:49 UTC (37+ messages)
` [PATCH 02/37] board: advantech: "
` [PATCH 03/37] board: altera: "
` [PATCH 04/37] board: aries: "
` [PATCH 05/37] board: armltd: "
` [PATCH 06/37] board: cadence: "
` [PATCH 07/37] board: cobra5272: "
` [PATCH 08/37] board: compulab: "
` [PATCH 09/37] board: congatec: "
` [PATCH 10/37] board: davinci: "
` [PATCH 11/37] board: devboards: "
` [PATCH 12/37] board: dhelectronics: "
` [PATCH 13/37] board: ebv: "
` [PATCH 14/37] board: engicam: "
` [PATCH 15/37] board: freescale: "
` [PATCH 16/37] board: gdsys: "
` [PATCH 17/37] board: ge: "
` [PATCH 18/37] board: hisilicon: "
` [PATCH 19/37] board: is1: "
` [PATCH 20/37] board: kontron: "
` [PATCH 21/37] board: l+g: "
` [PATCH 22/37] board: logicpd: "
` [PATCH 23/37] board: mntre: "
` [PATCH 24/37] board: opalkelly: "
` [PATCH 25/37] board: qualcomm: "
` [PATCH 26/37] board: siemens: "
` [PATCH 27/37] board: socrates: "
` [PATCH 28/37] board: softing: "
` [PATCH 29/37] board: sr1500: "
` [PATCH 30/37] board: synopsys: "
` [PATCH 31/37] board: tcl: "
` [PATCH 32/37] board: terasic: "
` [PATCH 33/37] board: theadorable: "
` [PATCH 34/37] board: ti: "
` [PATCH 35/37] board: toradex: "
` [PATCH 36/37] board: vscom: "
` [PATCH 37/37] board: xilinx: "
[PATCH 01/37] board: BuS: Remove duplicate newlines
2024-07-19 10:47 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox