Skip to content

feat(Makefile): add flash_glymur/ target#331

Closed
gagath wants to merge 1 commit intoqualcomm-linux:mainfrom
gagath:glymur-bootbinaries
Closed

feat(Makefile): add flash_glymur/ target#331
gagath wants to merge 1 commit intoqualcomm-linux:mainfrom
gagath:glymur-bootbinaries

Conversation

@gagath
Copy link
Copy Markdown
Contributor

@gagath gagath commented Mar 18, 2026

Add a new target that downloads the Glymur firmware and extracts it in a flash_glymur/ directory. This allows for autocompletion thanks to Makefile targets and allows to do the following and get what one would expect:

$ make flash_glymur/bootfw1.bin
$ # or simply:
$ make flash_glymur/

Add a new target that downloads the Glymur firmware and extracts it in a
flash_glymur/ directory. This allows for autocompletion thanks to
Makefile targets and allows to do the following and get what one would
expect:

	$ make flash_glymur/bootfw1.bin
	$ # or simply:
	$ make flash_glymur/

Signed-off-by: Agathe Porte <agathe.porte@oss.qualcomm.com>
Copy link
Copy Markdown
Contributor

@lool lool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's great to see efforts to bring in boot binaries for Glymur.

We don't want to have two ways of creating flashable images. The debos flash recipe is probably hard to parse and could benefit from some refactoring, but glymur-crd support should land in common code.

I'd also love the Makefile to support generating flashable assets, but not in a completely different way.

Other notable things:

  • new curl dependency
  • flash_glymur is named after silicon family instead of board name + storage backend
  • flash_glymur doesn't contain *.xml files for flashing

@github-actions
Copy link
Copy Markdown

Test jobs for commit 11f28b2

@github-actions
Copy link
Copy Markdown

Test Results

 2 files  ±0   6 suites  ±0   3m 29s ⏱️ ±0s
20 tests ±0  20 ✅ ±0  0 💤 ±0  0 ❌ ±0 
64 runs  ±0  64 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit d7c9f87. ± Comparison against base commit 6f3e2a0.

@github-actions
Copy link
Copy Markdown

Test jobs for commit d7c9f87

@gagath
Copy link
Copy Markdown
Contributor Author

gagath commented Mar 19, 2026

Superseded by #332.

@gagath gagath closed this Mar 19, 2026
@gagath gagath deleted the glymur-bootbinaries branch March 24, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants