aboutsummaryrefslogtreecommitdiff
path: root/utils/atheepmgr
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* atheepmgr: avoid libpciaccess dependencyEneas U de Queiroz2021-04-15
| | | | | | | | | HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable building with libpciaccess can't be set through the environment. Instead, use CONFIG_CON_PCI, which can be passed through the environment and will disable libpciaccess. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* atheepmgr: add new packageSergey Ryazanov2021-02-12
This utility is intended to analyze EEPROM/boarddata content of Atheros based boards: load, dump, parse and perform quick edit. Mostly it is used to work with binary dumps/blobs on a host, but sometime it is useful to be able to run it on a board, e.g. to make an EEPROM content dump or to quickly analyze ART/boarddata without copying it to a host. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>