]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2025-06-02  Kongyang Liuusb: dwc2: Replace uint<x>_t types with u<x>
2025-06-02  Kongyang Liuusb: dwc2: Unify flush and reset logic with v4.20a...
2025-06-02  Kongyang Liuusb: dwc2: Extract macro definitions to common header
2025-06-02  Kongyang Liuusb: dwc2: Align macros with Linux kernel definitions
2025-06-02  Kongyang Liuusb: dwc2: Clean up with bitfield macros
2025-06-02  Kongyang Liuusb: dwc2: Fix HBstLen setting for external DMA mode
2025-06-02  Junhui Liuusb: dwc2: Fix incorrect ULPI_UTMI_SEL bit setting
2025-06-02  Kongyang Liuusb: dwc2: Extract register definitions to common heade...
2025-05-30  Tom RiniMerge tag 'dm-pull-30may25' of git://git.denx.de/u...
2025-05-30  Tom RiniMerge patch series "test/py: enable HTTP testing"
2025-05-30  Adriano Cordovacmd/Kconfig: select CMD_WGET if ARCH_QEMU
2025-05-30  Adriano CordovaCI testing: add http server to CI tests
2025-05-30  Marek Vasutimage: Fix FIT image loadable section custom processing
2025-05-30  Tom RiniGitlab: Rework sjg-lab calling test.py to be closer...
2025-05-30  Tom RiniMerge patch series "Almost complete DM_SERIAL migration"
2025-05-30  Tom Riniglobal: Convert almost all remaining non-DM_SERIAL...
2025-05-30  Tom RiniPowerPC / Layerscape: Finish migration to DM_SERIAL
2025-05-30  Simon Glassexpo: Drop the special theme code for bootflow_menu
2025-05-30  Simon Glassexpo: Set up menu fully in bootflow_menu_start()
2025-05-30  Simon Glassexpo: Split setting up the menu from adding items
2025-05-30  Simon Glassexpo: Update bootflow_menu_poll() to return a sequence ID
2025-05-30  Simon Glassexpo: Improve the visual appearance of the menu
2025-05-30  Simon Glassexpo: Provide a way to position things relative to...
2025-05-30  Simon Glassexpo: Drop the render from expo_poll()
2025-05-30  Simon Glassexpo: Adjust expo_poll() to avoid looping forever
2025-05-30  Simon Glassexpo: Support highlighting menu items
2025-05-30  Simon Glassexpo: Add forward declarations to scene_internal.h
2025-05-30  Simon Glassexpo: Drop the gap between groups of menu items
2025-05-30  Simon Glassexpo: Use a simpler name for USB media
2025-05-30  Simon Glassexpo: Begin implementation of a text editor
2025-05-30  Simon Glassexpo: Support object alignment
2025-05-30  Simon Glassexpo: Implement a box
2025-05-30  Simon Glassexpo: Support white-on-black in the theme
2025-05-30  Simon Glassexpo: Support rendering multiple lines of text
2025-05-30  Simon Glassexpo: Check the screen contents after rendering
2025-05-30  Simon Glassexpo: Allow strings to be editable
2025-05-30  Simon Glassexpo: Tidy up scene_txt_render()
2025-05-30  Simon Glassexpo: Move text-rendering into its own function
2025-05-30  Simon Glassexpo: Create a struct for generic text attributes
2025-05-30  Simon Glassexpo: Line up all menu objects
2025-05-30  Simon Glassexpo: Support setting the size and bounds of an object
2025-05-30  Simon Glassexpo: Make bounding-box calculation more flexible
2025-05-30  Simon Glassexpo: Separate dimensions from the bounding box
2025-05-30  Simon Glassexpo: Use an abuf to hold strings
2025-05-30  Simon Glassexpo: Rename x and y in struct scene_obj_bbox
2025-05-30  Simon Glassexpo: Rename scene_dim to scene_obj_bbox
2025-05-30  Simon Glassexpo: Allow adding a single bootflow to a menu
2025-05-30  Simon Glassexpo: Split bootflow_menu_new() into two pieces
2025-05-30  Simon Glassexpo: Split bootflow_menu_run() into two pieces
2025-05-30  Simon Glassexpo: Test editing a lineedit
2025-05-30  Simon Glassexpo: Adjust how menu items are highlighted
2025-05-30  Simon Glassexpo: Provide access to the current menu item
2025-05-30  Simon Glassexpo: Test rendering a lineedit
2025-05-30  Simon Glassexpo: Pass in the video device for cedit_prepare()
2025-05-30  Simon Glassexpo: Test some cedit actions
2025-05-30  Simon Glassexpo: Move cedit-state fields into expo
2025-05-30  Simon Glassexpo: Create a rendering test for cedit
2025-05-30  Simon Glassexpo: Destroy the cedit expo when done
2025-05-30  Simon Glassexpo: Add a function to poll for input
2025-05-30  Simon Glassexpo: Add CLI context to the expo
2025-05-30  Simon Glassabuf: Add a way to printf() into a buffer
2025-05-30  Simon Glassabuf: Add a function to copy a buffer
2025-05-30  Simon Glassabuf: Add a helper for initing and allocating a buffer
2025-05-30  Tom RiniMerge patch series "Update kbuild"
2025-05-30  Ilias Apalodimaskbuild: add -Werror=strict-prototypes flag unconditionally
2025-05-30  Ilias Apalodimaskbuild: make -r/-R effective in top Makefile for old...
2025-05-30  Ilias Apalodimaskbuild: remove unused archmrproper
2025-05-30  Ilias Apalodimaskbuild: strip whitespace in cmd_record_mcount findstring
2025-05-30  Ilias Apalodimaskbuild: hardcode genksyms path and remove GENKSYMS...
2025-05-30  Ilias Apalodimaskbuild: generate modules.order only when CONFIG_MODULES=y
2025-05-30  Ilias Apalodimaskbuild: refactor quiet_modtag
2025-05-30  Ilias Apalodimaskbuild: remove redundant quiet_modtag for $(obj-m)
2025-05-30  Ilias Apalodimaskbuild: remove redundant 'set -e' from cmd_* defines
2025-05-30  Ilias Apalodimaskbuild: remove trailing semicolon from cmd_* passed...
2025-05-30  Ilias Apalodimaskbuild: change if_changed_rule for multi-line recipe
2025-05-30  Ilias Apalodimaskbuild: refactor modversions build rules
2025-05-30  Ilias Apalodimaskbuild: remove redundant 'set -e' from sub_cmd_record_m...
2025-05-30  Ilias Apalodimaskbuild: let fixdep directly write to .*.cmd files
2025-05-30  Ilias Apalodimaskbuild: move archive command to scripts/Makefile.lib
2025-05-30  Ilias Apalodimaskbuild: remove unnecessary in-subshell execution
2025-05-30  Ilias Apalodimaskbuild: add real-prereqs shorthand for $(filter-out...
2025-05-30  Ilias Apalodimaskbuild: simplify rules of data compression with size...
2025-05-30  Ilias Apalodimaskbuild: skip 'addtree' and 'flags' magic for external...
2025-05-30  Ilias Apalodimaskbuild: remove redundant target cleaning on failure
2025-05-30  Ilias Apalodimaskbuild: remove redundant 'set -e' from filechk_offsets
2025-05-30  Ilias Apalodimaskbuild: Enable dtc graph_port warning by default
2025-05-30  Ilias Apalodimaskbuild: disable dtc simple_bus_reg warnings by default
2025-05-30  Ilias Apalodimaskbuild: de-duplicate fixdep usage
2025-05-30  Tom RiniMerge patch series "Enable env in SCSI"
2025-05-30  Varadarajan... configs: qcs9100: Enable env in SCSI
2025-05-30  Varadarajan... env: Add support for storing env variables in SCSI...
2025-05-30  Varadarajan... scsi: Implement get_blk() function
2025-05-30  Varadarajan... disk: part: implement generic function part_get_info_by...
2025-05-29  Tom RiniMerge patch series "Remove clocks from R5 dtsi for...
2025-05-29  Manorit Chawdhryarm: dts: k3-am62a7-phycore-r5*: Remove clocks from...
2025-05-29  Manorit Chawdhryarm: dts: k3-am625-verdin-r5*: Remove clocks from main_...
2025-05-29  Manorit Chawdhryarm: dts: k3-am625-phycore-r5*: Remove clocks from...
2025-05-29  Manorit Chawdhryarm: dts: k3-am625-beagleplay-r5*: Remove clocks from...
2025-05-29  Tom RiniMerge patch series "Print Reset Reason for K3 based...
2025-05-29  Wadim Egorovarm: mach-k3: am62x: Implement get_reset_reason()
next