]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2025-06-06  Tom Riniarch/arm/dts: Remove functionally identical headers
2025-06-06  Tom Riniarch/arm/dts: Remove identical headers
2025-06-06  Tom Riniarch/arm/dts: Remove unused header
2025-06-06  Tom Riniscripts/Makefile.lib: Rework upstream_dtsi_include...
2025-05-27  Tom RiniSubtree merge tag 'v6.15-dts' of dts repo [1] into...
2025-05-27  Tom RiniSquashed 'dts/upstream/' changes from 955176a4ff59...
2025-05-27  Tom RiniMerge tag 'dm-next-27may25' of git://git.denx.de/u...
2025-05-27  Simon Glasspatman: Add basic documentation for new features
2025-05-27  Simon Glasspatman: Add tests for Cseries
2025-05-27  Simon Glasspatman: Implement the upstream subcommand
2025-05-27  Simon Glasspatman: Implement the series subcommand
2025-05-27  Simon Glasspatman: Update send function to return whether it sent
2025-05-27  Simon Glasspatman: Support aliases for commands and subcommands
2025-05-27  Simon Glasspatman: Implement the patchwork subcommand
2025-05-27  Simon Glasspatman: Improve Series support for patchwork links
2025-05-27  Simon Glasspatman: Introduce basic database support in Series
2025-05-27  Simon Glasspatman: Support returning the parsers to use
2025-05-27  Simon Glasspatman: Use -c to show patch comments
2025-05-27  Simon Glasspatman: Enhance implementation of file-based defaults
2025-05-27  Simon Glasspatman: Enhance patchwork interface to support Cseries
2025-05-27  Simon Glasspatman: Update status command support cover-letter...
2025-05-27  Simon Glasspatman: Add a Cseries class
2025-05-27  Simon Glasspatman: Add a helper for managing cseries
2025-05-27  Simon Glasspatman: Add a simple database implementation
2025-05-27  Simon Glasspatman: Avoid touching the system or local config
2025-05-27  Simon Glasspatman: Add a fourth series for testing
2025-05-27  Simon Glasspatman: Move common test code into a new module
2025-05-27  Simon Glasspatman: Add a test for collecting a PATCH prefix
2025-05-27  Simon Glasspatman: Use python3 with /usr/bin/env
2025-05-27  Simon Glassu_boot_pylib: Add more functions to gitutil
2025-05-27  Simon Glasspatman: Deal with git safe-directory warning
2025-05-27  Simon Glassu_boot_pylib: Correct pylint warnings in gitutil
2025-05-27  Simon Glasspatman: Support collecting all lines in the commit...
2025-05-27  Simon Glasspatman: Tidy up function comments in the series module
2025-05-27  Simon Glasspatman: Move -H out of the send command
2025-05-27  Simon Glasspatman: Move arguments for sent into the correct parser
2025-05-27  Simon Glasspatman: Split subparsers into their own functions
2025-05-27  Simon Glasspatman: Add tests for help
2025-05-27  Simon Glasspatman: Split parser creation from parsing
2025-05-27  Simon Glasspatman: Correct some pylint and asyncio issues
2025-05-27  Simon Glasspatman: Use git to set up the test config
2025-05-27  Simon Glasspatman: Clean up creation of the git tree
2025-05-27  Simon Glasspatman: Use variables for series ID and title
2025-05-27  Simon Glasspatman: Use .git as the git directory
2025-05-27  Simon Glasspatman: Use itr instead of lines for iterator
2025-05-27  Simon Glasspatman: Correct use of str in code
2025-05-27  Simon Glasspatman: Allow setting a git directory when sending
2025-05-27  Simon Glasspatman: Allow setting the current directory when sending
2025-05-27  Simon Glasspatman: Add all files to __init__.py
2025-05-27  Simon Glassu_boot_pylib: Speed up determining the upstream branch
2025-05-27  Simon Glassu_boot_pylib: Provide directories to gitutil functions
2025-05-27  Simon Glassu_boot_pylib: Tidy up quoting of cc and to
2025-05-27  Simon Glassu_boot_pylib: Support a fatal level in tout
2025-05-27  Simon Glasspatman: Update Series.ShowActions() to pass alias
2025-05-27  Simon Glasspatman: Pass aliases to Series.MakeCcFile()
2025-05-27  Simon Glasspatman: Pass the alias dict into gitutil.email_patches()
2025-05-27  Simon Glasspatman: Pass the alias dict into gitutil.build_email_list()
2025-05-27  Simon Glasspatman: Untangle settings from gitutil
2025-05-27  Simon Glasspatman: Drop the old status code
2025-05-27  Simon Glasspatman: Use a pager when outputting status
2025-05-27  Simon Glasspatman: Provide an option to run in single-threaded...
2025-05-27  Simon Glasspatman: Switch over to asyncio
2025-05-27  Simon Glasspatman: Use defaultdict directly
2025-05-27  Simon Glasspatman: Add more information to Patch
2025-05-27  Simon Glasspatman: Show patches in yellow
2025-05-27  Simon Glasspatman: Simplify test_find_new_responses()
2025-05-27  Simon Glasspatman: Adjust how the fake request() function is provided
2025-05-27  Simon Glasspatman: Split out the processing of find_new_responses()
2025-05-27  Simon Glasspatman: Split up check_and_show_status()
2025-05-27  Simon Glasspatman: Rename check_patchwork_status()
2025-05-27  Simon Glasspatman: Add reading of series and patch status
2025-05-27  Simon Glasspatman: Move Patch and Review to patchwork module
2025-05-27  Simon Glasspatman: Create a module for handling patchwork
2025-05-27  Simon GlassCI: Add a dependency file for patman
2025-05-27  Simon Glasspatman: Move code for sending into its own module
2025-05-27  Simon Glasspatman: Support extra test features
2025-05-27  Simon Glasspatman: Tidy up the start-up code
2025-05-27  Simon Glasspatman: Rename test_basic() in test_checkpatch
2025-05-27  Simon Glasspatman: Correct a stray quote
2025-05-27  Simon Glasstools: Plumb in capture control
2025-05-27  Simon Glassu_boot_pylib: Allow disabling colour output
2025-05-27  Simon Glassu_boot_pylib: Avoid concurrent execution of only one...
2025-05-27  Simon Glassu_boot_pylib: Add a pager
2025-05-27  Simon Glassu_boot_pylib: Improve ANSI-colour output with backgrounds
2025-05-27  Simon Glassu_boot_pylib: Allow control of capturing
2025-05-27  Simon Glassbinman: Correct a typo in the toolpath comment
2025-05-27  Simon Glasspatman: Move capture_sys_output() into terminal and...
2025-05-27  Simon Glasspatman: Move all non-test logic into control module
2025-05-27  Simon Glassbinman: x86: Write skip-at-start when end-at-4gb is...
2025-05-27  Simon Glassbinman: Read the skip-at-start value on startup
2025-05-27  Simon Glassbuildman: Add a way to build a particular target
2025-05-26  Tom RiniMerge tag 'v2025.07-rc3' into next
2025-05-26  Tom RiniPrepare v2025.07-rc3 v2025.07-rc3
2025-05-26  Tom RiniMerge branch 'master' of git://source.denx.de/u-boot-usb
2025-05-25  Tom RiniMerge tag 'efi-2025-07-rc3-3' of https://source.denx...
2025-05-25  Tom Riniusb: ulpi: Clean up how we enable support
2025-05-25  Tom Riniusb: ulpi: Remove unused omap-ulpi-viewport driver
2025-05-25  Varadarajan... usb: dwc3: core: Fix timeout check
2025-05-25  Ilias Apalodimasefi_loader: Run dhcp if an http boot option is selected
2025-05-25  Simon Glassx86: efi_loader: Ensure the SMBIOS tables are sent...
next