Changeset 69b6dd1f in mainline
- Timestamp:
- 2019-04-10T15:04:17Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b5f3eb
- Parents:
- 7348c4b
- git-author:
- Petr Pavlu <setup@…> (2019-03-31 14:46:36)
- git-committer:
- Jakub Jermář <jakub@…> (2019-04-10 15:04:17)
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r7348c4b r69b6dd1f 339 339 uspace/drv/nic/virtio-net/virtio-net 340 340 uspace/drv/platform/amdm37x/amdm37x 341 uspace/drv/platform/arm64virt/arm64virt 341 342 uspace/drv/platform/icp/icp 342 343 uspace/drv/platform/mac/mac -
boot/arch/arm64/Makefile.inc
r7348c4b r69b6dd1f 57 57 RD_DRVS_ESSENTIAL += \ 58 58 char/pl011 \ 59 intctl/gicv2 59 intctl/gicv2 \ 60 platform/arm64virt 60 61 endif 61 62 -
uspace/Makefile
r7348c4b r69b6dd1f 193 193 drv/nic/virtio-net \ 194 194 drv/platform/amdm37x \ 195 drv/platform/arm64virt \ 195 196 drv/platform/icp \ 196 197 drv/platform/mac \
Note:
See TracChangeset
for help on using the changeset viewer.