Andrew Scheller

Results 133 issues of Andrew Scheller

I think when this code was originally written we weren't sure whether we'd be referring to the chip as BCM2838 or BCM2711. But we seem to have firmly settled on...

I ran `buildme` on a Pi, and was surprised to see that at the end it was modifying system files (when there's no warning about this in the README). Yikes....

An error spotted by a `case value '1' not in enumerated type` compiler warning... In https://github.com/raspberrypi/userland/blob/master/interface/vmcs_host/vc_service_common.c the `vchi2service_status_string` function takes a `VC_SERVICE_VCHI_STATUS_T` parameter. However in the `switch` statement inside that...

It was complaining about implicit declarations of the `mbox_open` and `usleep` functions.

Just to double-check, I downloaded the [very latest version](https://github.com/raspberrypi/utils/blob/master/raspinfo/raspinfo) and there's still a couple of bits that don't work: ```console $ Downloads/raspinfo | grep -C3 vc_gencmd Serial : 1c96860cc48df543 Model...

Looking at #48 (and the way it now sprinkles `device_uuid1`, `device_uuid2` and `device_uuid` in various places), I wonder if it'd be worth running the Qemu autohat tests on TravisCI? Or...

Currently, the functions that deal with backup GPTs (i.e. `parseBackup` and `writeBackup`) have a function-prototype which accepts a `buffer` and an `offset`. The `parseBackup` function reads the table-entries at `offset`...