Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Cryptocase
Today 04:47 AM
» Replies: 1223
» Views: 429543
[REQUEST] Lenovo ThinkPad T450(s) (JBETx...
Last Post: Smart_Tech
Today 04:24 AM
» Replies: 147
» Views: 98342
I need a bios modificiation of core 2 du...
Last Post: WixPixLix
Yesterday 07:12 PM
» Replies: 2
» Views: 256
Help recovering Acer Aspire 4750G BIOS
Last Post: MyAngelMegu
05-11-2025 03:21 PM
» Replies: 0
» Views: 168
[Unlocked] Acer Aspire One D250
Last Post: whatsup1827
05-11-2025 01:09 PM
» Replies: 7
» Views: 8043
[REQUEST] Lenovo G580 (5ECNxxWW) Bios Un...
Last Post: LenovoUserBios
05-11-2025 07:10 AM
» Replies: 369
» Views: 168913
Toshiba Satellite L650-1NT - bios modifi...
Last Post: DeathBringer
05-10-2025 05:26 PM
» Replies: 13
» Views: 541
HP DV6745US BIOS Whitelist Mod request
Last Post: L3na2rd
05-10-2025 01:40 PM
» Replies: 22
» Views: 16127
[REQUEST] Lenovo Legion Y540 (BHCNxxWW) ...
Last Post: Dudu2002
05-10-2025 01:08 PM
» Replies: 15
» Views: 6062
HP Z2 SFF G9 - Trying to fix BIOS after ...
Last Post: AdamAli99
05-10-2025 12:44 PM
» Replies: 7
» Views: 522
IPISB-AG REV 1.03 (1.04): Disable CPU wh...
Last Post: mikmeh
05-10-2025 11:41 AM
» Replies: 34
» Views: 18059
Dell Latitude 3410 Bios Undervolt
Last Post: thebbot
05-10-2025 11:13 AM
» Replies: 0
» Views: 233
[REQUEST] Acer Aspire A315-58(G) BIOS un...
Last Post: Dudu2002
05-10-2025 10:30 AM
» Replies: 10
» Views: 3005
[WELL, PARTICALLY SOLVED, i`m satisfied,...
Last Post: StirlizZ
05-09-2025 07:03 PM
» Replies: 1
» Views: 485
Machenike L16
Last Post: Dudu2002
05-09-2025 05:41 PM
» Replies: 1
» Views: 313
[Request] HP 620 whitelist removal
Last Post: TechnicFreakJulian
05-09-2025 04:00 PM
» Replies: 10
» Views: 12036
[REQUEST] Acer Swift Go 14 SFG14-73 Inte...
Last Post: Dudu2002
05-09-2025 02:51 PM
» Replies: 1
» Views: 445
bios problem
Last Post: AdamAli99
05-08-2025 01:58 PM
» Replies: 0
» Views: 402
Dell Vostro 320 AMIBIOS8 unlock ram limi...
Last Post: Lixkote
05-08-2025 12:18 PM
» Replies: 0
» Views: 371
Thunderobot R16 2025
Last Post: domygx
05-08-2025 08:31 AM
» Replies: 0
» Views: 345

Lenovo M920s - resizable BAR mod?
#1
Greetings,

I've completed the mod that would allow the stock BIOS to support resizable BAR for the Intel ARC A380 that I have installed. (see: https://github.com/xCuri0/ReBarUEFI)

I am currently stuck on not being able to flash the modified BIOS. The stock Lenovo tools will not allow it, which I kind of figured would be the case. Does anyone know if there is some way around it? I've researched and found that maybe Intel FPT is what I'd be looking to use, but I am not 100% certain that's the case and really don't want to brick the machine. Confused

Thanks,
Digits

System Specs:
Intel i5-8600/32GB Crucial DDR4/512GB TeamGroup NVME/2TB TeamGroup SSD/Sparkle Intel ARC A380 - running Fedora 39.
find
quote
#2
(03-30-2024, 12:51 PM)digits Wrote: I am currently stuck on not being able to flash the modified BIOS. The stock Lenovo tools will not allow it, which I kind of figured would be the case. Does anyone know if there is some way around it? I've researched and found that maybe Intel FPT is what I'd be looking to use, but I am not 100% certain that's the case and really don't want to brick the machine. 

This Thread is Google Hit #1 for "m920s resizable bar", so i thought i'll add my failed attempt here. Maybe it'll help others, maybe someone might find another way.


- used the USB Drive Package, UEFI M1UKT77A/1.0.0.119  25 Apr 2024
- successfully Inserted the ReBarDxe Module to the PciBus Module
- used UEFIPatch with the ReBarUEFI projects patches.txt -> none were applicable
- tried to enable hidden 4G decoding -> no hidden option
- the UEFI does not provide such Option, but i flashed it anyways 
-- to answer digits' question: format a flash drive to fat32, put all content of m1ujt77usa.zip onto it's root, replace the imageM1U.ROM with the modified, boot from it. After 2 promts it will start flashing. 
- Result: ResBar is not working

- It meets the following criteria in DTST patching section:
| Systems without 4G decoding even in hidden settings, this fix will only work in Linux for them though (atleast with GPUs)
- Tried to find the GUID for DSDT modification, no matches

Gave up at this point. Good luck to the next guy, i'd be happy to find your mail in my inbox Wink
find
quote
#3
(09-29-2024, 01:33 AM)There is a hidden GPU option for 4G decode. Wrote:
  • You have to search for  "Above 4G" and you will come up with:
  1. 1) "Memory Remap" and Edit:Guide says not to mess with Memory Remap as it is not the same. 
  2. 2)"Above 4GB MMIO Bios assignment"
  • You then follow the modGrubShell instuctions to enablethe second of these. After  the second of these , GPU-Z shows 4G encoding enabled. Edit:GPU-Z can't really tell if 4G encoding is enabled.
(03-30-2024, 12:51 PM)digits Wrote: I am currently stuck on not being able to flash the modified BIOS. The stock Lenovo tools will not allow it, which I kind of figured would be the case. Does anyone know if there is some way around it? I've researched and found that maybe Intel FPT is what I'd be looking to use, but I am not 100% certain that's the case and really don't want to brick the machine. 

This Thread is Google Hit #1 for "m920s resizable bar", so i thought i'll add my failed attempt here. Maybe it'll help others, maybe someone might find another way.
- used the USB Drive Package, UEFI M1UKT77A/1.0.0.119  25 Apr 2024
- successfully Inserted the ReBarDxe Module to the PciBus Module
- used UEFIPatch with the ReBarUEFI projects patches.txt -> none were applicable
- tried to enable hidden 4G decoding -> no hidden option
- the UEFI does not provide such Option, but i flashed it anyways 
-- to answer digits' question: format a flash drive to fat32, put all content of m1ujt77usa.zip onto it's root, replace the imageM1U.ROM with the modified, boot from it. After 2 promts it will start flashing. 
- Result: ResBar is not working
- It meets the following criteria in DTST patching section:
| Systems without 4G decoding even in hidden settings, this fix will only work in Linux for them though (atleast with GPUs)
- Tried to find the GUID for DSDT modification, no matches
Gave up at this point. Good luck to the next guy, i'd be happy to find your mail in my inbox Wink
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)