• Alessandro Rubini's avatar
    build: avoid internal "ptpdump" support in ppsi, when RAM won't fit · c54cfe24
    Alessandro Rubini authored
    Etherbone won't fit with a full ppsi in the default RAM size for SPEC
    cards. So this commit uses a ppsi hack to avoid internal ptpdump,
    activating it when CONFIG_RAMSIZE is not 128kB and CONFIG_ETHERBONE is
    set.
    
    We should rather compare RAMSIZE with "< 131072", but neither gnu make
    nor this version of Kconfig support numeric comparison.
    
    This hack will soon disappera, as ppsi is gaining Kconfig support, so
    wrpc-sw will be able to pass proper configuration. Also, 128kB will soon
    be the default for SPEC images.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    c54cfe24
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 2ec857c8
ptp-noposix @ 5f17003f
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...