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 T440(S) (GJETxxWW) Whit...
Last Post: dx88ct
Yesterday 09:18 PM
» Replies: 503
» Views: 297503
[REQUEST] Unlock Sony Vaio SX 12 VJS125 ...
Last Post: LindaFero
Yesterday 04:08 PM
» Replies: 0
» Views: 55
Disable Prochot ryzen 5 5500u
Last Post: vorajeeah
Yesterday 10:01 AM
» Replies: 0
» Views: 84
HP Pro 3330 (H-POPEYE-H61-uATX): Ivy Bri...
Last Post: Hooper
Yesterday 06:03 AM
» Replies: 10
» Views: 7848
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: Dudu2002
04-04-2026 01:44 AM
» Replies: 167
» Views: 109853
Asus Strix G512LV Bios Unlock
Last Post: MikeyMike80
04-03-2026 11:10 PM
» Replies: 59
» Views: 38161
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: maxwell51
04-03-2026 04:02 PM
» Replies: 163
» Views: 107020
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: Max_Neumann
04-03-2026 01:22 AM
» Replies: 1097
» Views: 710083
(Request) Veriton M4660G B360H5-M14 unlo...
Last Post: dimwit
04-01-2026 10:21 PM
» Replies: 3
» Views: 686
[Request] ASUS Z97-PRO (Wi-Fi AC) - TPM ...
Last Post: kamwo
04-01-2026 01:16 PM
» Replies: 0
» Views: 188
[REQUEST] Lenovo Thinkpad Edge E535 (HHE...
Last Post: Quentin
04-01-2026 04:07 AM
» Replies: 137
» Views: 77418
Bios setting unlock for Thunderobot 911x
Last Post: pcnahradnediely
03-30-2026 06:35 PM
» Replies: 0
» Views: 242
[SOLVED] Clevo N750BU BIOS unlock
Last Post: GigantTech
03-29-2026 03:17 PM
» Replies: 2
» Views: 378
[REQUEST] HP Desktop Pro G2 BIOS Unlock
Last Post: hlfjery
03-28-2026 08:51 PM
» Replies: 0
» Views: 308
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: Tarik72
03-28-2026 10:10 AM
» Replies: 246
» Views: 199683
[REQUEST] Lenovo ThinkPad Edge E320 (8NE...
Last Post: Dudu2002
03-27-2026 02:29 PM
» Replies: 75
» Views: 54453
BIOS dump — Razer Blade Pro 17 FHD RZ09-...
Last Post: Kavvika
03-26-2026 03:51 PM
» Replies: 0
» Views: 341
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: inside11
03-26-2026 08:50 AM
» Replies: 504
» Views: 297015
[REQUEST] Lenovo T520 (8AETxxWW) Whiteli...
Last Post: nicklu
03-26-2026 05:19 AM
» Replies: 148
» Views: 139114
Z390 Asus Maximus XI Extreme weird issue
Last Post: derril
03-25-2026 04:00 PM
» Replies: 0
» Views: 382

Asus N73 - no boot from internal card-reader (bios/hw mod required?)
#11
wish i could call smth for basic debug (to know if function called or not), like SpeakerBeep for ex., but N73 lacks onboard beeper
+ later: acually, there's FixedDelay (requires only imm32 put into ecxbefore call) - quite usable with noticable delays (5s+)

looks like we need to get to CreateBbsEntry:

Code:
USBAPI_Start - invoked via software SMI (system management interrupt), USBRT
    USB_StartHostControllers                        // for(bDriverIndex=0; bDriverIndex<gUsbData->max_hc
        USB_EnumerateRootHubPorts                    // for(Index = 0; Index < gUsbData->bHCInitialized
            (func-ptr pfnHCDEnumeratePorts) EHCI_EnumeratePorts    // for(bPortNum=1; bPortNum<=fpHCStruc->bNumPorts
                USBCheckPortChange
                    USB_GetHubPortStatus
                    USB_ResetHubPort
                    USB_EnableHubPort
                    USB_DisconnectDevice
                    USB_DisableHubPort(fpHCStruc, hubAddr, portNum);
                    USB_DetectNewDevice
                        USB_MemAlloc
                        USB_MemFree
                        SpeakerBeep
                        USB_GetDescriptor
                        USB_InitDeviceDataDummy
                        USBIdentifyAndConfigureDevice
                            USBCheckNonCompliantDevice
                            OEMSkipList
                            USB_ConfigureDevice - sets func-ptr for configuring dev
                            (func-ptr) USBMassCheckForStorageDevice
                            CheckDeviceLimit
                            USB_SmiQueuePut
                        USBLogError
                        USB_DisableHubPort

AmiUsbDriverEntryPoint - UHCD module EP
    UsbMassInit
        UsbMassStart - called by handler set by InstallMultipleProtocolInterfaces in UsbMassInit
            InstallUSBMass
                UsbInstallLegacyDevice
                    UnlockShadow
                    CreateBbsEntry            // <- TARGET, ?not reached?
                    InsertBbsEntryAt
                    UsbUninstallLegacyDevice

UsbInt13EntryPoint - USBINT13 module EP
    UsbInstallLegacyDevice
        CreateBbsEntry            // <- TARGET, ?not reached?
find
quote
#12
found out, that some "debug port" is skipped during enumeration in EHCI_EnumeratePorts
patched EhciIsolateDebugPort to never mark any port as debug
still no boot from cardreader

+ so i looked through all 3 relevant modules: uhcd, usbrt and usbint13
didn't find any "excluding" or blacklisting code
looks like now i have no options, but try to jumpwire data+/data- from cardreader to any usb port, booting from which actually works (from usb flash for ex.)
my guess is that this particular cardreader can not be identified as mass storage device - if it will not show up after rewiring, this is the case
find
quote
#13
so, i did rewired cardreader to port#1 (one of the backside ports, that was broken anyway by trying too hard to plug usb cable upside-down)
now it boots from sdcard, bios recognizes card reader as "MultipleCard Reader 1.00"

that means, that:
- the device itself is ok (mass stoarge-compatible) and not blacklistend in bios as incompatible (there's an array of USB_BAD_DEVS specified)
- it was a software problem after all, it's a pity i was unable to find it

if anyone has any more ideas - please let me know (my hw mod is perfectly reversable)
surely i'd like to fix the problem inside bios
thx


Attached Files Thumbnail(s)
   
find
quote
#14
Sorry,earlier I was wrong,my memory tricks me.
I checked now and that skip list was inside UsbBus module.
But that is Insyde Bios and could be totally different implementation.
There was three occurence of similar code inside that module.

Code:
mov     [rsp+98h+var_58], 3 ; 3 5 6 usb ports used by webcam card reader and BT module
mov     [rsp+98h+var_57], 5
mov     [rsp+98h+var_56], 6
mov     [rsp+98h+var_55], sil
mov     [rsp+98h+var_53], sil
mov     [rsp+98h+var_54], r13b
mov     [rsp+98h+var_52], 7Fh
mov     [rsp+98h+var_51], 0FFh
mov     [rsp+98h+var_50], 4
mov     [rsp+98h+var_4F], sil
Replaced 5 with 2 which was unused port and after that card reader was enumerated as boot device.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)