|
e0bb8f7e3f
|
Merge branch 'pci' into net
|
2020-02-20 10:08:24 +01:00 |
|
|
b55e0ba7b6
|
misc modif
|
2020-02-20 10:04:42 +01:00 |
|
|
cffb941feb
|
Merge branch 'pci' into shell
|
2020-02-20 08:46:46 +01:00 |
|
|
6d54218288
|
Rewriting project tree
|
2020-02-19 22:33:05 +01:00 |
|
|
cd10ff92a0
|
Rewriting all project tree
|
2020-02-19 22:19:58 +01:00 |
|
|
da0bf304aa
|
Enumerating PCI bus according to the actual MCFG size and not maximum
|
2020-02-17 19:17:52 +01:00 |
|
|
26446515b3
|
Mapping only MCFG according to its actual size and not maximum
|
2020-02-17 18:59:04 +01:00 |
|
|
a48e9a771d
|
Mapping only MCFG according to its actual size and not maximum
|
2020-02-17 18:58:56 +01:00 |
|
|
bf6e226f0a
|
Mapping only MCFG according to it size and not maximum
|
2020-02-17 18:58:45 +01:00 |
|
|
41560b133d
|
Added class and subclass for PCI enumerating
|
2020-02-17 18:47:23 +01:00 |
|
|
783dc0e697
|
Bug correction : map before enumerate
|
2020-02-15 11:11:49 +01:00 |
|
|
c6910a745b
|
Print debug buffer on panic
|
2020-02-14 16:07:46 +01:00 |
|
|
1f0fc171ad
|
Merge branch 'master' into net
|
2020-02-13 15:54:51 +01:00 |
|
Antoine Cure
|
3bbfa136eb
|
Little correction about KPAGESIZE
|
2020-02-13 15:32:20 +01:00 |
|
|
4a698f51ee
|
Merge branch 'master' into net
|
2020-02-13 14:02:11 +01:00 |
|
Julian Barathieu
|
a15ca7f8a1
|
libbuf
|
2020-02-13 13:53:46 +01:00 |
|
|
6e92ac64f1
|
Update with pci
|
2020-02-13 13:44:53 +01:00 |
|
|
b21c07a8e2
|
Update with pci
|
2020-02-13 13:43:34 +01:00 |
|
|
6ef5f0ef35
|
Cleanup things
|
2020-02-13 13:40:07 +01:00 |
|
|
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
|
d76190d023
|
RTL8139 initialization
|
2020-02-13 00:01:53 +01:00 |
|
Antoine Cure
|
51fec57976
|
Merge branch 'pci' into net
|
2020-02-12 23:58:08 +01:00 |
|
Antoine Cure
|
a77637cde0
|
Some functions and read-write access for config space
|
2020-02-12 23:55:54 +01:00 |
|
Antoine Cure
|
73ed380c15
|
First network card driver
|
2020-02-12 18:50:12 +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 |
|
|
03af335ead
|
Merge branch 'pci' of gitlab.os-k.eu:os-k-team/os-k into pci
|
2020-02-12 17:51:31 +01:00 |
|
|
f1ae002ded
|
Some cleanup
|
2020-02-12 17:51:14 +01:00 |
|
Antoine Cure
|
362e90d380
|
PCI cleanup
|
2020-02-12 17:48:05 +01:00 |
|
|
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 |
|
|
80214297c5
|
After strncmp bug correction
|
2020-02-11 17:45:58 +01:00 |
|
|
bb762db823
|
Merge branch 'shell' into pci
|
2020-02-11 16:27:32 +01:00 |
|
|
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 |
|
|
0f62dbb43b
|
Merge branch 'acpi' into pci
|
2020-02-10 21:01:44 +01:00 |
|
|
57ad3aae80
|
Merge branch 'shell' into acpi
|
2020-02-10 20:35:14 +01:00 |
|
|
12bdcbf19c
|
Some updates
|
2020-02-10 19:46:20 +01:00 |
|
|
2e06454c2e
|
Merge branch 'acpi' into pci
|
2020-02-10 13:27:43 +01:00 |
|
|
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 |
|
|
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 |
|
|
e07ba93742
|
WIP : MCFG #73
|
2020-02-09 23:31:47 +01:00 |
|
|
bcb647b9af
|
WIP : MCFG #73
|
2020-02-09 22:08:23 +01:00 |
|