Skip to content
Commit 4fd18232 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

cli: Update database schema to support any arch



Add an "architecture" field to the SUT table, which contains whatever
`uname -m` returns. And make the CPU table much more generic. It now
contains a "desc" field which holds arch-specific JSON-encoded data.

The code can explicitly encode/decode aach64 and x86_64 arches, but it
would be trivial to add more and this can be done without changing the
schema.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 8e4de05b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment