Page MenuHomeFreeBSD
Feed Advanced Search

Sep 23 2022

martin_bxlr.sk updated the diff for D34479: Add support for custom keyboard layout when GELI asks for a passphrase.
  • I've updated the code to follow the style as you mentioned.
  • I've removed too wide CFLAGS from libsa Makefile.
Sep 23 2022, 11:14 PM · x86

Sep 21 2022

martin_bxlr.sk added a comment to D34479: Add support for custom keyboard layout when GELI asks for a passphrase.

As this was my first patch here I need to get familiar with the interface and the way how I can submit the changes. I also need to refresh my memory what I did as I did this in March.

Sep 21 2022, 8:20 PM · x86

Sep 20 2022

tsoome added a comment to D34479: Add support for custom keyboard layout when GELI asks for a passphrase.
In D34479#831843, @imp wrote:

Some general comments...

The style of indented #if isn't what we do in FreeBSD. Code should be indented as if the #if isn't present, and the # directives should be in column 1.
We don't add extra spaces around the ('s, as I've highlighted
We don't do if (foo) bar; on one line.
logical operators are at the end of the line, not the start of the continuation.

It's an interesting notion... You'll likely want to do something similar to the EFI boot loader as well.

Sep 20 2022, 9:02 PM · x86
imp added a comment to D34479: Add support for custom keyboard layout when GELI asks for a passphrase.

Some general comments...

Sep 20 2022, 8:53 PM · x86
manu added a reviewer for D34479: Add support for custom keyboard layout when GELI asks for a passphrase: Loader.
Sep 20 2022, 5:17 PM · x86

Sep 1 2022

cy added a member for x86: cy.
Sep 1 2022, 4:55 PM

Mar 8 2022

martin_bxlr.sk updated the test plan for D34479: Add support for custom keyboard layout when GELI asks for a passphrase.
Mar 8 2022, 2:23 PM · x86
martin_bxlr.sk requested review of D34479: Add support for custom keyboard layout when GELI asks for a passphrase.
Mar 8 2022, 2:19 PM · x86

Jan 13 2022

vangyzen closed D33667: atrtc: reads Century field from FADT table.
Jan 13 2022, 11:24 PM · x86
vangyzen accepted D33667: atrtc: reads Century field from FADT table.
Jan 13 2022, 11:24 PM · x86

Jan 6 2022

akumar3_isilon.com accepted D33667: atrtc: reads Century field from FADT table.
Jan 6 2022, 11:07 AM · x86
austin.zhang_dell.com added a reviewer for D33667: atrtc: reads Century field from FADT table: akumar3_isilon.com.
Jan 6 2022, 7:51 AM · x86

Dec 28 2021

dab accepted D33667: atrtc: reads Century field from FADT table.

LGTM

Dec 28 2021, 7:12 PM · x86

Dec 27 2021

austin.zhang_dell.com added reviewers for D33667: atrtc: reads Century field from FADT table: vangyzen, dab.
Dec 27 2021, 9:01 AM · x86
austin.zhang_dell.com requested review of D33667: atrtc: reads Century field from FADT table.
Dec 27 2021, 8:27 AM · x86

Mar 6 2021

herbert_mailbox.org added a watcher for x86: herbert_mailbox.org.
Mar 6 2021, 11:27 AM

Dec 24 2020

mw closed D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Dec 24 2020, 7:27 AM · x86, arm64

Oct 14 2020

kib closed D26470: Limit workaround for errata E400 to appropriate AMD cpus..
Oct 14 2020, 10:58 PM · x86

Oct 12 2020

avg accepted D26470: Limit workaround for errata E400 to appropriate AMD cpus..
Oct 12 2020, 2:17 PM · x86

Sep 17 2020

kib requested review of D26470: Limit workaround for errata E400 to appropriate AMD cpus..
Sep 17 2020, 6:38 PM · x86

Jul 5 2020

mw added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
In D25373#565381, @greg_unrelenting.technology wrote:

ECAM hacks? When are those likely to appear? :-)

https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/flash-image-2020-07-01.bin try this image, it has the ECAM offset removed

