public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-06-07 18:57:11 to 2024-06-10 14:16:48 UTC [more...]

[PATCH v6 00/14] firmware: scmi: add SCMI base protocol support
 2024-06-10 14:16 UTC  (3+ messages)
` [PATCH v6 02/14] firmware: scmi: use a protocol's own channel if assigned

[PATCH v3 0/9] efi_loader: improve device-tree loading
 2024-06-10 14:00 UTC  (13+ messages)
` [PATCH v3 1/9] efi_loader: allow concatenation with contained end node
` [PATCH v3 2/9] cmd: eficonfig: add support for setting fdt
` [PATCH v3 3/9] cmd: efidebug: "
` [PATCH v3 4/9] efi_loader: load device-tree specified in boot option
` [PATCH v3 5/9] efi_loader: move distro_efi_get_fdt_name()
` [PATCH v3 6/9] efi_loader: return binary from efi_dp_from_lo()
` [PATCH v3 7/9] efi_loader: export efi_load_image_from_path
` [PATCH v3 8/9] efi_loader: load distro dtb in bootmgr
` [PATCH v3 9/9] efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix

Proposal: U-Boot memory management
 2024-06-10 13:55 UTC  (14+ messages)

[PATCH 00/13] *** Various fixes & improvements for phycore-AM6* SoMs ***
 2024-06-10 13:33 UTC  (14+ messages)
` [PATCH 01/13] arch: arm: dts: k3-am625-phyboard-lyra: Add fixed partitions
` [PATCH 02/13] arch: arm: dts: k3-am642-phyboard-electra: "
` [PATCH 03/13] board: phytec: common: k3: Copy fixed partitions to OS device tree
` [PATCH 04/13] board: phytec: phycore-am62x: Fix CONFIG_SPL_BOARD_INIT
` [PATCH 05/13] configs: phycore_am62x: Update environment location
` [PATCH 06/13] configs: phycore_am64x: "
` [PATCH 07/13] arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot
` [PATCH 08/13] configs: phycore_am62x_a53_defconfig: Enable DFU boot
` [PATCH 09/13] board: phytec: phycore-am62x: Pull in k3_dfu.env
` [PATCH 10/13] configs: phycore_am6xx: Update MTD & SPI configs
` [PATCH 11/13] doc: board: phytec: phycore-am62x: Add USB DFU switch config
` [PATCH 12/13] doc: board: phytec: phycore-am6: Use mtd commands
` [PATCH 13/13] board: phytec: phycore-am62x: Use memory nodes in higher boot stages

[PATCH next v3 0/8] rockchip: add support for Theobroma Systems SOM-RK3588-Q7 Tiger module
 2024-06-10 13:13 UTC  (9+ messages)
` [PATCH next v3 1/8] arm64: dts: rockchip: enable gpu on rk3588-tiger
` [PATCH next v3 2/8] arm64: dts: rockchip: move uart2 pinmux to dtsi "
` [PATCH next v3 3/8] arm64: dts: rockchip: correct gpio_pwrctrl1 typos on rk3588(s) boards
` [PATCH next v3 4/8] arm64: dts: rockchip: fix pcie-refclk frequency on rk3588 tiger
` [PATCH next v3 5/8] arm64: dts: rockchip: fix comment for upper usb3 port
` [PATCH next v3 6/8] arm64: dts: rockchip: add usb-id extcon on rk3588 tiger
` [PATCH next v3 7/8] arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou
` [PATCH next v3 8/8] rockchip: add support for Theobroma Systems SOM-RK3588-Q7 Tiger module

[RFC PATCH 00/31] Make U-Boot memory reservations coherent
 2024-06-10 21:42 UTC  (46+ messages)
` [RFC PATCH 01/31] lmb: remove the unused lmb_is_reserved() function
` [RFC PATCH 02/31] lmb: staticize __lmb_alloc_base()
` [RFC PATCH 03/31] lmb: make the lmb reservations persistent
` [RFC PATCH 07/31] lmb: remove lmb_init_and_reserve_range() function
` [RFC PATCH 09/31] lmb: allow for resizing lmb regions
` [RFC PATCH 11/31] lib: Kconfig: add a config symbol for getting memory map updates
` [RFC PATCH 15/31] efi_memory: add an event handler to update memory map
` [RFC PATCH 17/31] lmb: remove call to efi_lmb_reserve()
` [RFC PATCH 21/31] test: event: update the expected event dump output
` [RFC PATCH 22/31] test: lmb: run the LMB tests only on sandbox
` [RFC PATCH 23/31] test: lmb: initialise the lmb structure before tests
` [RFC PATCH 24/31] test: lmb: add a test case for checking overlapping region add
` [RFC PATCH 25/31] test: lmb: adjust the test case to handle overlapping regions
` [RFC PATCH 26/31] test: lmb: run lmb tests only manually
` [RFC PATCH 27/31] test: bdinfo: dump the global LMB memory map
` [RFC PATCH 28/31] cmd: bdinfo: only dump the current LMB memory
` [RFC PATCH 29/31] temp: mx6sabresd: bump up the size limit of the board
` [RFC PATCH 30/31] temp: cmd: efi_mem: add a command to test efi alloc/free
` [RFC PATCH 31/31] temp: cmd: efi: add a command to dump EFI memory map

