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