messages from 2023-02-21 19:37:42 to 2023-02-22 10:22:56 UTC [more...]
[PATCH v5 0/6] tpm: Support boot measurements
2023-02-22 10:22 UTC (5+ messages)
[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
2023-02-22 9:55 UTC (66+ messages)
` [PATCH RFC u-boot-mvebu 01/59] tools: kwbimage: Fix generating, verifying and extracting SDIO kwbimage
` [PATCH RFC u-boot-mvebu 02/59] tools: kwboot: Fix parsing "
` [PATCH RFC u-boot-mvebu 03/59] arm: mvebu: spl: "
` [PATCH RFC u-boot-mvebu 04/59] cmd: mvebu/bubt: "
` [PATCH RFC u-boot-mvebu 05/59] tools: kwbimage: Fix generating, verifying and extracting SATA kwbimage
` [PATCH RFC u-boot-mvebu 06/59] tools: kwboot: Fix parsing "
` [PATCH RFC u-boot-mvebu 07/59] arm: mvebu: spl: "
` [PATCH RFC u-boot-mvebu 08/59] cmd: mvebu/bubt: "
` [PATCH RFC u-boot-mvebu 09/59] arm: mvebu: spl: Remove checks for BOOT_DEVICE_MMC2 and BOOT_DEVICE_MMC2_2
` [PATCH RFC u-boot-mvebu 10/59] arm: mvebu: spl: Load proper U-Boot from selected eMMC boot partition
` [PATCH RFC u-boot-mvebu 11/59] spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION
` [PATCH RFC u-boot-mvebu 12/59] arm: mvebu: spl: Fix support for loading U-Boot proper from SD card
` [PATCH RFC u-boot-mvebu 13/59] tools: kwboot: Add more documentation references
` [PATCH RFC u-boot-mvebu 14/59] tools: kwboot: Add image type documentation
` [PATCH RFC u-boot-mvebu 15/59] tools: kwboot: Fix parsing UART image without data checksum
` [PATCH RFC u-boot-mvebu 16/59] tools: kwboot: Validate optional kwbimage v1 headers
` [PATCH RFC u-boot-mvebu 17/59] tools: kwboot: Add check that kwbimage contains DDR init code
` [PATCH RFC u-boot-mvebu 18/59] tools: kwboot: Fix patching of SPI/NOR XIP images
` [PATCH RFC u-boot-mvebu 19/59] tools: kwboot: Show image type and error parsing reasons
` [PATCH RFC u-boot-mvebu 20/59] cmd: mvebu/bubt: Add support for selecting eMMC HW partition
` [PATCH RFC u-boot-mvebu 21/59] cmd: mvebu/bubt: Add support for writing image to SATA disk
` [PATCH RFC u-boot-mvebu 22/59] cmd: mvebu/bubt: Add support for reading image from the SATA disk partition
` [PATCH RFC u-boot-mvebu 23/59] cmd: mvebu/bubt: Rename variable image_size to hdr_size
` [PATCH RFC u-boot-mvebu 24/59] cmd: mvebu/bubt: Mark all local symbols as static
` [PATCH RFC u-boot-mvebu 25/59] cmd: mvebu/bubt: Do not modify image in A8K check_image_header()
` [PATCH RFC u-boot-mvebu 26/59] cmd: mvebu/bubt: Check also A8K boot image checksum
` [PATCH RFC u-boot-mvebu 27/59] cmd: mvebu/bubt: Set correct default image name for 32-bit Armada SoCs
` [PATCH RFC u-boot-mvebu 28/59] cmd: mvebu/bubt: Better guess default MVEBU_*_BOOT option
` [PATCH RFC u-boot-mvebu 29/59] cmd: mvebu/bubt: Fix warnings: unused variable 'secure_mode' and 'fuse_read_u64' defined but not used
` [PATCH RFC u-boot-mvebu 30/59] cmd: mvebu/bubt: Enable command by default
` [PATCH RFC u-boot-mvebu 31/59] tools: kwbimage: Fix dumping register set / DATA commands
` [PATCH RFC u-boot-mvebu 32/59] tools: kwbimage: Fix endianity when dumping NAND_PAGE_SIZE
` [PATCH RFC u-boot-mvebu 33/59] tools: kwbimage: Fix dumping NAND_BADBLK_LOCATION
` [PATCH RFC u-boot-mvebu 34/59] tools: kwbimage: Fix dumping NAND_BLKSZ
` [PATCH RFC u-boot-mvebu 35/59] tools: kwbimage: Fix generating of kwbimage v0 header checksum
` [PATCH RFC u-boot-mvebu 36/59] tools: kwbimage: Fix endianity when printing kwbimage header
` [PATCH RFC u-boot-mvebu 37/59] tools: kwbimage: Reject mkimage -F option
` [PATCH RFC u-boot-mvebu 38/59] tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 images
` [PATCH RFC u-boot-mvebu 39/59] tools: kwbimage: Print binary image offset as size
` [PATCH RFC u-boot-mvebu 40/59] tools: kwbimage: Print image data offset when printing kwbimage header
` [PATCH RFC u-boot-mvebu 41/59] tools: kwbimage: Simplify add_secure_header_v1()
` [PATCH RFC u-boot-mvebu 42/59] tools: kwbimage: Rename imagesz to dataoff
` [PATCH RFC u-boot-mvebu 43/59] tools: kwbimage: Fix generating secure boot data image signature
` [PATCH RFC u-boot-mvebu 44/59] tools: kwbimage: Fix invalid secure boot header signature
` [PATCH RFC u-boot-mvebu 45/59] tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images
` [PATCH RFC u-boot-mvebu 46/59] tools: kwbimage: Add support for XIP SPI/NOR images
` [PATCH RFC u-boot-mvebu 47/59] tools: mkimage: Print human readable error when -d is not specified
` [PATCH RFC u-boot-mvebu 48/59] tools: mkimage: Do not try to open datafile when it is skipped
` [PATCH RFC u-boot-mvebu 49/59] tools: kwbimage: Add support for creating an image with no data
` [PATCH RFC u-boot-mvebu 50/59] arm: mvebu: Add support for generating NAND kwbimage
` [PATCH RFC u-boot-mvebu 51/59] arm: mvebu: Add support for generating PEX kwbimage
` [PATCH RFC u-boot-mvebu 52/59] arm: mvebu: Fix description of MVEBU_SPL_BOOT_DEVICE_(SPI|MMC) options
` [PATCH RFC u-boot-mvebu 53/59] arm: mvebu: db-88f6820-amc: Add defconfig for NAND booting
` [PATCH RFC u-boot-mvebu 54/59] arm: mvebu: clearfog: Add defconfig for SATA booting
` [PATCH RFC u-boot-mvebu 55/59] arm: mvebu: Remove A39x relicts
` [PATCH RFC u-boot-mvebu 56/59] arm: mvebu: Fix comment about CPU_ATTR_BOOTROM mapping
` [PATCH RFC u-boot-mvebu 57/59] arm: mvebu: Define env_sf_get_env_addr() also for Proper U-Boot
` [PATCH RFC u-boot-mvebu 58/59] arm: mvebu: Define SPL memory maps
` [PATCH RFC u-boot-mvebu 59/59] doc/kwboot.1: Update example description
[PATCH 1/2] board: rockchip: add Radxa ROCK5B Rk3588 board
2023-02-22 9:05 UTC (7+ messages)
` [PATCH 2/2] board: rock5b-rk3588: add memory gaps into kernel's DTB
[PATCH v2 1/2] board: rockchip: add Radxa ROCK5B Rk3588 board
2023-02-22 9:05 UTC (2+ messages)
` [PATCH v2 2/2] board: rock5b-rk3588: add memory gaps into kernel's DTB
[PATCH 00/11] rockchip: Add efuse and otp support to more SoCs
2023-02-22 8:56 UTC (23+ messages)
` [PATCH 02/11] rockchip: otp: Add support for RK3568
` [PATCH 01/11] rockchip: otp: Refactor to use driver data and ops
` [PATCH 03/11] rockchip: otp: Add support for RK3588
` [PATCH 05/11] rockchip: efuse: Refactor to use driver data and ops
` [PATCH 04/11] rockchip: otp: Add dump_otp debug command
` [PATCH 06/11] rockchip: efuse: Add support for RK3288 and more
` [PATCH 07/11] rockchip: efuse: Add support for RK3328
` [PATCH 10/11] rockchip: misc: Set eth1addr mac address
` [PATCH 09/11] rockchip: efuse: Add support for RK3036
` [PATCH 08/11] rockchip: efuse: Add support for RK3128
` [PATCH 11/11] rockchip: rk3568: Read cpuid from otp
[PATCH] rockchip: derive GPIO bank from alias if available
2023-02-22 8:41 UTC (2+ messages)
[PATCH V2 0/9] Rockchip: Improve Support for RK3566 Devices
2023-02-22 8:28 UTC (20+ messages)
` [PATCH V2 1/9] gpio: gpio-rockchip: parse gpio-ranges for bank id
` [PATCH V2 2/9] dts: rockchip: px30: add gpio-ranges property to gpio nodes
` [PATCH V2 4/9] arm64: dts: rockchip: Sync rk356x from Linux main
` [PATCH V2 5/9] rockchip: rk3568: add boot device detection
` [PATCH V2 6/9] rockchip: rk3568: enable automatic power savings
` [PATCH V2 7/9] gpio/rockchip: rk_gpio support v2 gpio controller
` [PATCH V2 8/9] arm64: dts: rockchip: add gpio-ranges property to gpio nodes
` [PATCH V2 9/9] evb1-v10-rk3568: Update MAINTAINERS and documentation
[PATCH v3 00/76] Clean up of bad Kconfig options
2023-02-22 8:08 UTC (5+ messages)
` [PATCH v3 58/76] Drop ubsha1 tool
[PATCH v4 00/11] Fixes for Rockchip NFC driver part 1
2023-02-22 8:01 UTC (7+ messages)
` [PATCH v4 03/11] core: remap: convert regmap_init_mem_plat() input to phys_addr_t
` [PATCH v4 04/11] rockchip: adc: rockchip-saradc: use dev_read_addr_ptr
` [PATCH v4 11/11] mtd: nand: raw: rockchip_nfc: fix oobfree offset and description
[PATCH] board: edgeble: Fix neural-compute-module-2 board name
2023-02-22 7:52 UTC (2+ messages)
[PATCH] dm: adc: add iMX93 ADC support
2023-02-22 7:45 UTC (3+ messages)
[PATCH v1 00/18] arm: Add Rockchip RK3588 support
2023-02-22 7:18 UTC (5+ messages)
` [PATCH v1 15/18] ARM: dts: rockchip: Add rk3588-u-boot.dtsi
` [PATCH v1 18/18] board: rockchip: Add Edgeble Neural Compute Module 6
[PATCH] include: rk3328: Add default env for compressed kernel images
2023-02-22 7:15 UTC (2+ messages)
[PATCH v2] usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio
2023-02-22 7:01 UTC (3+ messages)
[PATCH v3 1/2] configs: phycore-rk3288: Enable CONFIG_LTO
2023-02-22 6:46 UTC (2+ messages)
[PATCH] arm: dts: rockchip: rk3399: nanopi-r4s: Provide smbios sysinfo
2023-02-22 6:38 UTC (3+ messages)
` [PATCH v2] "
bootstd breakages
2023-02-22 6:35 UTC
rk3399: Loading OP-TEE by SPL?
2023-02-22 6:31 UTC (2+ messages)
[PATCH v2] binman: bintool: Add support for tool directories
2023-02-22 4:30 UTC (3+ messages)
[PATCH v4 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
2023-02-22 3:27 UTC (4+ messages)
[PATCH v1 00/24] CONFIG_IS_ENABLED vs IS_ENABLED
2023-02-22 1:38 UTC (25+ 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 06/24] lib: sha512: "
` [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 20/24] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
` [PATCH v1 21/24] gateworks: venice: surround call of setup_fec with if IS_ENABLED(CONFIG_NET)
` [PATCH v1 22/24] power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)
` [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] doc: uefi: fix links
2023-02-22 1:39 UTC (2+ messages)
[PATCH v2 00/10] Backport BRCMNAND changes from Linux
2023-02-22 1:28 UTC (22+ messages)
` [PATCH v2 01/10] mtd: rawnand: brcmnand: Refactored code to introduce helper functions
` [PATCH v2 02/10] mtd: rawnand: brcmnand: Add support for v7.3 controller
` [PATCH v2 03/10] mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfips
` [PATCH v2 04/10] mtd: nand: brcmnand: Add support for flash-dma v0
` [PATCH v2 05/10] mtd: rawnand: brcmnand: correctly verify erased pages
` [PATCH v2 06/10] mtd: rawnand: brcmnand: rename v4 registers
` [PATCH v2 07/10] mtd: rawnand: brcmnand: fix CS0 layout
` [PATCH v2 08/10] mtd: rawnand: brcmnand: rename page sizes
` [PATCH v2 09/10] mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
` [PATCH v2 10/10] mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC
[PATCH 1/1] test: unit test for crc8
2023-02-22 1:14 UTC
[PULL] u-boot-socfpga/master
2023-02-22 1:04 UTC
[PATCH v2 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
2023-02-22 0:39 UTC
[PATCH] linker_lists.h: Add attribute used to ll_entry_start macro
2023-02-21 23:33 UTC
[PATCH 1/3] rockchip: Drop bootstage stash in TPL and SPL
2023-02-21 23:30 UTC (6+ messages)
` [PATCH 2/3] rockchip: Disable DISTRO_DEFAULTS for rockpro64
` [PATCH 3/3] bootstd: Enable BOOTSTD_DEFAULTS by default
[PATCH v2 RESEND 0/6] Update Chameleon v3 configuration
2023-02-21 23:29 UTC (2+ messages)
[PATCH v3 00/95] RFC: Migrate to split config
2023-02-21 23:22 UTC (7+ messages)
` [PATCH v3 11/95] Correct SPL use of PHY_CADENCE_SIERRA
[PATCH v1 0/1] GPIO buttons keyboard driver update
2023-02-21 23:10 UTC (5+ messages)
` [PATCH v1 1/1] input: button_kbd: make driver complementary to gpio buttons
[PATCH 0/9] binman: Show missing blob message when building U-Boot
2023-02-21 23:09 UTC (16+ messages)
` [PATCH 2/9] binman: Fix spelling of nodes in code comments
` [PATCH 4/9] binman: Override CheckOptional in fit entry
` [PATCH 6/9] binman: Mark mkimage entry missing when its subnodes is missing
` [PATCH 5/9] binman: Implement missing check functions in mkimage entry
` [PATCH 7/9] binman: Fix blank line usage for invalid images warning text
` [PATCH 8/9] binman: Show filename in missing blob help message
` [PATCH 9/9] Makefile: Show binman missing blob message
[PATCH 0/2] Keep PLL power on
2023-02-21 23:07 UTC (5+ messages)
` [PATCH 1/2] ram: ast2600: Keep MPLL "
` [PATCH 2/2] clk: ast2600: Keep PLL "
[PATCH 00/71] bootstd: Allow migration from distro_bootcmd scripts
2023-02-21 20:37 UTC (6+ messages)
` [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot
` rk3399 boards broken, only partially converted to standard boot? (was Re: [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot)
[PATCHv4 0/5] FWU: Handle meta-data in common code
2023-02-21 20:08 UTC (2+ messages)
[PATCH] CI: Update test/nokia_rx51_test.sh to use prebuilt images
2023-02-21 19:41 UTC (2+ messages)
[PATCH v3 0/3] spl: allow loading via partition type GUID
2023-02-21 19:41 UTC (4+ messages)
` [PATCH v3 2/3] kconfig: new macro IF_ENABLED()
[PATCH 0/2] improve 'read' command, add 'write' command
2023-02-21 19:41 UTC (5+ messages)
` [PATCH 1/2] cmd: read: use part_get_info_by_dev_and_name_or_num() instead of open-coded dev_part parsing
` [PATCH 2/2] cmd: introduce 'write' command
[PATCH v2 1/1] spl: allow loading via partition type GUID
2023-02-21 19:41 UTC (6+ messages)
[PATCH v2 1/4] buildman: Add a note about the out-env file
2023-02-21 19:40 UTC (4+ messages)
` [PATCH v2 2/4] buildman: Write out the build command used
` [PATCH v2 3/4] buildman: Support disabling LTO
` [PATCH v2 4/4] buildman: Add a flag for reproducible builds
[PATCH 0/3] remoteproc: uclass cleanup
2023-02-21 19:35 UTC (5+ messages)
` [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header
` [PATCH 3/3] remoteproc: Remove legacy probing method
[PATCH 1/4 v4] tpm: add a function that performs selftest + startup
2023-02-21 19:35 UTC (4+ messages)
` [PATCH 4/4 v4] test: add a test for the new tpm_auto_start() function
[PATCH 1/1] dm: core: revert "Don't inline dev_read...() calls with of-platdata"
2023-02-21 19:35 UTC (2+ messages)
[PATCH 1/1] sandbox: fix building with CONFIG_SPL_TIMER=y
2023-02-21 19:35 UTC (2+ messages)
[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG
2023-02-21 19:35 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