* Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
@ 2026-07-09 20:48 Andy Shevchenko
2026-07-10 8:37 ` GaryWang
0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2026-07-09 20:48 UTC (permalink / raw)
To: Gary Wang, Thomas Richard; +Cc: linux-gpio
Hi!
Since I have been playing with the $Subject board, I wondering if I miss
something or the BIOS configuration is utterly broken. The problem what
I see is that most of the pins on the SoC are marked with [ACPI] if you
look at the debugfs 'pins' file for INTC1057:00 device instance.
This means *none* of them (which are user visible via HAT connector) may
serve as an interrupt resource to the OS. How the OS should request interrupts
on those pins?
As far as I understand that the BIOS does initial settings of CPLD and
basically I can use transparently the pins as per their configuration done
in BIOS. Right?
Btw, do we have any contacts to engineers in AAEON or whoever who does these
UP boards nowadays?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-07-09 20:48 Up Squared Pro 7000 (UPN-ADLN01) broken BIOS? Andy Shevchenko
@ 2026-07-10 8:37 ` GaryWang
2026-07-10 9:11 ` Andy Shevchenko
0 siblings, 1 reply; 9+ messages in thread
From: GaryWang @ 2026-07-10 8:37 UTC (permalink / raw)
To: Andy Shevchenko, JunYingLai
Cc: Thomas Richard, linux-gpio, JasonHuang 黃仁杰
Add AAEON software JunYing.
Hi Andy,
yeah the ACPI flag should not set for HAT pins, JunYin knows it,
They clear the ACPI flag from the driver now, their BIOS uses the default
from CRB, but they should fix it from the BIOS to match the right usage.
BR,
Gary.
On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
<andriy.shevchenko@intel.com> wrote:
>
> Hi!
>
> Since I have been playing with the $Subject board, I wondering if I miss
> something or the BIOS configuration is utterly broken. The problem what
> I see is that most of the pins on the SoC are marked with [ACPI] if you
> look at the debugfs 'pins' file for INTC1057:00 device instance.
>
> This means *none* of them (which are user visible via HAT connector) may
> serve as an interrupt resource to the OS. How the OS should request interrupts
> on those pins?
>
> As far as I understand that the BIOS does initial settings of CPLD and
> basically I can use transparently the pins as per their configuration done
> in BIOS. Right?
>
> Btw, do we have any contacts to engineers in AAEON or whoever who does these
> UP boards nowadays?
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-07-10 8:37 ` GaryWang
@ 2026-07-10 9:11 ` Andy Shevchenko
[not found] ` <TY1PPFA4928F5D95D0BFF5F087E44F8B166F0C02@TY1PPFA4928F5D9.apcprd02.prod.outlook.com>
0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2026-07-10 9:11 UTC (permalink / raw)
To: GaryWang
Cc: JunYingLai, Thomas Richard, linux-gpio,
JasonHuang 黃仁杰
On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> Add AAEON software JunYing.
Thanks, waiting for the response!
> yeah the ACPI flag should not set for HAT pins, JunYin knows it,
> They clear the ACPI flag from the driver now, their BIOS uses the default
> from CRB, but they should fix it from the BIOS to match the right usage.
How do they clean it from the driver? IIRC the ownership registers are locked
when BIOS hands over to the OS. Technically any pin that marked as GPIO input
must not be owned by ACPI to allow users to connect whatever they want there
and get an interrupts. Many of them also have "Locked full" permissions,
that's also may not be convenient. Another thing is the absence of bi-di GPIO
configuration (or did I miss that?), which people may want to have (my
use case, for instance).
In any case I have latest and greatest BIOS version (r3.5 of this year) and
problem still persists. Can AAEON share a BIOS for testing? (Note, if you
want, it can be done under our Intel-AAEON existing NDA, I believe.)
> On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> <andriy.shevchenko@intel.com> wrote:
> >
> > Since I have been playing with the $Subject board, I wondering if I miss
> > something or the BIOS configuration is utterly broken. The problem what
> > I see is that most of the pins on the SoC are marked with [ACPI] if you
> > look at the debugfs 'pins' file for INTC1057:00 device instance.
> >
> > This means *none* of them (which are user visible via HAT connector) may
> > serve as an interrupt resource to the OS. How the OS should request interrupts
> > on those pins?
> >
> > As far as I understand that the BIOS does initial settings of CPLD and
> > basically I can use transparently the pins as per their configuration done
> > in BIOS. Right?
> >
> > Btw, do we have any contacts to engineers in AAEON or whoever who does these
> > UP boards nowadays?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
[not found] ` <TY1PPFA4928F5D95D0BFF5F087E44F8B166F0C02@TY1PPFA4928F5D9.apcprd02.prod.outlook.com>
@ 2026-08-10 4:17 ` BillyChou 周博倫
2026-08-10 7:22 ` Andy Shevchenko
0 siblings, 1 reply; 9+ messages in thread
From: BillyChou 周博倫 @ 2026-08-10 4:17 UTC (permalink / raw)
To: GaryWang, Andy Shevchenko
Cc: JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
Dear Andy,
Thank you for your feedback, and we sincerely apologize for the delay.
We are currently updating the BIOS to configure the HAT connector pins to GPIO/GPO mode, which will ensure interrupt support on the OS side. We will update the BIOS as soon as possible and share it with you for testing.
Thanks again for your patience and support.
Best regards,
Billy Chou
-----Original Message-----
From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
Sent: Thursday, July 23, 2026 2:48 PM
To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
FYI
Best Regards,
JunYing Lai
JunYing Lai
AAEON Technology Inc.
5F, No. 135, Lane 235, Pao Chiao Rd.
Hsin-Tien Dist, New Taipei City, 231
Taiwan, R.O.C.
TEL: +886-2-8919-1234 Ext.1891
-----Original Message-----
From: Andy Shevchenko <andriy.shevchenko@intel.com>
Sent: Friday, July 10, 2026 5:11 PM
To: GaryWang <is0124@gmail.com>
Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org; JasonHuang 黃仁杰 <JasonHuang@aaeon.com.tw>
Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。 This is an external email: please make sure the email is secure before opening links and attachments.
On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> Add AAEON software JunYing.
Thanks, waiting for the response!
> yeah the ACPI flag should not set for HAT pins, JunYin knows it, They
> clear the ACPI flag from the driver now, their BIOS uses the default
> from CRB, but they should fix it from the BIOS to match the right usage.
How do they clean it from the driver? IIRC the ownership registers are locked when BIOS hands over to the OS. Technically any pin that marked as GPIO input must not be owned by ACPI to allow users to connect whatever they want there and get an interrupts. Many of them also have "Locked full" permissions, that's also may not be convenient. Another thing is the absence of bi-di GPIO configuration (or did I miss that?), which people may want to have (my use case, for instance).
In any case I have latest and greatest BIOS version (r3.5 of this year) and problem still persists. Can AAEON share a BIOS for testing? (Note, if you want, it can be done under our Intel-AAEON existing NDA, I believe.)
> On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> <andriy.shevchenko@intel.com> wrote:
> >
> > Since I have been playing with the $Subject board, I wondering if I
> > miss something or the BIOS configuration is utterly broken. The
> > problem what I see is that most of the pins on the SoC are marked
> > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00 device instance.
> >
> > This means *none* of them (which are user visible via HAT connector)
> > may serve as an interrupt resource to the OS. How the OS should
> > request interrupts on those pins?
> >
> > As far as I understand that the BIOS does initial settings of CPLD
> > and basically I can use transparently the pins as per their
> > configuration done in BIOS. Right?
> >
> > Btw, do we have any contacts to engineers in AAEON or whoever who
> > does these UP boards nowadays?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-08-10 4:17 ` BillyChou 周博倫
@ 2026-08-10 7:22 ` Andy Shevchenko
2026-08-20 5:19 ` BillyChou 周博倫
0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2026-08-10 7:22 UTC (permalink / raw)
To: BillyChou 周博倫
Cc: GaryWang, JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
On Mon, Aug 10, 2026 at 04:17:43AM +0000, BillyChou 周博倫 wrote:
> Dear Andy,
>
> Thank you for your feedback, and we sincerely apologize for the delay.
>
> We are currently updating the BIOS to configure the HAT connector pins to
> GPIO/GPO mode, which will ensure interrupt support on the OS side. We will
> update the BIOS as soon as possible and share it with you for testing.
>
> Thanks again for your patience and support.
Thanks for the good news, I'm looking forward to test it!
> -----Original Message-----
> From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
> Sent: Thursday, July 23, 2026 2:48 PM
> To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
> Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
>
> FYI
>
> Best Regards,
> JunYing Lai
>
> JunYing Lai
> AAEON Technology Inc.
> 5F, No. 135, Lane 235, Pao Chiao Rd.
> Hsin-Tien Dist, New Taipei City, 231
> Taiwan, R.O.C.
>
>
> TEL: +886-2-8919-1234 Ext.1891
>
>
>
> -----Original Message-----
> From: Andy Shevchenko <andriy.shevchenko@intel.com>
> Sent: Friday, July 10, 2026 5:11 PM
> To: GaryWang <is0124@gmail.com>
> Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org; JasonHuang 黃仁杰 <JasonHuang@aaeon.com.tw>
> Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
>
> 這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。 This is an external email: please make sure the email is secure before opening links and attachments.
>
> On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> > Add AAEON software JunYing.
>
> Thanks, waiting for the response!
>
> > yeah the ACPI flag should not set for HAT pins, JunYin knows it, They
> > clear the ACPI flag from the driver now, their BIOS uses the default
> > from CRB, but they should fix it from the BIOS to match the right usage.
>
> How do they clean it from the driver? IIRC the ownership registers are locked
> when BIOS hands over to the OS. Technically any pin that marked as GPIO input
> must not be owned by ACPI to allow users to connect whatever they want there
> and get an interrupts. Many of them also have "Locked full" permissions,
> that's also may not be convenient. Another thing is the absence of bi-di GPIO
> configuration (or did I miss that?), which people may want to have (my use
> case, for instance).
>
> In any case I have latest and greatest BIOS version (r3.5 of this year) and
> problem still persists. Can AAEON share a BIOS for testing? (Note, if you
> want, it can be done under our Intel-AAEON existing NDA, I believe.)
>
> > On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> > <andriy.shevchenko@intel.com> wrote:
> > >
> > > Since I have been playing with the $Subject board, I wondering if I
> > > miss something or the BIOS configuration is utterly broken. The
> > > problem what I see is that most of the pins on the SoC are marked
> > > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00 device instance.
> > >
> > > This means *none* of them (which are user visible via HAT connector)
> > > may serve as an interrupt resource to the OS. How the OS should
> > > request interrupts on those pins?
> > >
> > > As far as I understand that the BIOS does initial settings of CPLD
> > > and basically I can use transparently the pins as per their
> > > configuration done in BIOS. Right?
> > >
> > > Btw, do we have any contacts to engineers in AAEON or whoever who
> > > does these UP boards nowadays?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-08-10 7:22 ` Andy Shevchenko
@ 2026-08-20 5:19 ` BillyChou 周博倫
2026-08-20 6:23 ` Andy Shevchenko
0 siblings, 1 reply; 9+ messages in thread
From: BillyChou 周博倫 @ 2026-08-20 5:19 UTC (permalink / raw)
To: Andy Shevchenko
Cc: GaryWang, JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
> On Mon, Aug 10, 2026 at 04:17:43AM +0000, BillyChou 周博倫 wrote:
> > Dear Andy,
> >
> > Thank you for your feedback, and we sincerely apologize for the delay.
> >
> > We are currently updating the BIOS to configure the HAT connector pins
> > to GPIO/GPO mode, which will ensure interrupt support on the OS side.
> > We will update the BIOS as soon as possible and share it with you for testing.
> >
> > Thanks again for your patience and support.
>
> Thanks for the good news, I'm looking forward to test it!
>
The updated BIOS for the UPN-ADLN01 project with the HAT connector pin configurations is ready. Kindly download it here for testing:
https://aaeon365-my.sharepoint.com/personal/nas_aaeon_com_tw/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01%2FUNASAM36%2Ezip&parent=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01&ga=1&LOF=1
> > -----Original Message-----
> > From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
> > Sent: Thursday, July 23, 2026 2:48 PM
> > To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
> > Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> >
> > FYI
> >
> > Best Regards,
> > JunYing Lai
> >
> > JunYing Lai
> > AAEON Technology Inc.
> > 5F, No. 135, Lane 235, Pao Chiao Rd.
> > Hsin-Tien Dist, New Taipei City, 231
> > Taiwan, R.O.C.
> >
> >
> > TEL: +886-2-8919-1234 Ext.1891
> >
> >
> >
> > -----Original Message-----
> > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > Sent: Friday, July 10, 2026 5:11 PM
> > To: GaryWang <is0124@gmail.com>
> > Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard
> > <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org; JasonHuang
> > 黃仁杰 <JasonHuang@aaeon.com.tw>
> > Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> >
> > 這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。 This
> is an external email: please make sure the email is secure before opening links
> and attachments.
> >
> > On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> > > Add AAEON software JunYing.
> >
> > Thanks, waiting for the response!
> >
> > > yeah the ACPI flag should not set for HAT pins, JunYin knows it,
> > > They clear the ACPI flag from the driver now, their BIOS uses the
> > > default from CRB, but they should fix it from the BIOS to match the right
> usage.
> >
> > How do they clean it from the driver? IIRC the ownership registers are
> > locked when BIOS hands over to the OS. Technically any pin that marked
> > as GPIO input must not be owned by ACPI to allow users to connect
> > whatever they want there and get an interrupts. Many of them also have
> > "Locked full" permissions, that's also may not be convenient. Another
> > thing is the absence of bi-di GPIO configuration (or did I miss
> > that?), which people may want to have (my use case, for instance).
> >
> > In any case I have latest and greatest BIOS version (r3.5 of this
> > year) and problem still persists. Can AAEON share a BIOS for testing?
> > (Note, if you want, it can be done under our Intel-AAEON existing NDA,
> > I believe.)
> >
> > > On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> > > <andriy.shevchenko@intel.com> wrote:
> > > >
> > > > Since I have been playing with the $Subject board, I wondering if
> > > > I miss something or the BIOS configuration is utterly broken. The
> > > > problem what I see is that most of the pins on the SoC are marked
> > > > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00 device
> instance.
> > > >
> > > > This means *none* of them (which are user visible via HAT
> > > > connector) may serve as an interrupt resource to the OS. How the
> > > > OS should request interrupts on those pins?
> > > >
> > > > As far as I understand that the BIOS does initial settings of CPLD
> > > > and basically I can use transparently the pins as per their
> > > > configuration done in BIOS. Right?
> > > >
> > > > Btw, do we have any contacts to engineers in AAEON or whoever who
> > > > does these UP boards nowadays?
>
> --
> With Best Regards,
> Andy Shevchenko
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-08-20 5:19 ` BillyChou 周博倫
@ 2026-08-20 6:23 ` Andy Shevchenko
2026-08-20 6:24 ` Andy Shevchenko
0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2026-08-20 6:23 UTC (permalink / raw)
To: BillyChou 周博倫
Cc: GaryWang, JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
On Thu, Aug 20, 2026 at 05:19:06AM +0000, BillyChou 周博倫 wrote:
> > On Mon, Aug 10, 2026 at 04:17:43AM +0000, BillyChou 周博倫 wrote:
> > > Dear Andy,
> > >
> > > Thank you for your feedback, and we sincerely apologize for the delay.
> > >
> > > We are currently updating the BIOS to configure the HAT connector pins
> > > to GPIO/GPO mode, which will ensure interrupt support on the OS side.
> > > We will update the BIOS as soon as possible and share it with you for testing.
> > >
> > > Thanks again for your patience and support.
> >
> > Thanks for the good news, I'm looking forward to test it!
> >
> The updated BIOS for the UPN-ADLN01 project with the HAT connector pin configurations is ready. Kindly download it here for testing:
> https://aaeon365-my.sharepoint.com/personal/nas_aaeon_com_tw/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01%2FUNASAM36%2Ezip&parent=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01&ga=1&LOF=1
Hmm... I can't login there with my @intel.com account. I suppose that share is
only for your company. Maybe MS Teams will work better?
> > > -----Original Message-----
> > > From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
> > > Sent: Thursday, July 23, 2026 2:48 PM
> > > To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
> > > Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > >
> > > FYI
> > >
> > > Best Regards,
> > > JunYing Lai
> > >
> > > JunYing Lai
> > > AAEON Technology Inc.
> > > 5F, No. 135, Lane 235, Pao Chiao Rd.
> > > Hsin-Tien Dist, New Taipei City, 231
> > > Taiwan, R.O.C.
> > >
> > >
> > > TEL: +886-2-8919-1234 Ext.1891
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > > Sent: Friday, July 10, 2026 5:11 PM
> > > To: GaryWang <is0124@gmail.com>
> > > Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard
> > > <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org; JasonHuang
> > > 黃仁杰 <JasonHuang@aaeon.com.tw>
> > > Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > >
> > > 這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。 This
> > is an external email: please make sure the email is secure before opening links
> > and attachments.
> > >
> > > On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> > > > Add AAEON software JunYing.
> > >
> > > Thanks, waiting for the response!
> > >
> > > > yeah the ACPI flag should not set for HAT pins, JunYin knows it,
> > > > They clear the ACPI flag from the driver now, their BIOS uses the
> > > > default from CRB, but they should fix it from the BIOS to match the right
> > usage.
> > >
> > > How do they clean it from the driver? IIRC the ownership registers are
> > > locked when BIOS hands over to the OS. Technically any pin that marked
> > > as GPIO input must not be owned by ACPI to allow users to connect
> > > whatever they want there and get an interrupts. Many of them also have
> > > "Locked full" permissions, that's also may not be convenient. Another
> > > thing is the absence of bi-di GPIO configuration (or did I miss
> > > that?), which people may want to have (my use case, for instance).
> > >
> > > In any case I have latest and greatest BIOS version (r3.5 of this
> > > year) and problem still persists. Can AAEON share a BIOS for testing?
> > > (Note, if you want, it can be done under our Intel-AAEON existing NDA,
> > > I believe.)
> > >
> > > > On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> > > > <andriy.shevchenko@intel.com> wrote:
> > > > >
> > > > > Since I have been playing with the $Subject board, I wondering if
> > > > > I miss something or the BIOS configuration is utterly broken. The
> > > > > problem what I see is that most of the pins on the SoC are marked
> > > > > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00 device
> > instance.
> > > > >
> > > > > This means *none* of them (which are user visible via HAT
> > > > > connector) may serve as an interrupt resource to the OS. How the
> > > > > OS should request interrupts on those pins?
> > > > >
> > > > > As far as I understand that the BIOS does initial settings of CPLD
> > > > > and basically I can use transparently the pins as per their
> > > > > configuration done in BIOS. Right?
> > > > >
> > > > > Btw, do we have any contacts to engineers in AAEON or whoever who
> > > > > does these UP boards nowadays?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-08-20 6:23 ` Andy Shevchenko
@ 2026-08-20 6:24 ` Andy Shevchenko
2026-08-20 10:04 ` BillyChou 周博倫
0 siblings, 1 reply; 9+ messages in thread
From: Andy Shevchenko @ 2026-08-20 6:24 UTC (permalink / raw)
To: BillyChou 周博倫
Cc: GaryWang, JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
On Thu, Aug 20, 2026 at 09:23:43AM +0300, Andy Shevchenko wrote:
> On Thu, Aug 20, 2026 at 05:19:06AM +0000, BillyChou 周博倫 wrote:
> > > On Mon, Aug 10, 2026 at 04:17:43AM +0000, BillyChou 周博倫 wrote:
> > > > Dear Andy,
> > > >
> > > > Thank you for your feedback, and we sincerely apologize for the delay.
> > > >
> > > > We are currently updating the BIOS to configure the HAT connector pins
> > > > to GPIO/GPO mode, which will ensure interrupt support on the OS side.
> > > > We will update the BIOS as soon as possible and share it with you for testing.
> > > >
> > > > Thanks again for your patience and support.
> > >
> > > Thanks for the good news, I'm looking forward to test it!
> > >
> > The updated BIOS for the UPN-ADLN01 project with the HAT connector pin configurations is ready. Kindly download it here for testing:
> > https://aaeon365-my.sharepoint.com/personal/nas_aaeon_com_tw/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01%2FUNASAM36%2Ezip&parent=%2Fpersonal%2Fnas%5Faaeon%5Fcom%5Ftw%2FDocuments%2F007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2FBIOS%2F%5FReleased%5FBIOS%2FUPN%2DADLN01&ga=1&LOF=1
>
> Hmm... I can't login there with my @intel.com account. I suppose that share is
> only for your company. Maybe MS Teams will work better?
Or just sent an archive privately to my @intel.com address?
> > > > -----Original Message-----
> > > > From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
> > > > Sent: Thursday, July 23, 2026 2:48 PM
> > > > To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
> > > > Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > > >
> > > > FYI
> > > >
> > > > Best Regards,
> > > > JunYing Lai
> > > >
> > > > JunYing Lai
> > > > AAEON Technology Inc.
> > > > 5F, No. 135, Lane 235, Pao Chiao Rd.
> > > > Hsin-Tien Dist, New Taipei City, 231
> > > > Taiwan, R.O.C.
> > > >
> > > >
> > > > TEL: +886-2-8919-1234 Ext.1891
> > > >
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > > > Sent: Friday, July 10, 2026 5:11 PM
> > > > To: GaryWang <is0124@gmail.com>
> > > > Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard
> > > > <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org; JasonHuang
> > > > 黃仁杰 <JasonHuang@aaeon.com.tw>
> > > > Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > > >
> > > > 這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。 This
> > > is an external email: please make sure the email is secure before opening links
> > > and attachments.
> > > >
> > > > On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> > > > > Add AAEON software JunYing.
> > > >
> > > > Thanks, waiting for the response!
> > > >
> > > > > yeah the ACPI flag should not set for HAT pins, JunYin knows it,
> > > > > They clear the ACPI flag from the driver now, their BIOS uses the
> > > > > default from CRB, but they should fix it from the BIOS to match the right
> > > usage.
> > > >
> > > > How do they clean it from the driver? IIRC the ownership registers are
> > > > locked when BIOS hands over to the OS. Technically any pin that marked
> > > > as GPIO input must not be owned by ACPI to allow users to connect
> > > > whatever they want there and get an interrupts. Many of them also have
> > > > "Locked full" permissions, that's also may not be convenient. Another
> > > > thing is the absence of bi-di GPIO configuration (or did I miss
> > > > that?), which people may want to have (my use case, for instance).
> > > >
> > > > In any case I have latest and greatest BIOS version (r3.5 of this
> > > > year) and problem still persists. Can AAEON share a BIOS for testing?
> > > > (Note, if you want, it can be done under our Intel-AAEON existing NDA,
> > > > I believe.)
> > > >
> > > > > On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> > > > > <andriy.shevchenko@intel.com> wrote:
> > > > > >
> > > > > > Since I have been playing with the $Subject board, I wondering if
> > > > > > I miss something or the BIOS configuration is utterly broken. The
> > > > > > problem what I see is that most of the pins on the SoC are marked
> > > > > > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00 device
> > > instance.
> > > > > >
> > > > > > This means *none* of them (which are user visible via HAT
> > > > > > connector) may serve as an interrupt resource to the OS. How the
> > > > > > OS should request interrupts on those pins?
> > > > > >
> > > > > > As far as I understand that the BIOS does initial settings of CPLD
> > > > > > and basically I can use transparently the pins as per their
> > > > > > configuration done in BIOS. Right?
> > > > > >
> > > > > > Btw, do we have any contacts to engineers in AAEON or whoever who
> > > > > > does these UP boards nowadays?
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-08-20 6:24 ` Andy Shevchenko
@ 2026-08-20 10:04 ` BillyChou 周博倫
0 siblings, 0 replies; 9+ messages in thread
From: BillyChou 周博倫 @ 2026-08-20 10:04 UTC (permalink / raw)
To: Andy Shevchenko
Cc: GaryWang, JunYingLai 賴俊穎, Thomas Richard,
linux-gpio@vger.kernel.org, JasonHuang 黃仁杰
> On Thu, Aug 20, 2026 at 09:23:43AM +0300, Andy Shevchenko wrote:
> > On Thu, Aug 20, 2026 at 05:19:06AM +0000, BillyChou 周博倫 wrote:
> > > > On Mon, Aug 10, 2026 at 04:17:43AM +0000, BillyChou 周博倫 wrote:
> > > > > Dear Andy,
> > > > >
> > > > > Thank you for your feedback, and we sincerely apologize for the delay.
> > > > >
> > > > > We are currently updating the BIOS to configure the HAT
> > > > > connector pins to GPIO/GPO mode, which will ensure interrupt support
> on the OS side.
> > > > > We will update the BIOS as soon as possible and share it with you for
> testing.
> > > > >
> > > > > Thanks again for your patience and support.
> > > >
> > > > Thanks for the good news, I'm looking forward to test it!
> > > >
> > > The updated BIOS for the UPN-ADLN01 project with the HAT connector pin
> configurations is ready. Kindly download it here for testing:
> > > https://aaeon365-my.sharepoint.com/personal/nas_aaeon_com_tw/_layout
> > >
> s/15/onedrive.aspx?id=%2fpersonal%2fnas_aaeon_com_tw%2fDocuments%2f0
> > >
> 07%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8%99%95%2fBIOS%2f
> _Released_B
> > >
> IOS%2fUPN-ADLN01%2fUNASAM36.zip&parent=%2fpersonal%2fnas_aaeon_co
> m_t
> > >
> w%2fDocuments%2f007%E8%BB%9F%E9%AB%94%E9%96%8B%E7%99%BC%E8
> %99%95%2fB
> > >
> IOS%2f_Released_BIOS%2fUPN-ADLN01&ga=1&LOF=1&xsdata=MDV8MDJ8Q
> mlsbHlD
> > >
> aG91QGFhZW9uLmNvbS50d3w5MDU1ZThjNmE5NjQ0YjA1ZWQxYjA4ZGVmZTgz
> YjJiZHw1
> > >
> NmEyZDRiZTlmZTM0MzBlYjUzOTdlMTNhNDc0NDg1N3wwfDB8NjM5MjI4MDM
> 4OTk2Njk3
> > >
> MjY5fFVua25vd258VFdGcGJHWnNiM2Q4ZXlKRmJYQjBlVTFoY0draU9uUnlkV1Vz
> SWxZ
> > >
> aU9pSXdMakF1TURBd01DSXNJbEFpT2lKWGFXNHpNaUlzSWtGT0lqb2lUV0ZwYk
> NJc0ls
> > >
> ZFVJam95ZlE9PXwwfHx8&sdata=UldHMlhFNWxXM3htaDFCMGdKV3pZTTZ1Mz
> ZOMFBzW
> > > GdSNmthM2RsNnFzST0%3d
> >
> > Hmm... I can't login there with my @intel.com account. I suppose that
> > share is only for your company. Maybe MS Teams will work better?
>
> Or just sent an archive privately to my @intel.com address?
>
Sorry about that! I’ve updated the download link and fixed the permissions. Could you please give it another try? Thanks!
https://aaeon365-my.sharepoint.com/:u:/g/personal/billychou_aaeon_com_tw/IQAdsTdWUQhvQpAoS8lELTe8AZK70ORl6FB-Ndcf0lXUwus?e=ZV0MvS
> > > > > -----Original Message-----
> > > > > From: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>
> > > > > Sent: Thursday, July 23, 2026 2:48 PM
> > > > > To: BillyChou 周博倫 <BillyChou@aaeon.com.tw>
> > > > > Subject: FW: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > > > >
> > > > > FYI
> > > > >
> > > > > Best Regards,
> > > > > JunYing Lai
> > > > >
> > > > > JunYing Lai
> > > > > AAEON Technology Inc.
> > > > > 5F, No. 135, Lane 235, Pao Chiao Rd.
> > > > > Hsin-Tien Dist, New Taipei City, 231 Taiwan, R.O.C.
> > > > >
> > > > >
> > > > > TEL: +886-2-8919-1234 Ext.1891
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > > > > Sent: Friday, July 10, 2026 5:11 PM
> > > > > To: GaryWang <is0124@gmail.com>
> > > > > Cc: JunYingLai 賴俊穎 <JunYingLai@aaeon.com.tw>; Thomas Richard
> > > > > <thomas.richard@bootlin.com>; linux-gpio@vger.kernel.org;
> JasonHuang
> > > > > 黃仁杰 <JasonHuang@aaeon.com.tw>
> > > > > Subject: Re: Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
> > > > >
> > > > > 這是外部郵件:在打開連結和附件之前,請確保電子郵件是安全的。
> This
> > > > is an external email: please make sure the email is secure before
> opening links
> > > > and attachments.
> > > > >
> > > > > On Fri, Jul 10, 2026 at 04:37:56PM +0800, GaryWang wrote:
> > > > > > Add AAEON software JunYing.
> > > > >
> > > > > Thanks, waiting for the response!
> > > > >
> > > > > > yeah the ACPI flag should not set for HAT pins, JunYin knows it,
> > > > > > They clear the ACPI flag from the driver now, their BIOS uses the
> > > > > > default from CRB, but they should fix it from the BIOS to match the
> right
> > > > usage.
> > > > >
> > > > > How do they clean it from the driver? IIRC the ownership registers are
> > > > > locked when BIOS hands over to the OS. Technically any pin that
> marked
> > > > > as GPIO input must not be owned by ACPI to allow users to connect
> > > > > whatever they want there and get an interrupts. Many of them also
> have
> > > > > "Locked full" permissions, that's also may not be convenient. Another
> > > > > thing is the absence of bi-di GPIO configuration (or did I miss
> > > > > that?), which people may want to have (my use case, for instance).
> > > > >
> > > > > In any case I have latest and greatest BIOS version (r3.5 of this
> > > > > year) and problem still persists. Can AAEON share a BIOS for testing?
> > > > > (Note, if you want, it can be done under our Intel-AAEON existing NDA,
> > > > > I believe.)
> > > > >
> > > > > > On Fri, Jul 10, 2026 at 4:48 AM Andy Shevchenko
> > > > > > <andriy.shevchenko@intel.com> wrote:
> > > > > > >
> > > > > > > Since I have been playing with the $Subject board, I wondering if
> > > > > > > I miss something or the BIOS configuration is utterly broken. The
> > > > > > > problem what I see is that most of the pins on the SoC are marked
> > > > > > > with [ACPI] if you look at the debugfs 'pins' file for INTC1057:00
> device
> > > > instance.
> > > > > > >
> > > > > > > This means *none* of them (which are user visible via HAT
> > > > > > > connector) may serve as an interrupt resource to the OS. How the
> > > > > > > OS should request interrupts on those pins?
> > > > > > >
> > > > > > > As far as I understand that the BIOS does initial settings of CPLD
> > > > > > > and basically I can use transparently the pins as per their
> > > > > > > configuration done in BIOS. Right?
> > > > > > >
> > > > > > > Btw, do we have any contacts to engineers in AAEON or whoever
> who
> > > > > > > does these UP boards nowadays?
> >
> > --
> > With Best Regards,
> > Andy Shevchenko
> >
> >
>
> --
> With Best Regards,
> Andy Shevchenko
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-08-20 10:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 20:48 Up Squared Pro 7000 (UPN-ADLN01) broken BIOS? Andy Shevchenko
2026-07-10 8:37 ` GaryWang
2026-07-10 9:11 ` Andy Shevchenko
[not found] ` <TY1PPFA4928F5D95D0BFF5F087E44F8B166F0C02@TY1PPFA4928F5D9.apcprd02.prod.outlook.com>
2026-08-10 4:17 ` BillyChou 周博倫
2026-08-10 7:22 ` Andy Shevchenko
2026-08-20 5:19 ` BillyChou 周博倫
2026-08-20 6:23 ` Andy Shevchenko
2026-08-20 6:24 ` Andy Shevchenko
2026-08-20 10:04 ` BillyChou 周博倫
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox