U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-26 08:11:34 to 2024-07-29 14:10:07 UTC [more...]

[PATCH 3/3] tpm_tcg2: hash algo optimization
 2024-07-29 14:09 UTC  (2+ messages)

[PATCH 2/3] tpm: remove check on pcr bank count
 2024-07-29 14:05 UTC  (2+ messages)

[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-07-29 13:55 UTC  (13+ messages)
` [PATCH v4 07/29] mbedtls: add digest shim layer for MbedTLS
` [PATCH v4 18/29] lib/crypto: Adapt public_key header with MbedTLS
` [PATCH v4 20/29] lib/crypto: Adapt x509_cert_parser to MbedTLS
` [PATCH v4 23/29] mbedtls: add MSCode parser porting layer

[PATCH 1/3] tpm: update tpm hash algorithm according to tpm2.0 spec 1.59
 2024-07-29 13:55 UTC  (2+ messages)

[PATCH 1/1] riscv: define find_{first,next}_zero_bit in asm/bitops.h
 2024-07-29  5:47 UTC  (3+ messages)
` [PATCH 1/1] riscv: define find_{first, next}_zero_bit "

[PATCH v5 00/20] Introduce the lwIP network stack
 2024-07-29 12:41 UTC  (22+ messages)
` [PATCH v5 01/20] flash: prefix error codes with FL_
` [PATCH v5 02/20] net: introduce alternative implementation as net-lwip/
` [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()
` [PATCH v5 12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v5 16/20] configs: add qemu_arm64_lwip_defconfig
` [PATCH v5 18/20] net-lwip: add TFTP_BLOCKSIZE

[PATCH 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
 2024-07-29 11:55 UTC  (10+ messages)

[PATCH V7 0/7] Low Power Mode: Package TIFS Stub in BeaglePlay
 2024-07-29 11:50 UTC  (4+ messages)
` [PATCH V7 3/7] doc: board: ti: Update to use the new boot firmware labels

[PATCH] rockchip: configs: puma-rk3399: disable VIDEO support that breaks Linux
 2024-07-29 11:04 UTC 

[PATCH 0/6] efi: Start tidying up memory management
 2024-07-29 10:01 UTC  (7+ messages)
` [PATCH 5/6] efi: Use malloc() for the EFI pool

[PATCH v1] timer: npcm: Change counter source
 2024-07-29  9:04 UTC 

[PATCH 00/40] Make LMB memory map global and persistent
 2024-07-29  8:58 UTC  (47+ messages)
` [PATCH 04/40] lib: Convert str_to_list() to use alist
` [PATCH 05/40] spl: alloc: call full alloc functions if malloc pool is available
` [PATCH 11/40] lmb: make LMB memory map persistent and global
` [PATCH 15/40] lmb: config: add lmb config symbols for SPL
` [PATCH 16/40] lmb: allow lmb module to be used in SPL
` [PATCH 17/40] lmb: introduce a function to add memory to the lmb memory map
` [PATCH 22/40] lmb: init: initialise the lmb data structures during board init
` [PATCH 23/40] lmb: add a flags parameter to the API's
` [PATCH 24/40] lmb: add a common implementation of arch_lmb_reserve()
` [PATCH 25/40] sandbox: move the TCG event log to the start of ram memory
` [PATCH 27/40] spl: sandbox: initialise the ram banksize in spl
` [PATCH 30/40] sandbox: iommu: remove lmb allocation in the driver
` [PATCH 33/40] test: cedit: use allocated address for reading file
` [PATCH 36/40] test: lmb: add a separate class of unit tests for lmb
` [PATCH 40/40] lmb: ut: re-enable unit tests

[PATCH v1] gpio: npcm: Add SGPIO support for Nuvoton NPCM SoCs
 2024-07-29  8:51 UTC 

[PATCH] rockchip: rk3308: Update otp node in u-boot dtsi to match v6.11-rc1
 2024-07-29  8:48 UTC  (3+ messages)

[PATCH] rockchip: dts: rk3568: Sync the evb board name with kernel
 2024-07-29  8:38 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix pwm-fan polarity
 2024-07-29  8:18 UTC 

[PATCH V2 1/3] nvmem: u-boot-env: error if NVMEM device is too small
 2024-07-29  8:07 UTC  (3+ messages)
` [PATCH V2 2/3] dt-bindings: nvmem: convert U-Boot env to a layout
` [PATCH V2 3/3] nvmem: layouts: add U-Boot env layout

[PATCH v2] mtd: nand: raw: atmel: Use ONFI ECC params if available
 2024-07-29  8:07 UTC  (4+ messages)

[PATCH 00/35] global_data: Reduce size of struct global_data
 2024-07-29  7:57 UTC  (3+ messages)
` [PATCH 01/35] global_data: Move pci_clk to m68k and powerpc
  ` Acked

[PATCH RFC] gpio: Fix probing of gpio-hogs
 2024-07-29  7:45 UTC  (5+ messages)

[PATCH] rockchip: rk3588-toybrick-x0: Migrate to OF_UPSTREAM
 2024-07-29  7:39 UTC  (2+ messages)

[PATCH] rockchip: rk3566-pinetab2: Migrate to OF_UPSTREAM
 2024-07-29  7:39 UTC  (2+ messages)

[PATCH] rockchip: io-domain: Add support for RK3308
 2024-07-29  7:39 UTC  (2+ messages)

[PATCHv3 0/12] Add a subcommand 'release' to cmd/cpu.c
 2024-07-29  3:41 UTC  (17+ messages)
` [PATCHv3 01/12] cpu: add release_core callback
` [PATCHv3 02/12] cpu: sandbox: implement "
` [PATCHv3 03/12] test: cpu: add test for release CPU core
` [PATCHv3 04/12] cpu: imx: fix the CPU frequency in cpu_imx_get_info()
` [PATCHv3 05/12] cpu: imx: fix the CPU type field width
` [PATCHv3 06/12] cpu: imx: Add i.MX 8M series SoCs
` [PATCHv3 07/12] cpu: imx: implement release_core callback
` [PATCHv3 08/12] cmd: cpu: add release subcommand
` [PATCHv3 09/12] doc: cmd: add documentation for cpu command
` [PATCHv3 10/12] MAINTAINERS: add entry "
` [PATCHv3 11/12] configs: imx8m: enable the 'cpu' command
` [PATCHv3 12/12] configs: imx93: "

[PATCHv2] clk: imx8m: register ARM A53 core clock
 2024-07-29  3:14 UTC  (7+ messages)

[PATCH 00/12] omap configuration cleanups
 2024-07-29  1:34 UTC  (14+ messages)
` [PATCH 01/12] omap3: Define common SPL text base in Kconfig instead of defconfigs
` [PATCH 02/12] omap3: Define common init stack pointer address in Kconfig
` [PATCH 03/12] am33xx: Unify init stack pointer address across boards
` [PATCH 04/12] am33xx: Define common init stack pointer address in Kconfig
` [PATCH 05/12] am43xx: "
` [PATCH 06/12] dra7xx: Unify init stack pointer address across boards
` [PATCH 07/12] dra7xx: Define common init stack pointer address in Kconfig
` [PATCH 08/12] omap3: Define maximum U-Boot size in Kconfig instead of defconfigs
` [PATCH 09/12] omap3: Define maximum SPL "
` [PATCH 10/12] omap3: Define DRAM banks number "
` [PATCH 11/12] dra7xx: Remove explicit DRAM banks number from defconfigs
` [PATCH 12/12] omap3: sniper: Streamline defconfig

M68K Vectors
 2024-07-28 21:03 UTC  (6+ messages)

[PATCH 0/6] video: pixel format handling fixes and improvements
 2024-07-28 19:36 UTC  (3+ messages)

[PATCH 00/14] testb: Various tweaks and fixes for Labgrid
 2024-07-28 19:36 UTC  (11+ messages)
` [PATCH 13/14] Update u-boot.cfg to include CFG also

[PATCH v2] test/py: spi: Add tests for SPI flash device
 2024-07-28 19:36 UTC  (2+ messages)

[PATCH] boot: android: fix booting without a ramdisk
 2024-07-28 19:36 UTC  (2+ messages)

[PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command
 2024-07-28 19:36 UTC  (10+ messages)
` [PATCH v1 1/4] cmd: ab_select: fix indentation problems for --no-dec parameter
` [PATCH v1 2/4] cmd: ab: introduce 'ab_dump' command to print BCB block content
` [PATCH v1 3/4] test/py: introduce test for ab_dump command
` [PATCH v1 4/4] common: android_ab: fix slot suffix for abc block

cmd: bind/unbind by class index doesn't work with usb gadget
 2024-07-28 19:36 UTC  (2+ messages)

[PATCH] patman: Resolve python string vs. regex escaping syntax
 2024-07-28 19:36 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Qualcomm SA8155-ADP board
 2024-07-27 15:09 UTC  (3+ messages)
` [PATCH v2 5/8] clk: qcom: add driver for SM8150 SoC

[PATCH 0/2] Enable Samsung I2C drivers on newer platforms
 2024-07-27 17:41 UTC  (3+ messages)
` [PATCH 1/2] i2c: samsung: Drop s3c24x0 specific code
` [PATCH 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

[PATCH 00/17] Implement ACPI on aarch64
 2024-07-27  7:17 UTC  (18+ messages)
` [PATCH 01/17] acpi: x86: Move SPCR and DBG2 into common code
` [PATCH 02/17] acpi: x86: Write FADT in "
` [PATCH 03/17] acpi: x86: Move MADT to "
` [PATCH 04/17] acpi: Fix typo
` [PATCH 05/17] serial: serial_pl01x: Implement .getinfo() for PL01
` [PATCH 06/17] acpi: Add define for GTDT
` [PATCH 07/17] arm: acpi: Add generic ACPI methods
` [PATCH 08/17] acpi: acpi_table: Bump revisions
` [PATCH 09/17] acpi: Add ACPITAB for PPTT and GTDT
` [PATCH 10/17] arm: mach-bcm283x: Map the ARM local MMIO as well
` [PATCH 11/17] arm: mach-bcm283x: Bring in some header files from tianocore
` [PATCH 12/17] arm: bcm283x: Write ACPI tables
` [PATCH 13/17] board: raspberrypi: Add ASL files from tianocore
` [PATCH 14/17] arm: cpu: Add ACPI parking protocol support
` [PATCH 15/17] arm: mach-bcm283x: Add ARMV8_MULTIENTRY support
` [PATCH 16/17] arm: mach-bcm283x: Enable ARMV8_MULTIENTRY
` [PATCH 17/17] configs: Add RPI4 ACPI defconfig

Please pull u-boot-dm
 2024-07-27  1:44 UTC  (2+ messages)

[PATCH v2 00/40] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-07-26 17:40 UTC  (9+ messages)

[PATCH 1/3] doc: board: stm32mp1: add missing newline at EOF
 2024-07-26 17:18 UTC  (3+ messages)
` [PATCH 2/3] doc: stm32mp1: fix literal block markers (::)
` [PATCH 3/3] doc: stm32mp1: fix/improve basic reStructuredText syntax

[PATCH v4 0/4] alist: Implement a pointer list / array of structs
 2024-07-26 14:54 UTC  (7+ messages)
` [PATCH v4 1/4] malloc: Support testing with realloc()
` [PATCH v4 2/4] lib: Handle a special case with str_to_list()
` [PATCH v4 3/4] alist: Add support for an allocated pointer list
` [PATCH v4 4/4] RFC: lib: Convert str_to_list() to use alist

[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
 2024-07-26 14:54 UTC  (9+ messages)

[PULL] Please pull qcom/qcom-main
 2024-07-26 13:50 UTC  (2+ messages)

[PATCH V2] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present for gate and mux
 2024-07-26 13:42 UTC  (6+ messages)

[PATCH v2] tools: patman: fix `pip install` with Python 3.12
 2024-07-26 12:59 UTC  (3+ messages)

[PATCH v2] binman: Update cbfstool
 2024-07-26 12:59 UTC  (3+ messages)

[PATCH v2] sandbox: Fix LTO to work with STACKPROTECTOR
 2024-07-26 12:59 UTC  (3+ messages)

[PATCH] buildman: Show board list with -x
 2024-07-26 12:59 UTC  (3+ messages)

[PATCH 00/24] qconfig: Tidy up main() and add a small feature
 2024-07-26 12:59 UTC  (47+ messages)
` [PATCH 01/24] qconfig: Fix pylint error in read_database()
` [PATCH 02/24] qconfig: Drop the try_expand() function
` [PATCH 03/24] qconfig: Make KconfigScanner a function
` [PATCH 04/24] qconfig: Tidy up some pylint warnings
` [PATCH 05/24] qconfig: Correct format string in do_imply_config()
` [PATCH 06/24] qconfig: Rename the doc link
` [PATCH 07/24] qconfig: Move arg parsing into a separate function
` [PATCH 08/24] qconfig: Move arg checking a little higher
` [PATCH 09/24] qconfig: Move arg checking to the top of main()
` [PATCH 10/24] qconfig: Move getting the colour to where it is needed
` [PATCH 11/24] qconfig: Move checking directory to the top
` [PATCH 12/24] qconfig: Move converting config args "
` [PATCH 13/24] qconfig: Move testing into a separate function
` [PATCH 14/24] qconfig: Add a return value to do_scan_source()
` [PATCH 15/24] qconfig: Move imply into a separate function
` [PATCH 16/24] qconfig: Add a return value to do_find_config()
` [PATCH 17/24] qconfig: Move all move_config code into move_config()
` [PATCH 18/24] qconfig: Move commit code into a separate function
` [PATCH 19/24] qconfig: Move progress output into the class
` [PATCH 20/24] qconfig: Move the last two operations into their own functions
` [PATCH 21/24] qconfig: Use the Color object in Progress
` [PATCH 22/24] qconfig: Drop col argument from Slots()
` [PATCH 23/24] qconfig: Move operation check into parse_args()

[PATCH 1/1] clk: fix clk_enable() parent enable
 2024-07-26 12:03 UTC 

[PATCH 1/1] serial: ns16550: Add clock ctrl to driver
 2024-07-26 11:58 UTC 

[PATCH] usb: gadget: ether: Handle gadget driver registration in start and stop
 2024-07-26  8:31 UTC 

[PATCH] usb: bootm: Drop old USB-device-removal code
 2024-07-26 12:36 UTC 

[PATCH v4 0/7] usb: gadget: atmel: Code refactor and DM_USB_GADGET support
 2024-07-26  9:34 UTC  (5+ messages)

[PATCH v3 0/8] Add Starfive JH7110 Cadence USB driver
 2024-07-26  8:39 UTC  (5+ messages)
` [PATCH v3 1/8] usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()
` [PATCH v3 5/8] pinctrl: starfive: Setup USB default disable overcurrent pin

[PATCH] arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240
 2024-07-26  8:11 UTC  (2+ messages)

[PATCH] arm64: xilinx: Describe TPM reset for Kria CCs
 2024-07-26  8:11 UTC  (2+ messages)


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