Ticket #205 (closed defect: fixed)
add code to u-boot to query hardware revision and serial number from GSM Modem
| Reported by: | laforge@… | Owned by: | jserv@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | u-boot | Version: | current svn head |
| Severity: | minor | Keywords: | |
| Cc: | buglog@…, jserv@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Once we have the new GSM firmware, we should add code to query the GSM Modem for
hardware revision and serial number information and use this as basis for
ATAG_REVISION and ATAG_SERIAL as well as the 'iSerial' string of the USB device
code.
Change History
Note: See
TracTickets for help on using
tickets.

this should now be quite easy since we already have all the pieces in place to
talk with the GSM modem (terminal mode, passthrough, power up/down).