[PATCH v4 0/6] Introduce UBI block device
 2024-06-10 12:46 UTC  (3+ messages)
` [PATCH v4 6/6] spinand: bind UBI block

[PATCH] part: efi: Rely on a definition to specify the primary GPT position
 2024-06-10 12:22 UTC  (2+ messages)

[PATCH 1/6] usb: gadget: g_dnl: Drop usb_gadget_controller_number()
 2024-06-10 10:10 UTC  (7+ messages)
` [PATCH 2/6] usb: gadget: ether: "
` [PATCH 3/6] usb: gadget: "
` [PATCH 4/6] usb: gadget: Drop all gadget_is_*() functions
` [PATCH 5/6] usb: gadget: Add full ep_matches() check past .match_ep() callback
` [PATCH 6/6] usb: dwc3: gadget: Convert epautoconf workaround to match_ep callback

[PATCH v2 1/2] bootstd: Fix a handful of doc typos in bootmeth
 2024-06-10  9:46 UTC  (2+ messages)

[PATCH] cmd: bcb: Fix bcb compilation when CONFIG_CMD_BCB=n
 2024-06-10  9:45 UTC  (2+ messages)

[PATCH] image: Set load_end on partial loads
 2024-06-10  9:44 UTC  (2+ messages)

[PATCH 0/6] bootstd: Add Android support
 2024-06-10  9:31 UTC  (7+ messages)
` [PATCH 1/6] boot: android: Provide vendor_bootimg_addr in boot_get_fdt()
` [PATCH 2/6] boot: android: Add image_android_get_version()
` [PATCH 3/6] bootstd: Add bootflow_iter_check_mmc() helper

[PATCH v6 00/24] EFI: ti: Enable EFI capsule updates
 2024-06-10  8:54 UTC  (30+ messages)
` [PATCH v6 01/24] doc: uefi: capsules: Add Capsule Update porting section
` [PATCH v6 02/24] doc: ti: k3: Correct spelling mistakes and improve clarity
` [PATCH v6 03/24] configs: ti: Create base EFI capsule configs for TI K3 devices
` [PATCH v6 04/24] board: am64x: Define capsule update firmware info
` [PATCH v6 05/24] configs: am64x: Enable EFI capsule update
` [PATCH v6 06/24] doc: board: ti: am64x: document OSPI layout
` [PATCH v6 07/24] board: j721e: Define capsule update firmware info
` [PATCH v6 08/24] configs: j721e: Enable EFI capsule update
` [PATCH v6 09/24] doc: board: ti: j721e: document OSPI layout
` [PATCH v6 10/24] board: beagleplay: Define capsule update firmware info
` [PATCH v6 11/24] configs: beagleplay: Enable DFU for MMC
` [PATCH v6 12/24] configs: beagleplay: Enable EFI capsule update
` [PATCH v6 13/24] board: am62x: Define capsule update firmware info
` [PATCH v6 14/24] configs: am62x: Enable EFI capsule update
` [PATCH v6 15/24] doc: board: ti: am62x: document OSPI layout
` [PATCH v6 16/24] board: am62px: Define capsule update firmware info
` [PATCH v6 17/24] configs: am62px: Enable EFI capsule update
` [PATCH v6 18/24] doc: board: ti: am62px: document OSPI layout
` [PATCH v6 19/24] board: beagleboneai64: Define capsule update firmware info
` [PATCH v6 20/24] configs: beagleboneai64: Enable EFI capsule update
` [PATCH v6 21/24] configs: j784s4_evm: Enable serial flash DFU support
` [PATCH v6 22/24] board: sk-am69: Define capsule update firmware info
` [PATCH v6 23/24] configs: j784s4: Enable EFI capsule update
` [PATCH v6 24/24] doc: board: ti: j784s4: document OSPI NOR layout

[PATCH 1/1] dm: typo prbing
 2024-06-10  8:45 UTC  (3+ messages)

[PATCH] ARM: stm32: Ping IWDG on exit from PSCI suspend code
 2024-06-10  8:36 UTC  (2+ messages)

[PATCH] board: imx8mn_s2: Update timing with production one
 2024-06-10  6:38 UTC 

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

[PATCH] arm: dts: mvebu: Update DTS for Thecus N2350 board
 2024-06-10  1:07 UTC  (2+ messages)

[PATCH 00/42] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-06-09 22:47 UTC  (9+ messages)
` [PATCH 06/42] mmc: dw_mmc: Extract clock on/off code into a separate routine
` [PATCH 14/42] mmc: dw_mmc: Use CONFIG_IS_ENABLED() to check config options

[PATCH] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board
 2024-06-09 20:51 UTC  (5+ messages)

[PATCH] doc: Add UEFI supplement document
 2024-06-08 10:00 UTC  (3+ messages)

[PATCH next v3 0/6] rockchip: display PMIC variant properly + misc fixes for Theobroma boards
 2024-06-08  7:28 UTC  (3+ messages)
` [PATCH next v3 5/6] power: rk8xx: properly print all supported PMICs name

