messages from 2024-06-10 15:42:28 to 2024-06-11 20:10:33 UTC [more...]
[PATCH 00/42] labgrid: Provide an integration with Labgrid
2024-06-11 20:01 UTC (43+ messages)
` [PATCH 01/42] trace: Update test to tolerate different trace-cmd version
` [PATCH 02/42] binman: efi: Correct entry docs
` [PATCH 03/42] binman: Regenerate nxp docs
` [PATCH 04/42] binman: ti: Regenerate entry docs
` [PATCH 05/42] binman: Update the entrydocs header
` [PATCH 06/42] buildman: Make mrproper an argument to _reconfigure()
` [PATCH 07/42] buildman: Make mrproper an argument to _config_and_build()
` [PATCH 08/42] buildman: Make mrproper an argument to run_commit()
` [PATCH 09/42] buildman: Avoid rebuilding when --mrproper is used
` [PATCH 10/42] buildman: Add a flag to force mrproper on failure
` [PATCH 11/42] buildman: Retry the build for current source
` [PATCH 12/42] buildman: Add a way to limit the number of buildmans
` [PATCH 13/42] dm: core: Enhance comments on bind_drivers_pass()
` [PATCH 14/42] initcall: Correct use of relocation offset
` [PATCH 15/42] am33xx: Provide a function to set up the debug UART
` [PATCH 16/42] sunxi: Mark scp as optional
` [PATCH 17/42] google: Disable TPMv2 on most Chromebooks
` [PATCH 18/42] meson: Correct driver declaration for meson_axg_gpio
` [PATCH 19/42] test: Allow signaling that U-Boot is ready
` [PATCH 20/42] test: Make bootstd init run only on sandbox
` [PATCH 21/42] test: Use a constant for the test timeout
` [PATCH 22/42] test: Pass stderr to stdout
` [PATCH 23/42] test: Release board after tests complete
` [PATCH 24/42] log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set
` [PATCH 25/42] test: Allow connecting to a running board
` [PATCH 26/42] test: Decode exceptions only with sandbox
` [PATCH 27/42] test: Avoid failing skipped tests
` [PATCH 28/42] test: dm: Show failing driver name
` [PATCH 29/42] test: Check help output
` [PATCH 30/42] test: Create a common function to get the config
` [PATCH 31/42] test: Introduce the concept of a role
` [PATCH 32/42] test: Move the receive code into a function
` [PATCH 33/42] test: Separate out the exception handling
` [PATCH 34/42] test: Detect dead connections
` [PATCH 35/42] test: Tidy up remaining exceptions
` [PATCH 36/42] test: Introduce lab mode
` [PATCH 37/42] test: Improve handling of sending commands
` [PATCH 38/42] test: Fix mulptiplex_log typo
` [PATCH 39/42] test: Avoid double echo when starting up
` [PATCH 40/42] test: Try to shut down the lab console gracefully
` [PATCH 41/42] test: Add a section for closing the connection
` [PATCH 42/42] CI: Allow running tests on sjg lab
[u-boot-test-hooks PATCH 0/2] Add support for Labgrid
2024-06-11 20:07 UTC (7+ messages)
` [u-boot-test-hooks PATCH 1/2] Create a common file for test scripts
` [u-boot-test-hooks PATCH 2/2] Provide some basic scripts for Labgrid integration
[PATCH 0/9] Bug-fixes for a few boards
2024-06-11 19:25 UTC (8+ messages)
` [PATCH 5/9] fdt: Correct condition for bloblist existing
[PATCH] doc: Fix link reference to general verified boot docs
2024-06-11 19:19 UTC (2+ messages)
[PATCH v2 0/9] Bug-fixes for a few boards
2024-06-11 19:13 UTC (10+ messages)
` [PATCH v2 3/9] rockchip: veyron: Add logging for power init
` [PATCH v2 7/9] rockchip: Ensure memory size is available in RK3399 SPL
` [PATCH v2 9/9] Drop the special am335x_boneblack_vboot target
[PATCH v2 0/4] Generate capsules from config files
2024-06-11 18:52 UTC (2+ messages)
[RFC PATCH 00/31] Make U-Boot memory reservations coherent
2024-06-11 18:52 UTC (50+ messages)
` [RFC PATCH 03/31] lmb: make the lmb reservations persistent
` [RFC PATCH 04/31] lmb: remove local instances of the lmb structure variable
` [RFC PATCH 05/31] lmb: pass a flag to image_setup_libfdt() for lmb reservations
` [RFC PATCH 06/31] lmb: reserve and add common memory regions post relocation
` [RFC PATCH 07/31] lmb: remove lmb_init_and_reserve_range() function
` [RFC PATCH 08/31] lmb: replcace the lmb_init_and_reserve() function
` [RFC PATCH 09/31] lmb: allow for resizing lmb regions
` [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 20/31] test: cedit: use allocated address for reading file
` [RFC PATCH 22/31] test: lmb: run the LMB tests only on sandbox
Proposal: U-Boot memory management
2024-06-11 18:52 UTC (20+ messages)
[PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled
2024-06-11 18:52 UTC (2+ messages)
[PATCH 0/6] bootstd: Add Android support
2024-06-11 18:52 UTC (13+ messages)
` [PATCH 2/6] boot: android: Add image_android_get_version()
` [PATCH 3/6] bootstd: Add bootflow_iter_check_mmc() helper
` [PATCH 5/6] bootstd: Add a bootmeth for Android
` [PATCH 6/6] bootstd: Add test for bootmeth_android
[PATCH] cmd: sound: fix help text
2024-06-11 18:52 UTC (2+ messages)
[PATCH v2 0/4] dm: core: fix several debug messages and migrate debug() to dm_warn
2024-06-11 18:52 UTC (9+ messages)
` [PATCH v2 1/4] dm: core: fix misleading debug message when matching compatible
` [PATCH v2 2/4] dm: core: fix signedness in debug messages
` [PATCH v2 3/4] dm: core: migrate debug() messages to use dm_warn
` [PATCH v2 4/4] dm: core: fix typo in SPL_DM_WARN prompt text
[PATCH 00/16] LoongArch initial support
2024-06-11 18:51 UTC (11+ messages)
` [PATCH 01/16] lib: fdtdec: Handle multiple memory nodes
` [PATCH 03/16] image: Take entry point as an output of setup_booti
[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
2024-06-11 18:51 UTC (3+ messages)
[PATCH 0/4] alist: Implement a pointer list / array of structs
2024-06-11 18:50 UTC (5+ messages)
` [PATCH 1/4] malloc: Support testing with realloc()
` [PATCH 2/4] lib: Handle a special case with str_to_list()
` [PATCH 3/4] alist: Add support for an allocated pointer list
` [PATCH 4/4] lib: Convert str_to_list() to use alist
[PATCH v2 0/1]: drivers: bootcount: Add support for FAT filesystem
2024-06-11 16:29 UTC (13+ messages)
` [PATCH v2 1/1] "
[NEXT] Pull request efi-next-20240611
2024-06-11 16:07 UTC (2+ messages)
Debugging gpio-hogs which don't get probed
2024-06-11 15:25 UTC (2+ messages)
[PATCH 0/7] MIPS: Enable EFI support
2024-06-11 14:36 UTC (11+ messages)
` [PATCH 3/7] Makefile.lib: Preserve .rodata section for EFI file
` [PATCH 5/7] MIPS: Add smbios_start to arch_global_data
` [PATCH 6/7] MIPS: Define MIPS EFI related bits everywhere
[PATCH 00/13] Arm64 big endian enablement
2024-06-11 13:25 UTC (2+ messages)
[PATCH 0/4] arm64: versal2: Add support for new AMD Versal Gen 2 SoC
2024-06-11 11:01 UTC (2+ messages)
[PATCH] xilinx: Enable FF-A for all our arm64 SoCs
2024-06-11 11:06 UTC
[PATCH v3 0/1] Enable reset_cpu() in SPL for ZynqMP
2024-06-11 11:03 UTC (2+ messages)
[PATCH v3 1/1] arm64: zynqmp: Enable usb3 for k24 som
2024-06-11 11:02 UTC (2+ messages)
[PATCH] arm64: zynqmp: Setup multiboot register to 0
2024-06-11 11:02 UTC (2+ messages)
[PATCH 1/2] stm32mp1: spl: Fix compilation warnings
2024-06-11 9:52 UTC (2+ messages)
` [PATCH 2/2] stm32mp1: spl: Update optee_get_reserved_memory() return value
[PATCH v2 0/4] clk: sophgo: milkv_duo: Add and enable clock controller driver
2024-06-11 9:41 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clk: import header for clock controller of sophgo CV1800B
` [PATCH v2 2/4] clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC
` [PATCH v2 3/4] configs: milkv_duo: Enable clock controller
` [PATCH v2 4/4] riscv: dts: sophgo: Replace device clocks with real clocks
[PATCH 1/6] usb: gadget: g_dnl: Drop usb_gadget_controller_number()
2024-06-11 9:20 UTC (14+ 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 00/13] *** Various fixes & improvements for phycore-AM6* SoMs ***
2024-06-11 8:08 UTC (3+ messages)
` [PATCH 01/13] arch: arm: dts: k3-am625-phyboard-lyra: Add fixed partitions
` [U-boot] "
[PATCH] doc: board: sophgo: milkv_duo: Update Milk-V Duo documentation
2024-06-11 7:12 UTC (3+ messages)
[PATCH] arm: fsl: imx8mn_bsh_smm_s2: Migrate to OF_UPSTREAM
2024-06-11 0:41 UTC (2+ messages)
[PATCH next v3 0/8] rockchip: add support for Theobroma Systems SOM-RK3588-Q7 Tiger module
2024-06-10 20:02 UTC (2+ messages)
[PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present
2024-06-10 19:43 UTC (5+ messages)
[PATCH 1/1] Added arm64 assembly for examples/api crt0
2024-06-10 16:51 UTC (2+ messages)
[PATCH v3] abootimg: Add init_boot image support
2024-06-10 16:51 UTC (2+ messages)
[PATCH] android: Fix ramdisk loading for bootimage v3+
2024-06-10 16:51 UTC (3+ messages)
[PATCH] arm: move _end to linker symbols
2024-06-10 16:51 UTC (2+ messages)
[PATCH] image: Set load_end on partial loads
2024-06-10 16:51 UTC (2+ messages)
[PATCH] fs: relax ext4_write_file() dependency
2024-06-10 16:51 UTC (2+ messages)
[PATCH] dm: use newly added linux/compat alloc functions
2024-06-10 16:51 UTC (2+ messages)
[PATCH v3 0/9] efi_loader: improve device-tree loading
2024-06-10 16:41 UTC (6+ messages)
[PATCH 0/3] Android partition load optimization
2024-06-10 16:22 UTC (5+ messages)
` [PATCH 2/3] avb: Implement get_preloaded_partition callback
` [PATCH 3/3] abootimg: Implement smart image load feature
[PATCH 0/4] dm: core: fix several debug messages and migrate debug() to dm_warn
2024-06-10 16:09 UTC (5+ messages)
` [PATCH 1/4] dm: core: fix misleading debug message when matching compatible
` [PATCH 2/4] dm: core: fix signedness in debug messages
` [PATCH 3/4] dm: core: migrate debug() messages to use dm_warn
` [PATCH 4/4] dm: core: fix typo in SPL_DM_WARN prompt text
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