summaryrefslogtreecommitdiffstats
path: root/rbutil/bspatch
AgeCommit message (Collapse)AuthorFilesLines
2020-11-07bspatch: Store license text in separate file.Dominik Riebeling1-0/+23
Allow to easily show the license by having it in a separate file. Change-Id: I6776e6aa2bdfe138460c9bd29bc8650ffa36710c
2020-10-22rbutil: Rename libbzip2.a to libbz2.a.Dominik Riebeling1-1/+1
When cross compiling for Windows (at least mxe) links bz2, causing both our copy and the system one getting linked, resulting in symbol clashes. Make sure we use the same name as the system one, so the linker can pick one of both. Change-Id: I16213a20f48d4e192cd0b756931f9ccb449fd1c0
2020-07-20bspatch: Fix compiling on macOS.Dominik Riebeling1-0/+1
u_char is a nonstandard type. On macOS this requires to explicitly include sys/types.h. Change-Id: I929ceafc12c7cbdcc96e85cdd05cce27d8aa6795
2020-04-15bspatch: Add a __cplusplus wrapper in the header so rbutil can use itSolomon Peachy1-0/+9
Change-Id: Iba4e173ec73bfb38144ebb83edf3ed8161d03ebd
2020-04-09rbutil: Add bspatch and libbzip2Solomon Peachy4-0/+278
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243