[PATCH next v2 0/6] rockchip: display PMIC variant properly + misc fixes for Theobroma boards
 2024-06-08  6:14 UTC  (3+ messages)
` [PATCH next v2 5/6] power: rk8xx: properly print all supported PMICs name

[PATCH] configs: k3: Enable capsule authentication
 2024-06-07 23:53 UTC 

[PATCH] efi: capsule: Improve capsule update porting to new boards
 2024-06-07 23:43 UTC 

[PATCH] scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file
 2024-06-07 22:59 UTC 

[PATCH v4 0/2] introduce basic support for TI's am625-lp-sk
 2024-06-07 22:06 UTC  (3+ messages)
` [PATCH v4 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk
` [PATCH v4 2/2] configs: add defconfigs "

[PATCH] memory: ti-gpmc: use printf to dump settings/timings
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH] include: extension_board: Increase overlay file name size
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH v2 0/5] *** phyCORE-AM62x: DDR detection / Inject DDR timing deltas ***
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH 0/6] PHYTEC SOM Detection API v3
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH 0/2] Add remoteproc support for J784S4 SoCs
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH 0/4] Adding support to load secure firmware for HS devices
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH 0/3] k3-j721e: Enable OF_UPSTREAM for J721E
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH v1 0/2] arm: dts: k3-am625-verdin: Enable LPDDR4 WDQS control
 2024-06-07 22:03 UTC  (2+ messages)

[PATCH v2 0/3] arm64: add a software pagetable walker
 2024-06-07 21:19 UTC  (5+ messages)
` [PATCH v2 1/3] arm64: mmu.h: fix PTE_TABLE_AP
` [PATCH v2 2/3] arm64: add software pagetable walker
` [PATCH v2 3/3] doc: arch: arm64: describe pagetable debugging

[PATCH v2 1/2] board: rockchip: Add FriendlyElec NanoPi R6C
 2024-06-07 20:17 UTC  (2+ messages)
` [PATCH v2 2/2] board: rockchip: Add FriendlyElec NanoPi R6S

[PATCH 0/2] arm64: add a software pagetable walker
 2024-06-07 20:10 UTC  (4+ messages)
` [PATCH 2/2] arm64: add "

[PATCH 00/11] 'eeprom' command improvements
 2024-06-07 18:57 UTC  (2+ messages)

[PATCH 0/3] Enable ICSSG Driver for AM64x
 2024-06-07 18:54 UTC  (5+ messages)
` [PATCH 1/3] arm: dts: k3-am642-evm-u-boot: Add remoteproc-name for PRU cores


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