@mw promised to make a toggle for ECAM offset in the setup menu.. :)

Jul 5 2020, 5:48 PM · x86, arm64
markm accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

OK to close again.

Jul 5 2020, 3:56 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

That works, thanks! I'm at latest CURRENT, no backouts, my console works and so do my PCI ethernet port.

Jul 5 2020, 3:56 PM · x86, arm64
val_packett.cool added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

ECAM hacks? When are those likely to appear? :-)

Jul 5 2020, 3:30 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

ECAM hacks? When are those likely to appear? :-)

Jul 5 2020, 3:10 PM · x86, arm64
manu added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

With this patch in, AND the flashe given above, I get my console back!

But I lose my PCI ethernet ports.

Jul 5 2020, 2:52 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

With this patch in, AND the flashe given above, I get my console back!

Jul 5 2020, 2:48 PM · x86, arm64
manu added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Worse. Previously working console now broken. Current with this change backed out now broken.

Is the console supposed to work without this fix applied?

Jul 5 2020, 2:33 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Worse. Previously working console now broken. Current with this change backed out now broken.

Jul 5 2020, 2:31 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Trying now. In the meanwhile, is there some place where the Collected Wisdom™ of all current mcbin firmware statusses, hints, binaries etc are kept?

Jul 5 2020, 12:50 PM · x86, arm64
manu added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Add conv=sync for dd
If it's the old version that GregV posted a while ago it's normal that this commit "breaks" for you, this image have a patched SPCR table to cope with the old bug that this code fixes.

Jul 5 2020, 12:28 PM · x86, arm64
markm added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Yup - my flash is a couple of months old, and a hand-rolled debug-version (not by me). The image you pointed to fails with checksum errors at boot, but it may have something to do with the way I made it. With the same MBR as the old one, I did:

Jul 5 2020, 12:21 PM · x86, arm64
manu added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

It works fine on mine, are you using an old edk2 build maybe ?
Try https://people.freebsd.org/~manu/flash-image-mcbin.bin
This is mainline edk2 (latest stable version) and Marvell TF-A, ports will land soon.

Jul 5 2020, 10:57 AM · x86, arm64
markm reopened D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

This change breaks my MacchiattoBin DoubleShot. I've bisected to get to commit r362574, which is this. The symptoms are a hang right at the beginning of the boot, at this point:

Jul 5 2020, 10:50 AM · x86, arm64

Jun 24 2020

mw closed D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 24 2020, 12:15 PM · x86, arm64
mw added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

@cperciva I'm adding such note, thanks.

Jun 24 2020, 12:14 PM · x86, arm64

Jun 23 2020

cperciva accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Looks good to me. Might be worth mentioning in the commit message that EFI_ACPI_6_0_UNDEFINED handling is needed to work around a buggy SPCR table on EC2 x86 "bare metal" instances, just in case someone looks at the code a few years from now and wonders why we're doing this.

Jun 23 2020, 6:27 PM · x86, arm64
val_packett.cool accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Works on my mcbin with the official SPCR table! :) Might test on other things later.

Jun 23 2020, 12:13 PM · x86, arm64
manu accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 7:24 AM · x86, arm64
mw added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 7:19 AM · x86, arm64
mw updated the diff for D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 7:18 AM · x86, arm64
cperciva added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 2:48 AM · x86, arm64
mw added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 2:44 AM · x86, arm64
mw updated the diff for D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 23 2020, 2:43 AM · x86, arm64

Jun 22 2020

cperciva added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 22 2020, 8:07 PM · x86, arm64
mw added a comment to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

@cperciva @greg_unrelenting.technology Hi! Before I do the commit, I'm looking forward to your testing and I'd really appreciate your input.

Jun 22 2020, 2:26 PM · x86, arm64

Jun 20 2020

mw added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 20 2020, 5:10 PM · x86, arm64
cperciva added inline comments to D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 20 2020, 4:27 PM · x86, arm64
imp accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Thanks for finding this. We went round and round when it went in. Might not hurt to make sure it still works on other boards
.

