This commit is contained in:
parent
6391061fb7
commit
0ccc41638a
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9c035e4c0090b329c22bbc0fd0a95d8b18d687956787002e1b2bfc52e63cdffa
|
oid sha256:627127accbe7d55f1cd98700455499c299ed27cb5a3f49ab94cea84d16b9ed93
|
||||||
size 57435
|
size 57915
|
||||||
|
12
dtc.changes
12
dtc.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 18:14:47 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- update to current state
|
||||||
|
dtc: Fix recognition of whitespace characters
|
||||||
|
Implement the -R option and add a -S option.
|
||||||
|
Add -o <output file> to the usage message.
|
||||||
|
Fix reserve map output for asm format.
|
||||||
|
Assemble the blob in memory before writing it out.
|
||||||
|
Fix the -S to modify the totalsize properly.
|
||||||
|
dtc: parse NOP in dtb input
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 07:31:31 CEST 2007 - olh@suse.de
|
Thu Mar 29 07:31:31 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
11
dtc.spec
11
dtc.spec
@ -12,7 +12,7 @@
|
|||||||
Name: dtc
|
Name: dtc
|
||||||
URL: http://dtc.ozlabs.org/
|
URL: http://dtc.ozlabs.org/
|
||||||
Version: 17
|
Version: 17
|
||||||
Release: 3
|
Release: 18
|
||||||
Buildrequires: bison flex
|
Buildrequires: bison flex
|
||||||
Summary: device-tree compiler
|
Summary: device-tree compiler
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
@ -53,6 +53,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 18 2007 - olh@suse.de
|
||||||
|
- update to current state
|
||||||
|
dtc: Fix recognition of whitespace characters
|
||||||
|
Implement the -R option and add a -S option.
|
||||||
|
Add -o <output file> to the usage message.
|
||||||
|
Fix reserve map output for asm format.
|
||||||
|
Assemble the blob in memory before writing it out.
|
||||||
|
Fix the -S to modify the totalsize properly.
|
||||||
|
dtc: parse NOP in dtb input
|
||||||
* Thu Mar 29 2007 - olh@suse.de
|
* Thu Mar 29 2007 - olh@suse.de
|
||||||
- add flex and bison to buildrequires
|
- add flex and bison to buildrequires
|
||||||
fix endian bug in ftdump, add C style includes
|
fix endian bug in ftdump, add C style includes
|
||||||
|
Loading…
Reference in New Issue
Block a user