JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 158,
"has_wiki": true,
"homepage": "http://nmenon.github.io/omap-u-boot-utils/",
"languages": {
"C": 161654,
"C++": 4544,
"Assembly": 9012,
"Makefile": 5734
},
"pushed_at": "2018-01-12T23:24:59Z",
"created_at": "2008-08-28T03:37:00Z",
"owner_type": "User",
"updated_at": "2026-06-28T16:02:27Z",
"description": "U-Boot Utilities for Texas Instrument's OMAP platforms",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "C",
"significant_languages": [
"C"
]
},
"owner": {
"blog": "https://linuxrocks.online/@nm/",
"name": "Nishanth Menon",
"type": "User",
"login": "nmenon",
"company": "Texas Instruments Inc",
"location": "USA",
"followers": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/22279?v=4",
"created_at": "2008-08-28T01:52:57Z",
"is_verified": null,
"public_repos": 110,
"account_age_days": 6540
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2009-01-29T04:01:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2008-08-28T03:46:12Z"
}
],
"recent_commits": [
{
"oid": "2a9344ac45f6e4074793182dcaca7b0403dff389",
"body": "proper cleanup flags for MacOSX.",
"is_bot": false,
"headline": "Merge pull request #8 from akemnade/mac-fixes",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2018-01-12T23:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07dd0813c785ebce6e401cc990bdc68956178cd",
"body": "There is no --gc-sections on MacOSX, so use the equivalent\nflag which also results in binary size reduction.\n\nSigned-off-by: Andreas Kemnade <andreas@kemnade.info>",
"is_bot": false,
"headline": "proper cleanup flags for MacOSX.",
"author_name": "Andreas Kemnade",
"author_login": "akemnade",
"committed_at": "2018-01-11T06:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd891585115d94e2609ba846b00ba4140c2c39e8",
"body": "Usb improvements",
"is_bot": false,
"headline": "Merge pull request #7 from akemnade/usb-improvements",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2018-01-10T05:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b52b618b9c59ec8d2c02fcb85c62481e6e306a",
"body": "The omap seems to need some delay between commands to successfully\nprocess them.\nSymptoms were: failed ASIC reads when verbosity is low\n(so not much delay by printing stuff out), failed sendfile at first\nblock.\nThis patch adds some delays to fix that.\n\nLooking on the bus with wireshark did not show \n[…]\nhe omap cannot handle new commands\nat certain points. But of course the boot rom cannot be fixed, so\nthere has to be a workaround at other places\n\nSigned-off-by: Andreas Kemnade <andreas@kemnade.info>",
"is_bot": false,
"headline": "pusb: fix failed transfers",
"author_name": "Andreas Kemnade",
"author_login": "akemnade",
"committed_at": "2018-01-02T18:29:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84ad38b43169c5705f82d17947029d61ef8494bc",
"body": "libusb-1.0 seems to be the most maintained library version, so\nfirst convert to that library which has a different api.\nlibusb-1.0 has the nice function libusb_open_device_with_vid_pid()\nwhich does everything needed to open that particular device, so no\nneed to scan the bus manually, it would be onl\n[…]\nand lsusb -v gives you also the same output as\nyou would get by bus scanning. So for simplicity the bus scan was\nnot translated to the newer api.\n\nSigned-off-by: Andreas Kemnade <andreas@kemnade.info>",
"is_bot": false,
"headline": "pusb: convert to libusb-1.0",
"author_name": "Andreas Kemnade",
"author_login": "akemnade",
"committed_at": "2018-01-02T18:19:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9707442b4d6fd8fb9d447a618aeb0ce25c41741",
"body": "Signed-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "src: Add support for sysrq",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2015-11-25T14:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852321a5f3d1f499307e0831044dfe411538f1e1",
"body": "Add support to send a break character - this is usually part\nof Linux sysrq send..\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "lib: serial: Add support for \"break\" support",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2015-11-25T14:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4d1aa5deb7b33fcb92cf0a1f4964ef76193377",
"body": "gpsign: pad ift for onenand flash memories with 4k page size",
"is_bot": false,
"headline": "Merge pull request #6 from freemangordon/work",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2015-04-18T15:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d998cb03db5a73457bf7e87b84f784b3ed5e76f2",
"body": "According to OMAP3 TRM:\n\nPage size is assumed to be 2048 bytes, divided into four sectors of 512\nbytes. In case of OneNAND/Flex-OneNAND, with pages of 4096 bytes, divided\ninto eight sectors, users must program only the first sectors (sectors 0,\n1, 2, 3) of each page. Sectors 4, 5, 6, and 7 of each page are not\nconsidered by the driver.\n\nAdd a parameter to allow gpsign to implement the above mentioned\nrequirement\n\nSigned-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>",
"is_bot": false,
"headline": "gpsign: pad ift for onenand flash memories with 4k page size",
"author_name": "Ivaylo Dimitrov",
"author_login": "freemangordon",
"committed_at": "2015-04-16T18:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f07426cddc0be9e24702e7aacc7574ddd7fba28",
"body": "providing download status makes sense only for systems that\nneed interaction. for automated scripts, provide option to be\nsilent.\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "ukermit: provide silent status arg",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2014-04-03T14:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4737a5194cd2ef7632d1f1c65ce0069d0736412f",
"body": "commit d086cb5c0393306d35177b1c024a8fa7568e1329\n(pusb: add support for omap 4430)\n\nintroduced support for using GET_ASICID, however,\n3430 has no clue about what GET_ASICID is. So, be smart\nand send command only if length is not what we expect\nit to be. This should continue to support both OMAP3 and \n[…]\nd have option provided from commandline\nOMAP3 ROMCode is just NOT smart enough to figure out about GET_ASICID-\nyou either get the data OR not.]\nSigned-off-by: Nishanth Menon <menon.nishanth@gmail.com>",
"is_bot": false,
"headline": "pusb: cannot support GET_ASICID on OMAP3",
"author_name": "Pali Rohár",
"author_login": "pali",
"committed_at": "2013-01-23T04:00:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8aff852322c6f52bd09568bef7725ab509d81725",
"body": "fixes build warning:\nsrc/pusb.c:460:6: warning: variable ‘old_bus’ set but not used [-Wunused-but-set-variable]\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pusb: remove unused variable old_bus",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2012-02-16T23:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b973fa7cd7ee6535174e101451a0e95e3842f10c",
"body": "In case too few bytes are written, it might be helpful to be able to seek\nback into the input file.\n\nSigned-off-by: Jason Kridner <jkridner@beagleboard.org>",
"is_bot": false,
"headline": "file_posix: added f_seek",
"author_name": "Jason Kridner",
"author_login": "jadonk",
"committed_at": "2012-02-16T23:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008f644699aa109028f3073b7994dd44f4e9d60b",
"body": "Avoided potential problems by specifying the right data type in a printf.\n\nSigned-off-by: Jason Kridner <jkridner@beagleboard.org>",
"is_bot": false,
"headline": "Fixed print data type",
"author_name": "Jason Kridner",
"author_login": "jadonk",
"committed_at": "2012-02-16T23:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b04d7fb7d7076bd8e766a388351740ab02bb21a1",
"body": "I'm using Gentoo Prefix on a Mac and this patch enabled me to compile\nthe programs. I am only run testing 'pserial' right now.\n\nSigned-off-by: Jason Kridner <jkridner@beagleboard.org>",
"is_bot": false,
"headline": "Enabled compilation on a Mac",
"author_name": "Jason Kridner",
"author_login": "jadonk",
"committed_at": "2012-02-16T23:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eba8fa324003adac725dc149c04853ef7217dda",
"body": "Gcc 4.6 fixes",
"is_bot": false,
"headline": "Merge pull request #3 from lucaceresoli/gcc-4.6-fixes",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2012-02-16T22:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4aee520458ba65e99fad63f8157c74008040cb",
"body": "Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>",
"is_bot": false,
"headline": "Disable noisy print of removed sections",
"author_name": "Luca Ceresoli",
"author_login": "lucaceresoli",
"committed_at": "2011-11-05T11:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37cad3cc5f9e82249a75a3cce4d5fbc48c19108",
"body": "gcc 4.6 fails on unsupported options.\n\nSigned-off-by: Luca Ceresoli <luca@lucaceresoli.net>",
"is_bot": false,
"headline": "Remove inexistent --stdlib option",
"author_name": "Luca Ceresoli",
"author_login": "lucaceresoli",
"committed_at": "2011-11-05T11:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd5f3d3a31e301b49d86932db79e3c56d8bb7a7",
"body": "gcc 4.6 does not allow linker options such as --gc-sections and\n--print-gc-sections to be passed directly.\nThey now have to be passed via -Wl.\n\nSigned-off-by: Luca Ceresoli <luca@lucaceresoli.net>",
"is_bot": false,
"headline": "Fix linker options syntax for gcc 4.6",
"author_name": "Luca Ceresoli",
"author_login": "lucaceresoli",
"committed_at": "2011-11-05T11:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d086cb5c0393306d35177b1c024a8fa7568e1329",
"body": "Firstly, 4430's ASIC ID is 81 bytes long, so add a command line\noption for that. Secondly, the one that I have in my pandaboard\nwon't tell it's ASIC ID till explicitly asked to do so, so add\na workaround for that.\n\nSigned-off-by: Alexander Shishkin <virtuoso@slind.org>",
"is_bot": false,
"headline": "pusb: add support for omap 4430",
"author_name": "Alexander Shishkin",
"author_login": "virtuoso",
"committed_at": "2011-01-03T21:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fea1a7ac282a3f6d658ed74516fc87f4fd39448",
"body": "Arm linux kernel has a bunch of boot requirements that are listed:\nhttp://www.arm.linux.org.uk/developer/booting.php\n\ntagger is an utility used to generate this tag along with a small\nsty - an assembly util which gets control when system starts off\nthe sty puts the data in required locations and giv\n[…]\nand generates a .ift which\nis a flashable image which is downloaded to a I/O image at 0\ne.g. NAND flash (remember this should be written with hw ecc to NAND)\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "tagger: a tag header generation utility",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2010-05-20T23:09:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c663128e8014e9500b82adc5e3a854a09745538b",
"body": "Make a generic comparison logic which can be used elsewhere\nthis creates a dependency on compare.h which can be included\nin applications needing to parse configuration files\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "gpsign: make comparison logic generic",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2010-05-20T23:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70dab5a644989498e97f331fdfec18bcf7c3ffed",
"body": "Added sample udev rule to allow access to OMAP devices without\nbeing root\n\nSigned-off-by: Daniel Fandrich <dfandrich@intrinsyc.com>",
"is_bot": false,
"headline": "linux: pusb: add udev rule",
"author_name": "Daniel Fandrich",
"author_login": null,
"committed_at": "2010-05-20T23:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a257e1de4ddcd40fe29281c89a400ce0fb0a21",
"body": "Signed-off-by: Daniel Fandrich <dfandrich@intrinsyc.com>",
"is_bot": false,
"headline": "Change spacing of some output messages",
"author_name": "Daniel Fandrich",
"author_login": null,
"committed_at": "2010-05-20T22:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea120521b0a0e962ca693109e0e57f38abfa67b",
"body": "Add verbose information to print complete ASIC ID\n\nNOTE: this does not add super verbosity of printing all\ndata which is dumped from file -> but that makes no sense\ncurrently...\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pserial: add verbosity",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2010-05-12T15:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74fa0f8add748e1e58cf83838768fe77f40c671",
"body": "Identify and report 36xx series processors as well.\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pserial: identify 36xx",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2010-05-12T15:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c3b1f10543c063e5c5167bdc03994aa4d14111",
"body": "adds support for ASIC ID and handles false data starts.\nadds support for OMAP4 ASIC ID and data size.\n\nSigned-off-by: Dave Anders <danders@rad-tech-labs.com>",
"is_bot": false,
"headline": "Add ASIC ID detection and OMAP4 support",
"author_name": "Dave Anders",
"author_login": null,
"committed_at": "2010-03-19T19:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b84f89c609314b09df5898a38af9754874baf9",
"body": "Add caveat on nonsupported CH341 usb->rs232 adapters\n\nSigned-off-by: Dave Anders <danders@rad-tech-labs.com>",
"is_bot": false,
"headline": "unsupported CH341 notes",
"author_name": "Dave Anders",
"author_login": null,
"committed_at": "2010-03-19T19:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f490b484a84006046a8aa8bfc00ceabfcd6785f",
"body": "New configuration file added for OMAP 3630 based on zoom3\nUsage: a) make\n b) ./gpsign -c configs/sample-3630.cfg -l 80000000 -f u-boot.bin\n\nSigned-off-by: Sukumar Ghorai <s-ghorai@ti.com>",
"is_bot": false,
"headline": "gpsign: cfg: sample omap3630 config file",
"author_name": "Sukumar Ghorai",
"author_login": null,
"committed_at": "2010-03-04T02:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "615b0088a20f9c164c481ce52a00a1afea8c2c13",
"body": "CM_CLKSEL2_PLL placed according to ROM code specification\n\nSigned-off-by: Sukumar Ghorai <s-ghorai@ti.com>",
"is_bot": false,
"headline": "gpsign: omap3: ch_settings updated",
"author_name": "Sukumar Ghorai",
"author_login": null,
"committed_at": "2010-03-04T01:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472e6271e9473c2cf9276468bf6df2446473c4bf",
"body": "The main issue was with the way getopt from libc6 is used. It seems like\nthe way glib resets getopt is different. More information about this\nissue can be found in\n\nhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=192834\n\nLooking at the example provided in Message#53, the return for getopt is\nan int\n[…]\nodified: src/gpsign.c\n\tmodified: src/pserial.c\n\tmodified: src/ucmd.c\n\tmodified: src/ukermit.c\nSigned-off-by: Amit Uttamchandani <amit.uttam@gmail.com>\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Fixed bug where binaries will not run on PowerPC.",
"author_name": "Amit Uttamchandani",
"author_login": "amituttam",
"committed_at": "2009-12-09T21:03:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b00e405d0ec72447760348c6f24d33d4fb9040a2",
"body": "Fix:\nsrc/pusb.c:441: warning: ‘filesize’ may be used uninitialized in this function\nby initializing it with -1 for the check to fail later on\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pusb: fix build warning",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-12-09T21:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3270613c2931e555891837bc663d5480691ba29c",
"body": "Fix warning:\nlib/serial_posix.c:89: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result\nby introducing a dummy assignment\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "serial_posix: fix build warning",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-12-09T20:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94df3d3e06e5b142162c3a48005dad79121899b6",
"body": "Fix warning:\nsrc/gpsign.c:691: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result\n\nby introducing a temporary variable and crying foul..\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "gpsign: fix unused result warning",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-12-09T20:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29bb1728e01ad8c74cec663bb2ec0b86db0881a",
"body": "This application can generate configuration header for\nallowing images such as u-boot to boot straight\nfrom NAND to SDRAM without using the 2 stage\nx-loader assisted boot\n\nNOTE:\nThis uses http://liblcfg.carnivore.it/ liblcfg for\nparsing configuration files\n\nThis uses ideas on formatting help messages from\nRaghavendra K\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "GPSIGN: add image generation tool",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-05-05T17:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcefcac34e61998fd2190070aafa5db65d743984",
"body": "blue was appearing as yellow in linux :(.. +1 to\nget the color right\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "common: fix blue",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-04-23T23:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d9f08805ce7ced3a408bfc3f4f0004e23d02a55",
"body": "Check tty port prior to using it. use lsof\ncommand to check open processes. lsof is more of\na standard *ix app is available almost all distributions\n\nThe only other alternative would be to write a logic to\nparse through the pids in the system looking for user of\nthe device node :(..\n\nusing grep based on feedback from robclark for mac OS X\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "lib:serial_posix: use lsof to check port",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-04-23T21:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426e46746b27748e2c92e10e5621821a6a07254a",
"body": "Introduce common.h as a collect all place for things\nthat dont belong elsewhere. Common windows and linux\nconsole colors, We now can print in RED,GREEN and BLUE.\n\nLinux color print is based on a suggestion by\nRaghavendra K.\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "ColorPrint: Add color print",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-04-23T21:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5665a137276a7becff0a6a2a0caeaf2886370b07",
"body": "Move revision and license info to a singular place\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Revision handling: Fix revision and license info",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-04-23T21:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac84f3fed1d76fda330689bffa09f4d8c4d6bfd",
"body": "Generic cleanups for chm file and pdf generation\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Documentation: Cleanups for pdf and chm generation",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-04-23T21:08:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6988481ad7dc43b7513ea9912d036836944d73a7",
"body": "Bump up the documentation revision to 0.2\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Move up documentation revision",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-01-29T04:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "195e1b84d68f85ed700d2179f0b93dd947f1274c",
"body": "Bump up the revision to 0.2\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Revision Change",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2009-01-29T03:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d597d0bf646cfbedf82291a989343afab104f4f1",
"body": "This patch fixes the bugs which prevented support of usb2serial\ndevices. Tested with FT232BM and prolific usb2serial convertors\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pserial: Support usb2serial convertors",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-12-05T00:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a54ccf959bbe1b138406443faecbf3f030e06e",
"body": "…for debug purposes\n\nSigned-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pusb: Add libusb debug message support Add additional debug messages …",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-12-04T04:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "230dd3abd679668078777524c82456cb74c82e2e",
"body": "Signed-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Misc: add gitignore add git ignore file to ignore temp files generated",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-12-04T04:18:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c09d105cfc1baa4064e0f21cb7ca2c91d44cdc",
"body": "Signed-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "pusb: add example for sudo Add example for using sudo while running pusb",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-12-04T04:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cda86253418745cee3021200332f3c32d6d0fb9",
"body": "Signed-off-by: Nishanth Menon <nm@ti.com>",
"is_bot": false,
"headline": "Misc changes Add MAINTAINER File and update author email ID",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-12-04T04:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f474ee43b7c4807fc6ae344d260c7c8d4a12c184",
"body": "src/pusb.c: In function ‘send_file’:\nsrc/pusb.c:342: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘unsigned int’\nsrc/pusb.c:354: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘unsigned int’\n\non 32 bit Linux system.\n\nSigned-off-by: Dirk Behme <dirk.behme@gmail.com>",
"is_bot": false,
"headline": "Fix warnings on 32 bit machines:",
"author_name": "Dirk Behme",
"author_login": null,
"committed_at": "2008-08-31T22:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd97b13b6c42c74a904e99b5f400d0ff0cf41ee",
"body": "Replace README.txt with README in the file list.\n\nSigned-off-by: Nishanth Menon <x0nishan@ti.com>",
"is_bot": false,
"headline": "README: rename file",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-08-28T03:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a891aa8bbbe010a49b38379199784e4da3eaaa",
"body": null,
"is_bot": false,
"headline": "Rev 0.1 import",
"author_name": "Nishanth Menon",
"author_login": "nmenon",
"committed_at": "2008-08-28T03:44:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2009-01-29T04:01:28Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_last_push": 3115,
"active_weeks_last_year": 0,
"days_since_latest_release": 6386,
"mean_days_between_releases": 154
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 21,
"stars": 51,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2009-08-01",
"count": 1
},
{
"date": "2009-10-18",
"count": 1
},
{
"date": "2011-05-03",
"count": 1
},
{
"date": "2011-06-20",
"count": 1
},
{
"date": "2011-11-04",
"count": 1
},
{
"date": "2011-11-17",
"count": 1
},
{
"date": "2012-02-27",
"count": 1
},
{
"date": "2012-03-15",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-10-20",
"count": 1
},
{
"date": "2013-12-31",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 35616,
"source_files_sampled": 21,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nmenon",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/22279?v=4"
},
{
"type": "User",
"login": "akemnade",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5812268?v=4"
},
{
"type": "User",
"login": "jadonk",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/9018?v=4"
},
{
"type": "User",
"login": "lucaceresoli",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1172960?v=4"
},
{
"type": "User",
"login": "virtuoso",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2132?v=4"
},
{
"type": "User",
"login": "amituttam",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19380?v=4"
},
{
"type": "User",
"login": "freemangordon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1890250?v=4"
},
{
"type": "User",
"login": "pali",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7141871?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.698
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 4/25 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2a9344ac45f6e4074793182dcaca7b0403dff389",
"ran_at": "2026-07-25T19:06:52Z",
"aggregate_score": 2.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2018-01-12T23:24:59Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nmenon/omap-u-boot-utils",
"host": "github.com",
"name": "omap-u-boot-utils",
"owner": "nmenon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 30,
"inputs": {
"security": 27,
"vitality": 13,
"community": 46,
"governance": 52,
"engineering": 37,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 35,
"overall_after_abandonment_multiplier": 30
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 3115,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3115 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 3115
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 6386,
"mean_days_between_releases": 154
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6386 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 6386
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~154 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 154
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 3115,
"days_since_last_human_commit": 3115,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3115 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3115,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"forks": 21,
"stars": 51,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.698
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 70% of commits",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 4,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/7 decided PRs merged",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/25 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 82,
"owner_type": "User",
"is_verified": null,
"owner_login": "nmenon",
"public_repos": 110,
"account_age_days": 6540
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "82 followers of nmenon",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 82,
"login": "nmenon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "110 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 110
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 37,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://nmenon.github.io/omap-u-boot-utils/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://nmenon.github.io/omap-u-boot-utils/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/25 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.88,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "44 of 50 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 50
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 50",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 50
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 35616,
"source_files_sampled": 21,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/21 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 21,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T19:07:02.267791Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nmenon/omap-u-boot-utils.svg",
"full_name": "nmenon/omap-u-boot-utils",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}