Jun 20 2020, 3:55 PM · x86, arm64
manu accepted D25373: Fix AccessWidth and BitWidth parsing in SPCR table.

Thanks !
I've talked with Greg about this last week, glad you did it before me :)

Jun 20 2020, 3:54 PM · x86, arm64
manu added a reviewer for D25373: Fix AccessWidth and BitWidth parsing in SPCR table: val_packett.cool.
Jun 20 2020, 3:54 PM · x86, arm64
mw requested review of D25373: Fix AccessWidth and BitWidth parsing in SPCR table.
Jun 20 2020, 3:43 PM · x86, arm64

Dec 3 2019

val_packett.cool updated the diff for D22642: Intel IOMMU DMAR suspend/resume support (only without QI for now).

Now calling from IOAPIC suspend/resume functions (if there's any better place "close to the nexus" I haven't found it.)

Dec 3 2019, 6:43 PM · x86
kib added inline comments to D22642: Intel IOMMU DMAR suspend/resume support (only without QI for now).
Dec 3 2019, 3:46 PM · x86
val_packett.cool added inline comments to D22642: Intel IOMMU DMAR suspend/resume support (only without QI for now).
Dec 3 2019, 3:33 PM · x86
kib added a comment to D22642: Intel IOMMU DMAR suspend/resume support (only without QI for now).

DMARs must be suspended after, and resumed before any subordinate devices. Because DMARs do not participate in the newbus hierarchy, or rather, they are placed there in the arbitrary place determined by not relevant details of the driver implementation, newbus suspend/resume methods are really not appropriate to use. The methods should be nops, and actual suspend/resume done near nexus.

Dec 3 2019, 3:07 PM · x86
val_packett.cool created D22642: Intel IOMMU DMAR suspend/resume support (only without QI for now).
Dec 3 2019, 2:23 PM · x86

Jan 5 2019

rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

More proper temp calculatuion based on RangeUnajusted, according to "Preliminary BIOS and Kernel Developer’s Guide (BKDG) for AMD Family 16h Models 00h-0Fh (Kabini) Processors".

Jan 5 2019, 12:23 AM · x86

Dec 7 2018

rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.
Dec 7 2018, 9:29 PM · x86
cem added inline comments to D9759: amdtemp driver update.
Dec 7 2018, 7:50 PM · x86
rozhuk.im-gmail.com added inline comments to D9759: amdtemp driver update.
Dec 7 2018, 7:32 PM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.
Dec 7 2018, 7:32 PM · x86

Dec 3 2018

avg added a member for x86: avg.
Dec 3 2018, 1:24 PM

Apr 27 2018

kpraveen.lkml_gmail.com added a watcher for x86: kpraveen.lkml_gmail.com.
Apr 27 2018, 9:45 AM

Sep 5 2017

cem added a comment to D9759: amdtemp driver update.

I have not reviewed the entire driver because I ran into enough issues I want addressed first to warrant a highlevel comment first.

Sep 5 2017, 1:11 AM · x86

Sep 4 2017

allanjude added a reviewer for D9759: amdtemp driver update: truckman.
Sep 4 2017, 8:32 PM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

add Ryzen specific SMU registers.

Sep 4 2017, 6:06 PM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

Add support Bristol Ridge, possible Ryzen - need check
Remove TSI reading methods

Sep 4 2017, 12:49 AM · x86

Apr 4 2017

rozhuk.im-gmail.com added a comment to D9759: amdtemp driver update.

I m waiting for documentation from AMD to Ryzen CPU, looks like 17h have new interfaces.

Apr 4 2017, 10:44 AM · x86
truckman added a comment to D9759: amdtemp driver update.

On

CPU: AMD Ryzen 7 1700X Eight-Core Processor          (3393.69-MHz K8-class CPU)

I get the following results:

sysctl dev.amdtemp

