The option ROM I`m working on - to test the libpayload USB stack - has been updated, now it builds properly and can be used for any test purpose.
I used some source code I took from FILO to the basic infra structure, it uses kbuild and has a copy of libpayload inside the source dir. I know the focus is not an test option ROM development, but I have few things I want to change, so we can reuse the ideas for the final usb option ROM. Here follows a small TODO:
- Remove util/kbuild and place it in a separated repository;
- Remove libpayload;
- Write a small shell script to checkout kbuild and libpayload before building the option ROM;