messages from 2023-02-22 09:05:41 to 2023-02-22 21:24:34 UTC [more...]
[PATCH v3 00/76] Clean up of bad Kconfig options
2023-02-22 21:20 UTC (6+ messages)
` [PATCH v3 58/76] Drop ubsha1 tool
[PATCH v1 00/24] CONFIG_IS_ENABLED vs IS_ENABLED
2023-02-22 21:20 UTC (52+ messages)
` [PATCH v1 01/24] cmd: nvedit: check for ENV_SUPPORT
` [PATCH v1 02/24] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v1 03/24] lib: md5: "
` [PATCH v1 04/24] lib: sha1: "
` [PATCH v1 05/24] lib: sha256: "
` [PATCH v1 07/24] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v1 08/24] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v1 09/24] x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED
` [PATCH v1 10/24] config_distro_bootcmd: remove booting environment variables from SPL environment
` [PATCH v1 11/24] ofnode: fdt_support definitions needed if OF_CONTROL is enabled
` [PATCH v1 12/24] ringneck-px30: remove check for ENV_IS_NOWHERE, it is an SPL config
` [PATCH v1 13/24] puma-rk3399: "
` [PATCH v1 14/24] fdt_support: always define fdt_fixup_mtdparts
` [PATCH v1 15/24] m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)
` [PATCH v1 16/24] freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)
` [PATCH v1 17/24] ns16550: match when to define bdf with uart code
` [PATCH v1 18/24] solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of CONFIG_CMD_SATA
` [PATCH v1 19/24] arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA
` [PATCH v1 21/24] gateworks: venice: surround call of setup_fec with if IS_ENABLED(CONFIG_NET)
` [PATCH v1 23/24] arm: cpu: armv7: ls102xa: fdt: remove eth_device support
` [PATCH v1 24/24] CI: add test/usage_of_is_enabled_check.sh
[PATCH] tools: binman: minor formatting fix in docs
2023-02-22 21:20 UTC (2+ messages)
[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
2023-02-22 21:20 UTC (11+ messages)
` [PATCH RFC u-boot-mvebu 20/59] cmd: mvebu/bubt: Add support for selecting eMMC HW partition
[PATCH 0/9] binman: Show missing blob message when building U-Boot
2023-02-22 21:20 UTC (5+ messages)
` [PATCH 9/9] Makefile: Show binman missing blob message
[RFC PATCH v3 0/9] Renesas RZ/N1 SoC initial support
2023-02-22 21:20 UTC (21+ messages)
` [RFC PATCH v3 1/9] ARM: armv7: add non-SPL enable for Cortex SMPEN
` [RFC PATCH v3 2/9] clk: renesas: prepare for non-RCAR clock drivers
` [RFC PATCH v3 3/9] clk: renesas: add R906G032 driver
` [RFC PATCH v3 4/9] pinctrl: "
` [RFC PATCH v3 5/9] ram: cadence: add driver for Cadence EDAC
` [RFC PATCH v3 6/9] dts: basic devicetree for Renesas RZ/N1 SoC
` [RFC PATCH v3 7/9] ARM: rzn1: basic support "
` [RFC PATCH v3 8/9] board: schneider: add RZN1 board support
` [RFC PATCH v3 9/9] tools: spkgimage: add Renesas SPKG format
[PATCH 0/5] binman: Tidy up the location for bintools
2023-02-22 21:20 UTC (4+ messages)
` [PATCH 5/5] binman: Make the tooldir configurable
bootstd breakages
2023-02-22 21:07 UTC (2+ messages)
[PATCH] bootstd: Make BOOTSTD_FULL depend on BOOTSTD
2023-02-22 21:06 UTC
[PATCH v6 0/6] tpm: Support boot measurements
2023-02-22 20:26 UTC (10+ messages)
` [PATCH v6 1/6] tpm: Fix spelling for tpmu_ha union
` [PATCH v6 2/6] tpm: sandbox: Update for needed TPM2 capabilities
` [PATCH v6 3/6] tpm: Support boot measurements
` [PATCH v6 4/6] bootm: Support boot measurement
` [PATCH v6 5/6] test: Add sandbox TPM "
` [PATCH v6 6/6] doc: Add measured boot documentation
[PATCH 3/4] mtd/fpga: add fpga directory to mtd (with Cyclone 10)
2023-02-22 19:51 UTC (4+ messages)
[PATCH v5 00/44] More tidy-ups of Kconfig options
2023-02-22 19:16 UTC (47+ messages)
` [PATCH v5 01/44] mtd: Drop unused kb9202_nand driver
` [PATCH v5 02/44] mtd: Drop unused CONFIG_ONENAND_U_BOOT
` [PATCH v5 03/44] sh4: Drop unused twl6030 driver
` [PATCH v5 04/44] moveconfig: Update to detect / correct missing SPL Kconfigs
` [PATCH v5 05/44] bootstd: Disable QFW bootmeth in SPL
` [PATCH v5 06/44] Correct SPL uses of ARCH_MVEBU
` [PATCH v5 07/44] Correct SPL uses of DISPLAY_AER_FULL
` [PATCH v5 08/44] Correct SPL uses of MULTIPLEXER
` [PATCH v5 09/44] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED
` [PATCH v5 10/44] Correct SPL uses of PHY_FIXED
` [PATCH v5 11/44] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
` [PATCH v5 12/44] Correct SPL use of DM_RNG
` [PATCH v5 13/44] lib: Add a Kconfig for SPL_BZIP2
` [PATCH v5 14/44] moveconfig: Various minor improvements
` [PATCH v5 15/44] sandbox: Expand size for VPL image
` [PATCH v5 16/44] event: Add Kconfig options for SPL
` [PATCH v5 17/44] bootstd: Correct 'VPL' typo
` [PATCH v5 18/44] env: Avoid checking ENV_IS_IN when env disabled
` [PATCH v5 19/44] env: Allow VPL environment to be nowhere
` [PATCH v5 20/44] lib: Add VPL options for SHA1 and SHA256
` [PATCH v5 21/44] x86: Use string functions for all 32-bit builds
` [PATCH v5 22/44] lib: Fix build condition for tiny-printf
` [PATCH v5 23/44] sandbox: Tidy up RTC options
` [PATCH v5 24/44] sandbox: Use the generic VPL option to enable VPL
` [PATCH v5 25/44] sandbox: Tidy up I2C options
` [PATCH v5 26/44] fixdep: Add support for VPL
` [PATCH v5 27/44] fixdep: Refactor to make testing easier
` [PATCH v5 28/44] fixdep: Add some tests for parse_config_line()
` [PATCH v5 29/44] test: Add SPL versions of the TEST_KCONFIG options
` [PATCH v5 30/44] lib: Add an SPL config for LIB_UUID
` [PATCH v5 31/44] test: Tidy up sandbox handling in test-main
` [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options
` [PATCH v5 33/44] Add VPL options for BLOBLIST
` [PATCH v5 34/44] rockchip: Avoid checking environment without ENV_SUPPORT
` [PATCH v5 35/44] freescale: Drop old pre-DM_ETH code
` [PATCH v5 36/44] imx: Use SATA instead of CMD_SATA
` [PATCH v5 37/44] net: Add an SPL config for atheros
` [PATCH v5 38/44] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
` [PATCH v5 39/44] serial: Support ns16550 driver in TPL
` [PATCH v5 40/44] dm: Add a TPL symbol for simple-bus
` [PATCH v5 41/44] x86: coral: Add missing TPL options
` [PATCH v5 42/44] power: wandboard: Add a missing CONFIG
` [PATCH v5 43/44] venice: Simplify conditions for network init
` [PATCH v5 44/44] command: Don't allow commands in SPL
[PATCH v3 00/95] RFC: Migrate to split config
2023-02-22 19:56 UTC (9+ messages)
` [PATCH v3 65/95] omap: Correct an SPL build error with watchdog
` [PATCH v3 68/95] socfpga: Use the correct condition for SYS_L2_PL310
[PATCH] fastboot: Only call the bootm command if it is enabled
2023-02-22 19:27 UTC (3+ messages)
[PATCH 1/2] ARM: remove SPEAR entry in makefile
2023-02-22 19:19 UTC (2+ messages)
` [PATCH 2/2] mmc: remove SDHCI SPEAR
[PATCH v2 00/13] video: efi: Improve the EFI-app video console
2023-02-22 19:12 UTC (14+ messages)
` [PATCH v2 01/13] efi: video: Move payload code into a function
` [PATCH v2 02/13] efi: video: Return mode info for app also
` [PATCH v2 03/13] efi: Support a 64-bit frame buffer address
` [PATCH v2 04/13] x86: Add a few more items to bdinfo
` [PATCH v2 05/13] efi: Use a fixed value for the timer clock
` [PATCH v2 06/13] efi: Support copy framebuffer
` [PATCH v2 07/13] video: Allow a copy framebuffer with pre-allocated fb
` [PATCH v2 08/13] bbinfo: Show the size of the copy framebuffer
` [PATCH v2 09/13] efi: Adjust script to show pre-relocation output on terminal
` [PATCH v2 10/13] video: Remove duplicate cursor-positioning function
` [PATCH v2 11/13] video: Clear the vidconsole rather than the video
` [PATCH v2 12/13] efi: Add dhrystone, dcache and scroll lines to app
` [PATCH v2 13/13] video: Add a note about the broken implementation
[PATCH] linker_lists.h: Add attribute used to ll_entry_start macro
2023-02-22 19:16 UTC (2+ messages)
[PATCH 1/1] test: unit test for crc8
2023-02-22 19:16 UTC (2+ messages)
[PATCH v2 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
2023-02-22 19:16 UTC (2+ messages)
[PATCH v4 1/2] bootflow: Rename bootflow_flags_t
2023-02-22 19:17 UTC (2+ messages)
` [PATCH v4 2/2] bootstd: Replicate the dtb-filename quirks of distroboot
[PATCH] linker_lists.h: Add attribute used to ll_entry_start macro
2023-02-22 19:16 UTC
[PATCH v3] bootstd: Replicate the dtb-filename quirks of distroboot
2023-02-22 19:16 UTC (3+ messages)
[PATCH 1/3] rockchip: Drop bootstage stash in TPL and SPL
2023-02-22 19:15 UTC (11+ messages)
` [PATCH 2/3] rockchip: Disable DISTRO_DEFAULTS for rockpro64
[PATCH v2 0/5] binman: Tidy up the location for bintools
2023-02-22 19:14 UTC (6+ messages)
` [PATCH v2 1/5] binman: Correct an 'aot' typo
` [PATCH v2 2/5] binman: Update bintools documentation
` [PATCH v2 3/5] binman: Move the tools directory into the Bintool class
` [PATCH v2 4/5] binman: Use a private directory for bintools
` [PATCH v2 5/5] binman: Make the tooldir configurable
[PATCH 00/88] Clean up of bad Kconfig options
2023-02-22 19:07 UTC (7+ messages)
` [PATCH 47/88] mtd: Drop unused fsmc_nand driver
` [PATCH 68/88] arm: Rename STM32MP13x
` [PATCH 69/88] arm: Rename STM32MP15x
[PULL] u-boot-usb/next
2023-02-22 18:37 UTC (2+ messages)
[PATCH v5 0/6] tpm: Support boot measurements
2023-02-22 17:47 UTC (8+ messages)
[RFC PATCH v1 0/9] Renesas RZ/N1 SoC initial support
2023-02-22 17:39 UTC (7+ messages)
` [RFC PATCH v1 3/9] clk: renesas: add R906G032 driver
[PATCH 0/4] nvmem: cell post-processing & U-Boot env MAC support
2023-02-22 17:22 UTC (5+ messages)
` [PATCH 1/4] nvmem: core: add per-cell post processing
` [PATCH 2/4] nvmem: core: allow nvmem_cell_post_process_t callbacks to adjust buffer
` [PATCH 3/4] dt-bindings: nvmem: u-boot, env: add MAC's #nvmem-cell-cells
` [PATCH 4/4] nvmem: u-boot-env: post-process "ethaddr" env variable
[PULL] u-boot-usb/master
2023-02-22 16:27 UTC
[PATCH v2] usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio
2023-02-22 15:33 UTC (4+ messages)
[PATCH 0/5] arm: fsl-layerscape: remove some boards
2023-02-22 15:26 UTC (2+ messages)
[PATCH v1] configs: j7200: Merge HS and non-HS defconfigs
2023-02-22 15:02 UTC (3+ messages)
` [PATCH v1] configs: j721s2: merge "
[PATCH v4 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
2023-02-22 14:39 UTC (5+ messages)
[PATCH v4 0/4] rockchip: Use external TPL binary to create a working firmware image
2023-02-22 14:20 UTC (2+ messages)
` Aw: "
[PATCH] arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r'
2023-02-22 14:17 UTC
[PATCH v2 00/10] Backport BRCMNAND changes from Linux
2023-02-22 13:21 UTC (3+ messages)
[PATCH v1 0/3] Fix j721e hs support
2023-02-22 7:44 UTC (4+ messages)
` [PATCH v1 1/3] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region
` [PATCH v1 2/3] arm: mach-k3: Increase SYSFW max image size
` [PATCH v1 3/3] configs: j721e: Merge the HS and non-HS defconfigs
[PATCH 00/11] rockchip: Add efuse and otp support to more SoCs
2023-02-22 12:34 UTC (4+ messages)
` [PATCH 06/11] rockchip: efuse: Add support for RK3288 and more
[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
2023-02-22 10:59 UTC (3+ messages)
` [PATCH V2 1/9] gpio: gpio-rockchip: parse gpio-ranges for bank id
[PATCH RFC 0/3] FMP versioning support
2023-02-22 10:40 UTC (4+ messages)
` [PATCH RFC 1/3] efi_loader: store firmware version into FmpState variable
` [PATCH RFC 2/3] efi_loader: versioning support in GetImageInfo
` [PATCH RFC 3/3] efi_loader: check lowest supported version in capsule update
[PATCH 1/2] board: rockchip: add Radxa ROCK5B Rk3588 board
2023-02-22 9:05 UTC (3+ messages)
[PATCH v2 1/2] board: rockchip: add Radxa ROCK5B Rk3588 board
2023-02-22 9:05 UTC
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