aboutsummaryrefslogtreecommitdiff
path: root/firmware/edgeport
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman5-930/+0
The last firmware change for the in-kernel firmware source code was back in 2013. Everyone has been relying on the out-of-tree linux-firmware package for a long long time. So let's drop it, it's baggage we don't need to keep dragging around (and having to fix random kbuild issues over time...) Cc: Kyle McMartin <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Michal Marek <[email protected]> Cc: Masahiro Yamada <[email protected]> Acked-by: David Woodhouse <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-07-14edgeport-ti: use request_firmware()Jaswinder Singh1-0/+815
Firmware blob looks like this... uint8_t MajorVersion uint8_t MinorVersion __le16 BuildNumber uint8_t data[] Signed-off-by: Jaswinder Singh <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2008-07-14edgeport: use request_firmware()Jaswinder Singh4-0/+115
Version number provided in first HEX record. Signed-off-by: Jaswinder Singh <[email protected]> Signed-off-by: David Woodhouse <[email protected]>