Commit Graph

474 Commits

Author SHA1 Message Date
Adrien Bourmault 33a614d8e2
Legal update 2020-09-27 17:33:48 +02:00
Adrien Bourmault cffb941feb
Merge branch 'pci' into shell 2020-02-20 08:46:46 +01:00
Adrien Bourmault cd10ff92a0
Rewriting all project tree 2020-02-19 22:19:58 +01:00
Adrien Bourmault da0bf304aa
Enumerating PCI bus according to the actual MCFG size and not maximum 2020-02-17 19:17:52 +01:00
Adrien Bourmault 26446515b3
Mapping only MCFG according to its actual size and not maximum 2020-02-17 18:59:04 +01:00
Adrien Bourmault a48e9a771d
Mapping only MCFG according to its actual size and not maximum 2020-02-17 18:58:56 +01:00
Adrien Bourmault bf6e226f0a
Mapping only MCFG according to it size and not maximum 2020-02-17 18:58:45 +01:00
Adrien Bourmault 41560b133d
Added class and subclass for PCI enumerating 2020-02-17 18:47:23 +01:00
Adrien Bourmault 783dc0e697
Bug correction : map before enumerate 2020-02-15 11:11:49 +01:00
Adrien Bourmault c6910a745b
Print debug buffer on panic 2020-02-14 16:07:46 +01:00
Antoine Cure 3bbfa136eb
Little correction about KPAGESIZE 2020-02-13 15:32:20 +01:00
Julian Barathieu a15ca7f8a1 libbuf 2020-02-13 13:53:46 +01:00
Adrien Bourmault 6ef5f0ef35
Cleanup things 2020-02-13 13:40:07 +01:00
Adrien Bourmault a4287f02e5
Some cosmetics, add panic when necessary 2020-02-13 13:06:18 +01:00
Antoine Cure dbee7c4d00
Little correction 2020-02-13 10:40:14 +01:00
Antoine Cure a77637cde0
Some functions and read-write access for config space 2020-02-12 23:55:54 +01:00
Antoine Cure 4dd9db33d5
Little correction 2020-02-12 18:30:12 +01:00
Antoine Cure 06a80dc073
Added: pci device struct and useful function for drivers 2020-02-12 18:28:32 +01:00
Adrien Bourmault 03af335ead
Merge branch 'pci' of gitlab.os-k.eu:os-k-team/os-k into pci 2020-02-12 17:51:31 +01:00
Adrien Bourmault f1ae002ded
Some cleanup 2020-02-12 17:51:14 +01:00
Antoine Cure 362e90d380
PCI cleanup 2020-02-12 17:48:05 +01:00
Adrien Bourmault df8ba9e3ea More professional dmesg 2020-02-12 16:09:44 +01:00
Antoine Cure 9930a45163
Fixed PCI config base address error 2020-02-12 13:15:10 +01:00
Antoine Cure 65312af6dc
PCI base functions 2020-02-11 23:47:02 +01:00
Adrien Bourmault 80214297c5
After strncmp bug correction 2020-02-11 17:45:58 +01:00
Adrien Bourmault bb762db823
Merge branch 'shell' into pci 2020-02-11 16:27:32 +01:00
Adrien Bourmault c214943340
misc cleanup 2020-02-11 16:25:54 +01:00
Julian Barathieu ff0cb34df0 libbuf (reversal of reversal) 2020-02-11 11:16:24 +01:00
Adrien Bourmault 0f62dbb43b Merge branch 'acpi' into pci 2020-02-10 21:01:44 +01:00
Adrien Bourmault 57ad3aae80 Merge branch 'shell' into acpi 2020-02-10 20:35:14 +01:00
Adrien Bourmault 12bdcbf19c Some updates 2020-02-10 19:46:20 +01:00
Adrien Bourmault 2e06454c2e Merge branch 'acpi' into pci 2020-02-10 13:27:43 +01:00
Adrien Bourmault f30031e1d9 MCFG detected successfully. Oof. #73 2020-02-10 13:24:20 +01:00
Julian Barathieu b0c5ef74d2 strncmp 2020-02-10 11:05:34 +01:00
Antoine Cure 8b8d17d93d WIP: get PCI config base address from MCFG table (3) 2020-02-10 09:18:25 +01:00
Antoine Cure ee3ad3b3fa WIP: get PCI config base address from MCFG table 2020-02-10 02:26:55 +01:00
Adrien Bourmault ea4376fc54 Test signing commit 2020-02-10 02:02:33 +01:00
Antoine Cure 44781b1eaa Signature test 2020-02-10 01:24:53 +01:00
Antoine Cure 5d892df34e check MCFG 2020-02-10 01:24:53 +01:00
Adrien Bourmault e07ba93742 WIP : MCFG #73 2020-02-09 23:31:47 +01:00
Adrien Bourmault bcb647b9af WIP : MCFG #73 2020-02-09 22:08:23 +01:00
Adrien Bourmault dd48126d63 WIP : MCFG #73 2020-02-09 22:08:00 +01:00
Adrien Bourmault 824420aa9a WIP : MCFG #73 2020-02-09 20:55:13 +01:00
Adrien Bourmault 25b913d140 DSDT supported ! 2020-02-09 16:52:41 +01:00
Adrien Bourmault 821019e0d8 some bug corrected 2020-02-08 16:02:59 +01:00
Adrien Bourmault 4ee95db32e some cleanup 2020-02-08 12:19:40 +01:00
Adrien Bourmault 97f1c5f25d Merge branch 'acpi' of gitlab.os-k.eu:os-k-team/os-k into acpi 2020-02-08 11:53:30 +01:00
Adrien Bourmault 3df905601b Finish detecting ACPI tables and registerng these tables 2020-02-08 11:53:20 +01:00
Adrien Bourmault 0b7247ef00 Spurious exception now detected and handled #83 2020-02-08 00:32:39 +01:00
Adrien Bourmault 4f0922e34a Spurious exception now detected and handled 2020-02-08 00:30:09 +01:00