U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-25 17:15:22 to 2024-07-27 07:21:58 UTC [more...]

[PATCH 00/17] Implement ACPI on aarch64
 2024-07-27  7:17 UTC  (11+ 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

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

[PATCH] boot: android: fix booting without a ramdisk
 2024-07-26 23:00 UTC 

[PATCHv3 0/12] Add a subcommand 'release' to cmd/cpu.c
 2024-07-26 20:42 UTC  (14+ 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-26 20:38 UTC  (4+ messages)

M68K Vectors
 2024-07-26 20:22 UTC  (5+ messages)

[PATCH] patman: Resolve python string vs. regex escaping syntax
 2024-07-26 19:02 UTC 

[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)

[PATCH 0/6] efi: Start tidying up memory management
 2024-07-26 14:54 UTC  (12+ messages)
` [PATCH 2/6] efi: Convert device_path allocation to use malloc()
` [PATCH 3/6] efi: Allow monitoring of page allocations
` [PATCH 5/6] efi: Use malloc() for the EFI pool

[PATCH v4 00/29] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-07-26 14:29 UTC  (8+ messages)
` [PATCH v4 07/29] mbedtls: add digest shim layer for MbedTLS
` [PATCH v4 23/29] mbedtls: add MSCode parser porting layer

[PATCH v5 00/20] Introduce the lwIP network stack
 2024-07-26 14:05 UTC  (20+ 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 16/20] configs: add qemu_arm64_lwip_defconfig

cmd: bind/unbind by class index doesn't work with usb gadget
 2024-07-26 13:24 UTC 

[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] riscv: define find_{first,next}_zero_bit in asm/bitops.h
 2024-07-26 12:07 UTC 

[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  (7+ messages)
` [PATCH v4 6/7] usb: gadget: atmel: Add attach/detach support
` [PATCH v4 7/7] usb: gadget: atmel: Add DM_USB_GADGET support

[PATCH v1 0/4] android_ab: fix slot_suffix issue and introduce ab_dump command
 2024-07-26  9:29 UTC  (6+ 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

[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)

[PATCH] arm64: versal: Remove undocumented cadence,qspi compatible
 2024-07-26  8:10 UTC  (2+ messages)

[PATCH] arm64: versal-net: Align node names with dt-schema
 2024-07-26  8:10 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add resets property for UART nodes
 2024-07-26  8:09 UTC  (2+ messages)

[PATCH v3 1/5] clock: qcom: ipq4019: add ESS clock
 2024-07-25 23:54 UTC  (5+ messages)
` [PATCH v3 4/5] net: add Qualcomm ESS EDMA adapter

[PATCH v6 00/24] qcom: rpmh core and regulator support
 2024-07-25 23:38 UTC  (2+ messages)

[PATCH 00/40] Make LMB memory map global and persistent
 2024-07-25 23:32 UTC  (41+ messages)
` [PATCH 05/40] spl: alloc: call full alloc functions if malloc pool is available
` [PATCH 06/40] alist: add a couple of helper functions
` [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 20/40] lmb: remove lmb_init_and_reserve_range() function
` [PATCH 21/40] lmb: bootm: remove superfluous lmb stub functions
` [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 26/40] spl: call spl_board_init() at the end of the spl init sequence
` [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 35/40] test: lmb: run lmb tests only manually
` [PATCH 36/40] test: lmb: add a separate class of unit tests for lmb
` [PATCH 39/40] sandbox: adjust load address of couple of tests
` [PATCH 40/40] lmb: ut: re-enable unit tests

[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent
 2024-07-25 23:32 UTC  (12+ messages)
` [RFC PATCH v2 38/48] lib: Kconfig: add a config symbol for getting lmb memory map updates

[zdi-disclosures@trendmicro.com: ZDI-CAN-24679: New Vulnerability Report]
 2024-07-25 22:46 UTC 

[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
 2024-07-25 20:57 UTC  (10+ messages)

[PATCH v4 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-07-25 20:45 UTC  (39+ messages)
` [PATCH v4 01/38] mmc: dw_mmc: Remove unused version field from struct dwmci_host
` [PATCH v4 02/38] mmc: dw_mmc: Move struct idmac to dw_mmc.c
` [PATCH v4 03/38] mmc: dw_mmc: Extract waiting for data busy into a separate routine
` [PATCH v4 04/38] mmc: dw_mmc: Extract FIFO init "
` [PATCH v4 05/38] mmc: dw_mmc: Extract divider update to a separate function
` [PATCH v4 06/38] mmc: dw_mmc: Extract FIFO data transfer into a separate routine
` [PATCH v4 07/38] mmc: dw_mmc: Extract DMA transfer handling code "
` [PATCH v4 08/38] mmc: dw_mmc: Extract setting the DMA descriptor "
` [PATCH v4 09/38] mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
` [PATCH v4 10/38] mmc: dw_mmc: Add support for 64-bit IDMAC
` [PATCH v4 11/38] mmc: dw_mmc: Replace fifoth_val property with fifo-depth
` [PATCH v4 12/38] mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
` [PATCH v4 13/38] mmc: dw_mmc: Improve coding style
` [PATCH v4 14/38] arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
` [PATCH v4 15/38] dt-bindings: exynos: Update bindings doc for DW MMC controller
` [PATCH v4 16/38] arm: exynos: Add header guard for dwmmc.h
` [PATCH v4 17/38] mmc: exynos_dw_mmc: Fix obtaining the base address of controller
` [PATCH v4 18/38] mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
` [PATCH v4 19/38] mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
` [PATCH v4 20/38] mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
` [PATCH v4 21/38] mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
` [PATCH v4 22/38] mmc: exynos_dw_mmc: Convert to use livetree API
` [PATCH v4 23/38] mmc: exynos_dw_mmc: Read upstream SDR timing properties
` [PATCH v4 24/38] mmc: exynos_dw_mmc: Abstract CLKSEL register
` [PATCH v4 25/38] mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
` [PATCH v4 26/38] mmc: exynos_dw_mmc: Read common bus-width property
` [PATCH v4 27/38] mmc: exynos_dw_mmc: Read common clock-frequency property
` [PATCH v4 28/38] mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
` [PATCH v4 29/38] mmc: exynos_dw_mmc: Read and use DDR timing when available
` [PATCH v4 30/38] mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
` [PATCH v4 31/38] mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
` [PATCH v4 32/38] mmc: exynos_dw_mmc: Pull all init code into probe function
` [PATCH v4 33/38] mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
` [PATCH v4 34/38] mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
` [PATCH v4 35/38] mmc: exynos_dw_mmc: Improve coding style
` [PATCH v4 36/38] arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
` [PATCH v4 37/38] configs: e850-96: Enable MMC
` [PATCH v4 38/38] doc: samsung: Mention enabled eMMC in E850-96 board doc

[PATCH v3 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-07-25 18:16 UTC  (3+ messages)

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2024-07-25 17:16 UTC  (8+ messages)

Please pull u-boot-samung master
 2024-07-25 17:16 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