treewide: remove dummy Makefiles for single targetsNow that the single target build descends into sub-directories in thesame way as the normal build, these dummy Makefiles are not neededany more.
treewide: remove dummy Makefiles for single targetsNow that the single target build descends into sub-directories in thesame way as the normal build, these dummy Makefiles are not neededany more.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
nfp: replace long license headers with SPDXReplace the repeated license text with SDPX identifiers.While at it bump the Copyright dates for files we touchedthis year.Signed-off-by: Edwin Peer <
nfp: replace long license headers with SPDXReplace the repeated license text with SDPX identifiers.While at it bump the Copyright dates for files we touchedthis year.Signed-off-by: Edwin Peer <edwin.peer@netronome.com>Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>Signed-off-by: Nic Viljoen <nick.viljoen@netronome.com>Reviewed-by: Simon Horman <simon.horman@netronome.com>Signed-off-by: David S. Miller <davem@davemloft.net>
nfp: add Makefiles to all directoriesTo be able to build separate objects we need to provideKbuild with a Makefile in each directory.Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
nfp: add Makefiles to all directoriesTo be able to build separate objects we need to provideKbuild with a Makefile in each directory.Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>Signed-off-by: David S. Miller <davem@davemloft.net>
nfp: add CPP access coreCommand Push Pull is the name of NFP's network on a chip.PCIe PF can access the interconnect through a number of mappingscontrolled via Base Access Registers. BARs allow
nfp: add CPP access coreCommand Push Pull is the name of NFP's network on a chip.PCIe PF can access the interconnect through a number of mappingscontrolled via Base Access Registers. BARs allow the PF to issuepretty much any command or address any memory on the chip.Add appropriate logic and a handful of helper for simple operationslike reading scalars from memories.Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>Signed-off-by: David S. Miller <davem@davemloft.net>