U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-14 18:04:25 to 2024-08-16 21:49:23 UTC [more...]

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-08-16 21:44 UTC  (9+ messages)
` [PATCH v6 02/28] mbedtls: add mbedtls into the build system
` [PATCH v6 03/28] lib: Adapt digest header files to MbedTLS
` [PATCH v6 04/28] md5: Remove md5 non-watchdog API
` [PATCH v6 05/28] sha1: Remove sha1 "
` [PATCH v6 06/28] mbedtls: add digest shim layer for MbedTLS
` [PATCH v6 07/28] hash: integrate hash on mbedtls
` [PATCH v6 09/28] mbedtls/external: support Microsoft Authentication Code
` [PATCH v6 11/28] mbedtls/external: support decoding multiple signer's cert

[PATCH 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A
 2024-08-16 21:20 UTC  (2+ messages)
` [PATCH 2/2] arm: dts: rockchip: add support for Radxa ROCK 5A with SPI NOR flash module

[PATCH v2 00/32] Make LMB memory map global and persistent
 2024-08-16 19:38 UTC  (40+ messages)
` [PATCH v2 02/32] lmb: ut: disable unit tests for lmb changes
` [PATCH v2 05/32] lmb: use the BIT macro for lmb flags
` [PATCH v2 10/32] lmb: config: add lmb config symbols for SPL
` [PATCH v2 11/32] lmb: allow lmb module to be used in SPL
` [PATCH v2 14/32] lmb: introduce a function to add memory to the lmb memory map
` [PATCH v2 17/32] lmb: init: initialise the lmb data structures during board init
` [PATCH v2 18/32] lmb: add a common implementation of arch_lmb_reserve()
` [PATCH v2 19/32] sandbox: move the TCG event log to the start of ram memory
` [PATCH v2 21/32] spl: sandbox: initialise the ram banksize in spl
` [PATCH v2 22/32] sandbox: spl: enable lmb config for SPL
` [PATCH v2 23/32] sandbox: iommu: remove lmb allocation in the driver
` [PATCH v2 27/32] test: cedit: use allocated address for reading file
` [PATCH v2 29/32] test: bdinfo: dump the global LMB memory map
` [PATCH v2 30/32] sandbox: adjust load address of couple of tests
` [PATCH v2 32/32] lmb: add logic to print lmb flag strings

[PATCH] Kconfig: clean up the efi configuration status
 2024-08-16 18:49 UTC  (5+ messages)

[PATCH v8 00/23] Introduce the lwIP network stack
 2024-08-16 18:40 UTC  (4+ messages)

[PATCH v2 0/1] board: tegra: convert boards to text env
 2024-08-16 17:43 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
 2024-08-16 17:22 UTC  (5+ messages)
` [PATCH v3 1/3] buildman: Support building within a Python venv
` [PATCH v3 2/3] buildman: Allow skipping the dtc build
` [PATCH v3 3/3] RFC: CI: Skip building dtc for world builds

[PATCH v2 0/1] disk: add TegraPT support
 2024-08-16 16:49 UTC  (8+ messages)
` [PATCH v2 1/1] "

[PATCH v3 00/24] Fix various bugs
 2024-08-16 16:15 UTC  (26+ messages)
` [PATCH v3 01/24] nvmxip: Drop the message on probe
` [PATCH v3 02/24] nvmxip: Avoid probing on boot
` [PATCH v3 03/24] bootstd: Add UT_TESTF_CONSOLE_REC to bootflow tests
` [PATCH v3 04/24] test/py: Fix some pylint warnings in test_ut.py
` [PATCH v3 05/24] scripts: Update pylint.base
` [PATCH v3 06/24] bootstd: Create a function to reset USB
` [PATCH v3 07/24] usb: Drop old non-DM code
` [PATCH v3 08/24] log: Add a new log category for the console
` [PATCH v3 09/24] usb: Add DEV_FLAGS_DM to stdio for USB keyboard
` [PATCH v3 10/24] dm: usb: Deal with USB keyboard persisting across tests
` [PATCH v3 11/24] test: mbr: Adjust test to use lower-case hex
` [PATCH v3 12/24] test: mbr: Adjust test to drop 0x
` [PATCH v3 13/24] sandbox: Change the range used for memory-mapping tags
` [PATCH v3 14/24] sandbox: Update cpu to use logging
` [PATCH v3 15/24] sandbox: Unmap old tags
` [PATCH v3 16/24] sandbox: Add some debugging to pci_io
` [PATCH v3 17/24] sandbox: Implement reference counting for address mapping
` [PATCH v3 18/24] mmc: Use map_sysmem() with buffers in the mmc command
` [PATCH v3 19/24] read: Tidy up use of map_sysmem() in the read command
` [PATCH v3 20/24] cmd: Fix memory-mapping in cmp command
` [PATCH v3 21/24] test: mbr: Unmap the buffers after use
` [PATCH v3 22/24] test: mbr: Use a constant for the block size
` [PATCH v3 23/24] test: mbr: Use RAM for the buffers
` [PATCH v3 24/24] test: mbr: Drop a duplicate test

[PATCH v4 00/14] efi: Add a test for EFI bootmeth
 2024-08-16 16:13 UTC  (16+ messages)
` [PATCH v4 01/14] efi_loader: Use puts() in cout so that console recording works
` [PATCH v4 02/14] efi_loader: Put back copyright message
` [PATCH v4 03/14] efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
` [PATCH v4 04/14] efi: arm: x86: riscv: Drop crt0/relocal extra- rules
` [PATCH v4 05/14] efi_loader: Shorten the app rules
` [PATCH v4 06/14] efi_loader: Shorten the app rules further
` [PATCH v4 07/14] efi_loader: Show the vendor in helloworld
` [PATCH v4 08/14] efi: Use the same filename for all sandbox builds
` [PATCH v4 09/14] bootstd: Add debugging for efi bootmeth
` [PATCH v4 10/14] efi_loader: Disable ANSI output for tests
` [PATCH v4 11/14] efi_loader: Add a test app
` [PATCH v4 12/14] efi_loader: Avoid using sandbox virtio devices
` [PATCH v4 13/14] test: efi: boot: Set up an image suitable for EFI testing
` [PATCH v4 14/14] test: efi: boot: Add a test for the efi bootmeth

[PATCH 00/10] SMBIOS improvements
 2024-08-16 15:46 UTC  (11+ messages)
` [PATCH 01/10] sysinfo: Add sysinfo API for accessing data area
` [PATCH 02/10] sysinfo: Add sysinfo driver and data structure for SMBIOS
` [PATCH 03/10] smbios: Refactor SMBIOS library
` [PATCH 04/10] smbios: ignore the non-existence of platform sysinfo detect
` [PATCH 05/10] armv8: Add arch-specific sysinfo driver
` [PATCH 06/10] sysinfo: Add sysinfo driver for SMBIOS type 7
` [PATCH 07/10] smbios: Add support to "
` [PATCH 08/10] armv8: Add sysinfo driver for cache information
` [PATCH 09/10] configs: Enable sysinfo for QEMU Arm64
` [PATCH 10/10] tests: update smbios pytest

[PATCH] usb: gadget: udc: Fix duplicate uclass name
 2024-08-16 15:37 UTC  (6+ messages)

[PATCH 1/3] test/overlay: Make this depend on SANDBOX
 2024-08-16 14:49 UTC  (6+ messages)
` [PATCH 2/3] test/boot: Make BOOTSTD tests depend on UT_BOOTSTD
` [PATCH 3/3] test/cmd: Move wget test to under a sandbox guard

[PATCH] usb: add reset pin handling to onboard-hub driver
 2024-08-16  8:19 UTC 

[PATCH] spl: fix error handling of spl_fit_read
 2024-08-16  7:33 UTC 

[PATCH] configs: am64x*_r5_defconfig: Drop BOOTCOMMAND
 2024-08-16 13:23 UTC 

[PATCH 00/35] global_data: Reduce size of struct global_data
 2024-08-16 13:08 UTC  (3+ messages)
` [PATCH 12/35] global_data: Convert have_console into a flag

[PATCH v3 00/10] Add support for Ethernet Boot on SK-AM62
 2024-08-16 12:42 UTC  (13+ messages)
` [PATCH v3 02/10] firmware: ti_sci: Add No-OP for "RX_FL_CFG"
` [PATCH v3 03/10] soc: ti: k3-navss-ringacc: Initialize base address of ring cfg registers
` [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API
` [PATCH v3 05/10] dma: ti: k3-udma: Add support for native configuration of chan/flow
` [PATCH v3 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS
` [PATCH v3 09/10] arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma

[PATCH] imx: ele_ahab: Add HUK derivation support
 2024-08-16 11:11 UTC  (3+ messages)

[PATCH 00/40] Make LMB memory map global and persistent
 2024-08-16 10:28 UTC  (7+ messages)
` [PATCH 11/40] lmb: make LMB memory map persistent and global
` [PATCH 18/40] lmb: remove the lmb_init_and_reserve() function

[PATCH] android_ab: Fix backup offset calculation
 2024-08-16  8:23 UTC  (2+ messages)

[PATCH v2 1/3] ext4: Fix integer overflow in ext4fs_read_symlink()
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH] squashfs: Fix heap corruption in sqfs_search_dir()
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH v2 1/4] squashfs: Fix integer overflow in sqfs_resolve_symlink()
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH 1/4] x86: Fix ptrdiff_t for x86_64
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH v2] bootstage: Fix out-of-bounds read in reloc_bootstage()
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH v3] ext4: Improve feature checking
 2024-08-16  3:47 UTC  (2+ messages)

[PATCH 00/21] Tidy up console recording in tests
 2024-08-16  3:47 UTC  (5+ messages)
` [PATCH 06/21] mmc: Drop the blank line before accesses

[PATCH] gw_ventana: Remove unneeded comments
 2024-08-16  3:22 UTC 

[PATCH v3] sandbox: Fix pinmux warnings with non-test devicetrees
 2024-08-16  2:38 UTC 

[PATCH 0/9] Add Anbernic RG35XX-2024
 2024-08-15 22:03 UTC  (5+ messages)
` [PATCH 3/9] sunxi: H616: dram: LPDDR4: adjust settings

[PATCH v2] sandbox: Fix pinmux warnings with non-test devicetrees
 2024-08-16  1:34 UTC  (2+ messages)

[PATCH v2 00/39] efi: Add a test for EFI bootmeth
 2024-08-16  1:34 UTC  (11+ messages)
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards
 2024-08-16  0:12 UTC  (2+ messages)
` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot "

[PATCH v2] arm: dts: rockchip: fix dts for Radxa ROCK 4C+
 2024-08-15 22:37 UTC 

[PATCH 1/3] test_fs: Allow running unprivileged
 2024-08-15 22:14 UTC  (2+ messages)

[PATCH v2 0/3] efi: Start tidying up memory management
 2024-08-15 20:35 UTC  (12+ messages)
` [PATCH v2 2/3] efi: Convert device_path allocation to use malloc()
` [PATCH v2 3/3] efi: Show the location of the bounce buffer

[PATCH] defconfig: Add a config for AM335x High Security EVM with SPI Boot support
 2024-08-15 20:34 UTC  (3+ messages)

[PATCH 1/1] scripts/decodecode: update from Linux v6.10
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH] maintainers: Update list of maintainers for Corstone-1000
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH 1/2] sandbox: Enable wget command
 2024-08-15 20:33 UTC  (5+ messages)
` [PATCH 2/2] sandbox: fix wget test failure after fixing wget issue

[PATCH v1] lib: elf: Fix bootelf -p crash issue
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH] arm: dts: keystone: Move to OF_UPSTREAM
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH v4] doc: document the pwm command
 2024-08-15 20:32 UTC  (2+ messages)

[PATCH] pinmux: generic: Use ENOENT instead of ENOSYS
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH] env: remove vars that are not in default env
 2024-08-15 20:33 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[RESEND PATCH v2] cmd: led: fix led command usage for the LED_SW_BLINK enabled case
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH v2 0/2] spi: dtb parsing fixes
 2024-08-15 20:33 UTC  (2+ messages)

[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
 2024-08-15 20:32 UTC  (10+ messages)

[PATCH v3 1/1] ata: sata_rescan must scan for block devices
 2024-08-15 20:31 UTC  (4+ messages)

[PATCH 1/1] tools/mkeficapsule: correct printf codes
 2024-08-15 20:31 UTC  (4+ messages)

[PATCH v4 0/2] bootstd: Try again to resolve infinite-loop bug
 2024-08-15 20:30 UTC  (3+ messages)
` [PATCH v4 1/2] Revert "bootdev: avoid infinite probe loop"
` [PATCH v4 2/2] bootstd: Make bootdev_next_prio() continue after failure

[PATCH] sandbox: Fix pinmux warnings with non-test devicetrees
 2024-08-15 20:26 UTC  (2+ messages)

[PATCH] config: imx: Add PHYTEC's phycore-imx8mm-fspi_defconfig
 2024-08-15 20:14 UTC  (4+ messages)

[Binman] Question regarding SPL symbol offsets generation
 2024-08-15 20:14 UTC  (3+ messages)

[PATCH v3 00/40] efi: Add a test for EFI bootmeth
 2024-08-15 16:57 UTC  (5+ messages)
` [PATCH v3 01/40] nvmxip: Drop the message on probe
` [PATCH v3 02/40] nvmxip: Avoid probing on boot

[PATCH v3] driver: pwm: pwm-imx: fix probing on imx6
 2024-08-15 14:14 UTC  (4+ messages)

[PATCH] dts: imx: Enable USB support in imx8mm-phyboard-polis-rdk-u-boot.dtsi
 2024-08-15 12:27 UTC  (2+ messages)

[PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
 2024-08-15 12:26 UTC  (4+ messages)

[PATCH] config: imx: Define CFG_SYS_UBOOT_BASE for Phytec's imx8mm SoM QSPI boot
 2024-08-15 12:23 UTC  (2+ messages)

[PATCH] config: imx: Add support for Phytec's phycore imx8mm running SDP gadget
 2024-08-15  8:45 UTC 

[PATCH v3 0/7] Add AVS support for J721S2
 2024-08-15  3:20 UTC  (11+ messages)
` [PATCH v3 3/7] arm: dts: k3-j7*-r5: Add MPU clock in clocks property
` [PATCH v3 4/7] drivers: misc: k3_avs: Extract MPU clk and dev ID from DT
` [PATCH v3 5/7] arm: mach-k3: j721s2_init: Initialize AVS Class 0
` [PATCH v3 6/7] arm: dts: j721s2: Add VTM node in R5
` [PATCH v3 7/7] configs: j721s2_evm_r5_defconfig: Add AVS Configs

[PATCH 00/11] mach-snapdragon: various improvements for newer boards
 2024-08-14 20:04 UTC 

[PATCH 1/3] tqma6: Remove non-DM board code
 2024-08-14 18:28 UTC  (3+ messages)
` [PATCH 2/3] tqma6_mba6: Remove unused defines
` [PATCH 3/3] tqma6_mba6: Remove UART board code

[PATCH v5 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-08-14 18:04 UTC  (7+ messages)


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