dev.amdtemp.0.rtc.sensor_offset: 0
dev.amdtemp.0.rtc.PerStepTimeUp: 0
dev.amdtemp.0.rtc.PerStepTimeDn: 0
dev.amdtemp.0.rtc.TmpMaxDiffUp: 0
dev.amdtemp.0.rtc.TmpSlewDnEn: 0
dev.amdtemp.0.rtc.CurTmpTjSel: -49.0C
dev.amdtemp.0.rtc.CurTmp: 0.1C
dev.amdtemp.0.%parent: hostb10
dev.amdtemp.0.%pnpinfo:
dev.amdtemp.0.%location:
dev.amdtemp.0.%driver: amdtemp
dev.amdtemp.0.%desc: AMD CPU On-Die Thermal Sensors
dev.amdtemp.%parent:

Apr 4 2017, 6:23 AM · x86

Mar 8 2017

rozhuk.im-gmail.com added a comment to D9759: amdtemp driver update.
In D9759#204651, @cy wrote:

Will there be man page updates?

Mar 8 2017, 6:25 AM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

Since revision 310051 sysctl_add_oid have +1 param, add macro to handle it.

Mar 8 2017, 5:34 AM · x86

Mar 6 2017

cy added a comment to D9759: amdtemp driver update.

Will there be man page updates?

Mar 6 2017, 1:50 PM · x86
rpaulo accepted D9759: amdtemp driver update.

We can commit this once we get more testing done.

Mar 6 2017, 4:35 AM · x86

Mar 5 2017

rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.
Mar 5 2017, 10:20 PM · x86

Mar 4 2017

rpaulo added a comment to D9759: amdtemp driver update.

I have some AMD: E350, 5350, APU 6800, Phenom II X4 955 - test OK.

Mar 4 2017, 9:50 PM · x86
rozhuk.im-gmail.com added a comment to D9759: amdtemp driver update.

I have some AMD: E350, 5350, APU 6800, Phenom II X4 955 - test OK.

Mar 4 2017, 6:09 PM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.
Mar 4 2017, 6:05 PM · x86
rpaulo added a comment to D9759: amdtemp driver update.

How can we test this on all hardware versions? I don't have AMD hardware. You could ask on the mailing list.

Mar 4 2017, 3:26 AM · x86
rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

Style update.
CTASSERT() removed.

Mar 4 2017, 1:57 AM · x86

Feb 25 2017

rpaulo added inline comments to D9759: amdtemp driver update.
Feb 25 2017, 8:24 PM · x86
rozhuk.im-gmail.com added inline comments to D9759: amdtemp driver update.
Feb 25 2017, 6:39 PM · x86
rpaulo added inline comments to D9759: amdtemp driver update.
Feb 25 2017, 5:59 AM · x86
rozhuk.im-gmail.com added a comment to D9759: amdtemp driver update.

I will fix style a bi later.

Feb 25 2017, 4:12 AM · x86
rpaulo added a comment to D9759: amdtemp driver update.

This needs a lot of style fixes. Please read the style man page and check other drivers for examples.

Feb 25 2017, 2:45 AM · x86

Feb 24 2017

rozhuk.im-gmail.com updated the diff for D9759: amdtemp driver update.

Style corrections.

Feb 24 2017, 11:43 PM · x86
rozhuk.im-gmail.com added a reviewer for D9759: amdtemp driver update: rpaulo.
Feb 24 2017, 12:05 PM · x86

Feb 23 2017

allanjude added a reviewer for D9759: amdtemp driver update: jkim.
Feb 23 2017, 9:55 PM · x86
allanjude added inline comments to D9759: amdtemp driver update.
Feb 23 2017, 9:54 PM · x86
mmokhi added a comment to D9759: amdtemp driver update.

At first, Thanks for your great work __/|\__
Technically I'm not right person to talk deeply about this.
But for helping to reduce amount of works for next reviewer (and also for you ;D),
Some style(9) points:
use the form:

type
name()
{
}

instead of

type
name() {
}
Feb 23 2017, 9:46 PM · x86
rozhuk.im-gmail.com added a project to D9759: amdtemp driver update: x86.
Feb 23 2017, 9:35 PM · x86

Jan 27 2016

rpaulo removed a member for x86: rpaulo.
Jan 27 2016, 6:16 AM

Jul 24 2015

delphij added a member for x86: delphij.
Jul 24 2015, 6:51 PM