Toggle navigation
Patchwork
U-Boot
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Simon Glass
| State =
Action Required
| Archived =
No
| 1845 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
Apply
«
1
2
…
4
5
6
…
18
19
»
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[Concept,06/14] buildman: Fix indentation in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,05/14] buildman: Remove unused import in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,04/14] buildman: Use identity comparison for False in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,03/14] buildman: Remove unnecessary semicolons in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,02/14] buildman: Use snake_case for method names in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,01/14] buildman: Rename module constants to UPPER_CASE in func_test
buildman: Clean up pylint warnings in func_test
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,26/26] doc: bootstd: Add PXE parser API documentation
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,25/26] test: pxe: Add memory-leak check to files-API test
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,24/26] test: pxe: Add a test for the callback-free files API
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,23/26] boot: pxe: Add a callback-free PXE API
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,22/26] boot: pxe: Add a limit parameter to parser functions
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,21/26] boot: pxe: Remove unused base parameter from parse_pxefile_top()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,20/26] boot: pxe: Remove unused base parameter from parse_menu()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,19/26] boot: pxe: Update parse_pxefile() to take struct abuf
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,18/26] boot: pxe: Add pxe_process_str() for nul-terminated strings
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,17/26] boot: pxe: Add size parameter to parse_pxefile()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,16/26] boot: pxe: Set pxe_file_size in extlinux_read_all()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,15/26] boot: pxe: Set pxe_file_size in get_pxe_file()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,14/26] boot: pxe: Add the FDT to the files list when parsing
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,13/26] boot: pxe: Add the initrd to the files list when parsing
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,12/26] boot: pxe: Add the kernel to the files list when parsing
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,11/26] boot: pxe: Add a helper to add to the file list
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,10/26] boot: pxe: Use the files list instead of fdtoverlays
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,09/26] boot: pxe: Replace pxe_fdtoverlay with pxe_file
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,08/26] boot: pxe: Add struct pxe_file for file loading
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,07/26] boot: pxe: Simplify pxe_parse_include() to take only address
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,06/26] boot: pxe: Make pxe_prepare() static and document it
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,05/26] boot: pxe: Fix memory leak in parse_fdtoverlays()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,04/26] boot: pxe: Free menu label in label_destroy()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,03/26] boot: pxe: Fix token memory leaks in parser
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,02/26] boot: pxe: Free bmp in pxe_menu_uninit()
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,01/26] lib: abuf: Add abuf_init_addr() helper
boot: pxe: Add three-phase API and fix memory leaks
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,18/18] buildman: Use underscore prefix for private member variables
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,17/18] buildman: Use underscore prefix for private methods
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,16/18] buildman: Move show_summary() and produce_result_summary() to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,15/18] buildman: Move print_build_summary() to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,14/18] buildman: Move result summary methods to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,13/18] buildman: Move error delta calculation to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,12/18] buildman: Move board classification methods to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,11/18] buildman: Move error/warning display methods to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,10/18] buildman: Move size-display methods to ResultHandler
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,09/18] buildman: Create a class for handling results
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,08/18] buildman: Add col parameter to Builder
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,07/18] buildman: Add a namedtuple for result-display settings
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,06/18] buildman: Move BoardStatus and ErrLine to outcome module
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,05/18] buildman: Move OUTCOME_* constants to outcome module
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,04/18] buildman: Move Outcome class to its own module
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,03/18] buildman: Move cfgutil tests to test_cfgutil.py
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,02/18] buildman: Move process_config() function to cfgutil
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,01/18] buildman: Move Config class to cfgutil
buildman: Split up the enormous Builder class
- - -
-
-
-
2026-01-10
Simon Glass
New
[Concept,32/32] boot: pxe: Extract boot preparation into separate function
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,31/32] boot: pxe: Split pxe_load_label() into load and setup phases
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,30/32] boot: pxe: Add test for FDT overlay loading
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,29/32] boot: pxe: Move overlay loading to pxe_load_files()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,28/32] boot: pxe: Split label_boot_fdtoverlay() into load and apply functions
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,27/32] boot: pxe: Split overlay loading and applying into two passes
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,26/32] boot: pxe: Load overlays to sequential addresses
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,25/32] boot: pxe: Convert fdtoverlays from string to alist
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,24/32] boot: pxe: Drop fdtoverlay_addr_r check in label_boot_fdtoverlay()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,23/32] boot: pxe: Use IS_ENABLED() for CONFIG_OF_LIBFDT_OVERLAY
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,22/32] boot: pxe: Load FDT files in pxe_load_files()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,21/32] boot: pxe: Move label_get_fdt_path() call to pxe_load_label()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,20/32] boot: pxe: Use ctx->fdt in label_boot_fdtoverlay()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,19/32] boot: pxe: Use early return in label_load_fdt()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,18/32] boot: pxe: Move fdt_addr_r check to caller of label_load_fdt()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,17/32] boot: pxe: Move FIT handling from label_process_fdt() to caller
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,16/32] boot: pxe: Add FDT pointer to context for kaslrseed
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,15/32] boot: pxe: Split filename handling from label_process_fdt()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,14/32] boot: pxe: Extract pxe_load_files() from pxe_load_label()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,13/32] boot: pxe: Defer processing of include files
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,12/32] boot: pxe: Add pxe_menu_init() function
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,11/32] boot: pxe: Rename destroy_pxe_menu() to pxe_menu_uninit()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,10/32] boot: pxe: Print 'say' message when label is booted
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,09/32] boot: pxe: Add a flag to suppress file-retrieval messages
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,08/32] test: pxe: Add test for FIT images with embedded FDT
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,07/32] test: pxe: Add a test for missing fdtoverlay_addr_r
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,06/32] boot: pxe: Update tests to use the new API
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,05/32] boot: pxe: Add separate APIs for label selection and file loading
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,04/32] test: pxe: Test devicetree alias keywords
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,03/32] test: pxe: Add helper to check menu output lines
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,02/32] sandbox: bootz: Fix incorrect pointer passed to unmap_sysmem()
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,01/32] test: pxe: Preserve filesystem images when persist is enabled
boot: pxe: Refactor into separate load/setup phases
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,18/18] buildman: Add unit tests for _print_build_summary()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,17/18] buildman: Extract _print_build_summary() from build_boards()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,16/18] buildman: Add unit tests for make()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,15/18] buildman: Add unit tests for _check_output_for_loop()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,14/18] buildman: Detect toolchain errors in _show_not_built()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,13/18] buildman: Test _show_not_built() and toolchain errors
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,12/18] buildman: Add unit tests for _prepare_output_space()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,11/18] buildman: Add unit tests for _prepare_working_space()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,10/18] buildman: Add unit tests for _prepare_thread()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,09/18] buildman: Add test for IDE mode output
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,08/18] buildman: Add test for -U flag (show environment changes)
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,07/18] buildman: Add a test for -E flag (warnings as errors)
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,06/18] buildman: Fix config value change detection
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,05/18] buildman: Add test for -K flag (show config changes)
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,04/18] buildman: Add unit tests for print_func_size_detail()
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,03/18] buildman: Add test for branch summary display
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,02/18] buildman: Add tests for builder helper functions
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
[Concept,01/18] buildman: Add missing return documentation in builder.py
buildman: Improve test coverage for builder.py
- - -
-
-
-
2026-01-09
Simon Glass
New
«
1
2
…
4
5
6
…
18
19
»