messages from 2023-08-23 14:24:00 to 2023-08-24 08:21:47 UTC [more...]
[PATCH V4 0/8] board: ti: Add support for BeaglePlay
2023-08-24 8:21 UTC (15+ messages)
` [PATCH V4 1/8] env_default: Allow CONFIG_EXTRA_ENV_TEXT to override CFG_EXTRA_ENV_SETTINGS
` [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 V5 00/17] board: ti: Add support for BeaglePlay
2023-08-24 8:13 UTC (21+ messages)
` [PATCH V5 01/17] include: configs: ti_armv7_common: Add documentation for protected section
` [PATCH V5 02/17] include: configs: am62x_evm: Drop unused SDRAM address
` [PATCH V5 03/17] include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTS
` [PATCH V5 04/17] board: ti: am62x: am62x.env: Add explicit boot_targets
` [PATCH V5 05/17] configs: am62x_evm_a53_defconfig: Switch to bootstd
` [PATCH V5 06/17] include: configs: am62x_evm: Drop distro_bootcmd usage
` [PATCH V5 07/17] include: env: ti: ti_armv7_common.env: Rename to ti_common.env
` [PATCH V5 08/17] include: env: ti: ti_common: Add a generic findfdt
` [PATCH V5 09/17] board: ti: am62x: am62x.env: Use default findfdt
` [PATCH V5 10/17] arm: mach-k3: am625_init: Use IS_ENABLED()
` [PATCH V5 11/17] arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to static
` [PATCH V5 12/17] configs: am62x_evm*: Enable EMMC_BOOT configuration
` [PATCH V5 13/17] arm: mach-k3: am625: Add support for UDA FS
` [PATCH V5 14/17] arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
` [PATCH V5 16/17] board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file
` [PATCH V5 17/17] doc: board: ti: Add BeaglePlay documentation
[PATCH v1 0/2] verdin-am62: add u-boot update wrappers and fix check for minimum memory size
2023-08-24 8:08 UTC (3+ messages)
` [PATCH v1 1/2] verdin-am62: add u-boot update wrappers
` [PATCH v1 2/2] board: verdin-am62: fix check for minimum memory size
[PATCH 0/2] fsl-layerscape: drop support for obsolete PPA secure firmware
2023-08-24 8:00 UTC (2+ messages)
[PATCH] doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
2023-08-24 7:58 UTC (2+ messages)
[PATCH] MAINTAINERS: remove Vikas Manocha
2023-08-24 7:44 UTC
[PATCH 0/6] Attempt to enforce standard extensions for build output
2023-08-24 7:35 UTC (10+ messages)
` [PATCH 1/6] binman: Require image filenames to have certain extensions
` [PATCH 2/6] buildman: Keep all permitted output files
` [PATCH 3/6] buildman: Show progress when regenerating the board.cfg file
` [PATCH 4/6] buildman: Start the clock when the build starts
` [PATCH 5/6] kontron_sl28: Use u-boot-update.bin instead of u-boot.update
` [PATCH 6/6] stm32mp15: Use u-boot-spl-stm32.bin instead of u-boot-spl.stm32
[PATCH 0/2] Add EFI HTTP boot support
2023-08-24 6:58 UTC (9+ messages)
` [PATCH 1/2] cmd: efidebug: add uri device path
` [PATCH 2/2] efi_loader: support boot from URI "
[PATCH v1 00/19] General tegra and board improvements
2023-08-24 5:41 UTC (9+ messages)
` [PATCH v1 15/19] ARM: tegra: board2: add generic late init
` [PATCH v1 17/19] ARM: tegra: dt-setup: convert TrustZone remove into config
[PATCH 0/6] cmd: gpt: GPT manipulation improvements
2023-08-24 3:29 UTC (23+ messages)
` [PATCH 1/6] cmd: gpt: Remove confusing help text
` [PATCH 6/6] cmd: gpt: Add command to swap partition order
` [PATCH v2 0/8] cmd: gpt: GPT manipulation improvements
` [PATCH v2 1/8] cmd: gpt: Remove confusing help text
` [PATCH v2 2/8] doc: Add gpt command documentation
` [PATCH v2 3/8] tests: gpt: Remove test order dependency
` [PATCH v2 4/8] cmd: gpt: Add gpt_partition_bootable variable
` [PATCH v2 5/8] cmd: gpt: Add command to set bootable flags
` [PATCH v2 6/8] cmd: gpt: Preserve type GUID if enabled
` [PATCH v2 7/8] cmd: gpt: Preserve bootable flag
` [PATCH v2 8/8] cmd: gpt: Add command to swap partition order
[PATCH] Convert CFG_SYS_UBOOT_START to Kconfig
2023-08-24 2:30 UTC
[PATCH 0/8] x86: Fixes for chromebook_link64 and chromebook_samus_tpl
2023-08-24 2:11 UTC (12+ messages)
` [PATCH 1/8] x86: broadwell: Show the memory delay
` [PATCH 2/8] x86: Add some log categories
` [PATCH 3/8] x86: samus_tpl: Correct text base and alloc sizes
` [PATCH 4/8] x86: spl: Change the condition for copying U-Boot to RAM
` [PATCH 5/8] x86: broadwell: Avoid initing the CPU twice
` [PATCH 6/8] x86: broadwell: Set up MTRRs
` [PATCH 7/8] spl: x86: Avoid starting up PCI automatically in SPL
` [PATCH 8/8] x86: doc: Update the list of supported Chromebooks
[PATCH 1/2] imx: Drop unneeded phandle in FIT template
2023-08-24 1:18 UTC (2+ messages)
` [PATCH 2/2] Revert "binman: Add a temporary hack for duplicate phandles"
[PATCH] arm: dts: j7200: dtb sync with Linux 6.5-rc1
2023-08-24 0:28 UTC (4+ messages)
[PATCH v2 00/10] Introduce initial TI's J784S4 support
2023-08-24 0:12 UTC (4+ messages)
[PATCH] test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices()
2023-08-23 23:57 UTC (2+ messages)
[PATCH v2 1/1] doc: describe TPL/VPL/SPL boot
2023-08-23 23:57 UTC (2+ messages)
[PATCH] test: print: Fix hexdump test on 64bit systems
2023-08-23 23:57 UTC (2+ messages)
[PATCH v3 0/9] New boards support: db845c and qcs404-evb
2023-08-23 23:57 UTC (3+ messages)
` [PATCH v3 5/9] board: qualcomm: Add support for dragonboard845c
[PATCH 0/7] Correct confusing lmb error message
2023-08-23 23:57 UTC (6+ messages)
` [PATCH 2/7] lmb: Tidy up structure access
` [PATCH 7/7] fs: Fix a confusing error about overlapping regions
[PATCH 1/1] MAINTAINERS: remove Wolfgang Denk
2023-08-23 22:12 UTC
[PATCH v4 00/20] x86: efi: Fixes and improvements for coreboot
2023-08-23 21:10 UTC (21+ messages)
` [PATCH v4 01/20] x86: coreboot: Add IDE and SATA
` [PATCH v4 02/20] x86: coreboot: Enable standard boot
` [PATCH v4 03/20] x86: coreboot: Rearrange arch_cpu_init()
` [PATCH v4 04/20] x86: Set the CPU vendor in SPL
` [PATCH v4 05/20] x86: Allow APCI "
` [PATCH v4 06/20] x86: coreboot: Look for DBG2 UART in SPL too
` [PATCH v4 07/20] x86: coreboot: Enable CONFIG_SYS_NS16550_MEM32
` [PATCH v4 08/20] x86: coreboot: Drop USB init on startup
` [PATCH v4 09/20] x86: coreboot: Align options between coreboot and coreboot64
` [PATCH v4 10/20] x86: coreboot: Enable VIDEO_COPY
` [PATCH v4 11/20] efi: x86: Correct the condition for installing ACPI tables
` [PATCH v4 12/20] x86: smbios: Add a Kconfig indicating SMBIOS-table presence
` [PATCH v4 13/20] bootstd: Keep track of use of usb stop
` [PATCH v4 14/20] Record the position of the SMBIOS tables
` [PATCH v4 15/20] efi: Use the installed "
` [PATCH v4 16/20] x86: coreboot: Record the position of the "
` [PATCH v4 17/20] x86: doc: Move into its own directory
` [PATCH v4 18/20] x86: doc: Update summaries and add links
` [PATCH v4 19/20] x86: doc: Split out manual booting into its own file
` [PATCH v4 20/20] x86: doc: coreboot: Mention 64-bit Linux distros
[PATCH v2] schemas: Add a schema for memory map
2023-08-23 21:00 UTC (4+ messages)
[PATCH 1/1] doc: describe TPL/VPL/SPL boot
2023-08-23 20:55 UTC (10+ messages)
[PATCH] usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once
2023-08-23 18:03 UTC (2+ messages)
[PATCH v1 1/2] configs: starfive: Enable PCIE auto enum and NVME/USB stuff for Starfive Visionfive 2
2023-08-23 20:39 UTC (4+ messages)
` [PATCH v1 2/2] doc: board: starfive: Add more info about supported driver
[PATCH v3 1/2] schemas: Add a schema for memory map
2023-08-23 20:04 UTC (4+ messages)
[PATCH v2] usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
2023-08-23 18:29 UTC (2+ messages)
[PATCH] arm: mach-imx: loose enabling FSL_CAAM
2023-08-23 18:22 UTC (2+ messages)
[PATCH] tools: ensure zeroed padding in external FIT images
2023-08-23 18:06 UTC (2+ messages)
[PATCH v2 1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU
2023-08-23 17:59 UTC (6+ messages)
` [PATCH v2 2/5] thermal: imx_tmu: Fix the polling default
` [PATCH v2 3/5] thermal: imx_tmu: Increase the log level for high temperatures
` [PATCH v2 4/5] thermal: imx_tmu: Fix the temperature unit
` [PATCH v2 5/5] thermal: imx_tmu: Increase the polling interval
[PATCH] mmc: spl: select SPL_BLK for SPL_DM_MMC
2023-08-23 17:50 UTC (2+ messages)
[PATCH v5 1/3] Kconfig: Add SPL_SYS_MALLOC_CLEAR_ON_INIT
2023-08-23 17:43 UTC (4+ messages)
` [PATCH v5 2/3] dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
Pull request for doc-2023-10-rc4
2023-08-23 17:43 UTC (2+ messages)
[PATCH 1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU
2023-08-23 17:37 UTC (7+ messages)
` [PATCH 2/5] thermal: imx_tmu: Fix the polling default
` [PATCH 3/5] thermal: imx_tmu: Select LOG
` [PATCH 4/5] thermal: imx_tmu: Fix th temperature unit
` [PATCH 5/5] thermal: imx_tmu: Increase the polling interval
[PATCH] usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST
2023-08-23 17:11 UTC (2+ messages)
Config fragments
2023-08-23 16:49 UTC (7+ messages)
Trying to boot custom kernel on Wink Hub (i.MX28)
2023-08-23 15:56 UTC (12+ messages)
[PATCH] spl: crypto: fix including SHA* object files in SPL
2023-08-23 15:02 UTC (2+ messages)
[PATCH v3 0/3] fsl-layerscape: drop support for obsolete PPA secure firmware
2023-08-23 14:56 UTC (3+ messages)
[PATCH v2] spl: watchdog: introduce SPL_HW_WATCHDOG
2023-08-23 14:43 UTC (2+ messages)
[PATCH v2 0/2] Fix format specifier for net_boot_file_size
2023-08-23 14:42 UTC (3+ messages)
` [PATCH v2 1/2] net: Fix the displayed value of bytes transferred
[PATCH 1/2] blk: Add bounce buffer support to read/write operations
2023-08-23 14:42 UTC (4+ messages)
` [PATCH 2/2] scsi: Add buffer_aligned check pass-through
[PATCH] disk: dos: Infer MBR partition sector size from underlying drive sector size
2023-08-23 14:42 UTC (2+ messages)
[PATCH] common: bouncebuf: Add missing cast to dma_addr_t
2023-08-23 14:42 UTC (2+ messages)
[PATCH 1/8] disk: Drop always true conditional check
2023-08-23 14:42 UTC (16+ messages)
` [PATCH 2/8] disk: Simplify disk_blk_read() using blk_read()
` [PATCH 3/8] disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
` [PATCH 4/8] disk: Handle partition to block device offset conversion
` [PATCH 5/8] disk: Extend disk_blk_part_validate() with range checking
` [PATCH 6/8] disk: Switch part_blk_*() functions to disk_blk_*()
` [PATCH 7/8] disk: Move part_create_block_devices() to blk uclass
` [PATCH 8/8] disk: Make blk_get_ops() internal "
[PATCH] test: acpi: Handle both 32bit and 64bit ACPI tables
2023-08-23 14:41 UTC (2+ messages)
[PATCH] test: Fix the help for the ut command
2023-08-23 14:41 UTC (2+ messages)
Please pull u-boot-dm
2023-08-23 14:41 UTC (2+ messages)
[PATCH v2 0/2] Disable setting ICACHE and DCACHE off for ARM64 platforms
2023-08-23 14:41 UTC (3+ messages)
` [PATCH v2 2/2] armv8: Disable SYS_DCACHE_OFF & SYS_ICACHE_OFF for ARM64
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