summaryrefslogtreecommitdiffstats
path: root/src/options_arm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Blackbird supportRaptor Engineering Development Team2019-04-191-1/+4
|
* Add Talos supportRaptor Engineering Development Team2019-04-191-1/+4
|
* Fix build failure in target detectionJoel Stanley2018-10-261-1/+5
| | | | | | | | | | | | | | | CI is failing to build: src/options_arm.c:65:3: error: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Werror=unused-result] fscanf(cfam_id_file, "0x%" PRIx32, &cfam_id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If we don't get the expected value in fscanf, display an error. The code already will do the correct thing and fall through to the unknown device case. Signed-off-by: Joel Stanley <joel@jms.id.au>
* src/options_arm.c: Add detection of host type for kernel backendAlistair Popple2018-09-121-1/+44
| | | | Signed-off-by: Alistair Popple <alistair@popple.id.au>
* pdbg: Rework backend detectionAlistair Popple2018-09-121-34/+22
| | | | | | | | | | | | | | | | If a user explicitly specifies a backend assume they know what they're doing and use it. If no backend is specified pick some sane defaults based on the detected platform. Fixes the following bug when specifying a backend is incorrectly determined to be invalid: Target p8 not possible kernel: No target is necessary i2c: No target is necessary fsi: p8 p9w p9r p9z Signed-off-by: Alistair Popple <alistair@popple.id.au>
* Make i2c backend possible on all ARM machinesJoel Stanley2018-06-151-1/+1
| | | | | | | | | | | It's not only devices that have the AMI i2c path that can use pdbg over i2c. I chose not to plumb in the access check, as this can be done when attempting to open the device (otherwise we're duplicating that check). Signed-off-by: Joel Stanley <joel@jms.id.au>
* main: Improve debug output about backends/targetsAmitay Isaacs2018-05-181-16/+4
| | | | Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
* pdbg: Fix using FSI backend on palmettoCyril Bur2018-04-241-9/+17
| | | | Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
* main: Attempt to automatically discover targetCyril Bur2018-02-161-0/+118
Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Alistair Popple <alistair@popple.id.au>
OpenPOWER on IntegriCloud