Add arm64; the changes needed are almost identical to armv6/7.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 25 2019
Just an update to note that the commit for this was reverted in r356078 due to CI build failures. I'm unable to install a working riscv toolchain for building and testing myself, apparently at least in part because I'm still running 12.0-stable (and if I try to upgrade from that my video card turns into a pumpkin).
Since we don't generate ldscript files anymore, remove the generated files from the CLEAN+= list.
Dec 24 2019
In D22921#502044, @imp wrote:Are the Makefile.arm and Makefile.mips changes separate?
Does anyone know why riscv needs writable text segments? Or if it really does?
Dec 23 2019
Dec 22 2019
Dec 20 2019
Dec 19 2019
Yeah, it kinda looks like gcc 9 is just catching up by adding a warning clang has had for a while.
Dec 17 2019
Dec 15 2019
Committed as 355780.
This was committed as r352938, but I neglected to include the phab link in the commit.
Dec 13 2019
Dec 10 2019
Update to incorporate change just committed to head that defers attachment of the ow bus until after interrupts are working.
Dec 9 2019
Dec 8 2019
Dec 7 2019
Dec 6 2019
In D22710#496964, @imp wrote:I'll take a look at this and make sure my setup still work w/minimum of hassle.
Dec 5 2019
This change is unacceptable. Child nodes of a flash device which represent partitions must not have a compatible property, it is forbidden by the bindings document. I believe the correct way to do this is that there must be a child node with a compatible of "fixed-partitions", then within that node, there can be child nodes describing partitions which have compatible properties on them. Right now, fdt_slicer doesn't handle that kind of node structure.
Dec 3 2019
Heh, looks like when this code was copied to mips, someone ignored my comment
Dec 2 2019
Dec 1 2019
Nov 30 2019
Nov 29 2019
Nov 28 2019
Nov 25 2019
Nov 24 2019
In D22461#492560, @cy wrote:Sorry for the tardiness.
We should put ntp_db_leapfile="YES" in /etc/defaults/rc.conf for the sake of documentation. Otherwise looks good..
Nov 21 2019
Nov 20 2019
Nov 17 2019
Nov 14 2019
Nov 11 2019
Looks good to me. I've already added linux_skip_mounts=YES to my rc.conf so when I upgrade to 13 I won't forget to do it. :)
Nov 6 2019
Oct 22 2019
In D22109#483190, @imp wrote:This code looks good to me, but I'll defer to others on whether it makes i2c work better for BB. It's been too long for me to green light it, but I think it's OK (but it wouldn't surprise me if there was a 'yea, but what about XXX case' bit of tribal knowledge that we need to not overlook).