Even on low end switch HP1920 , I can block incoming RAs on a port. Snippet below uses ipv6 ICMP type, you can also block specific destination MAC instead.
acl number 4000
description Select IPv6 RA MAC address
rule 0 permit dest-mac 3333-0000-0001 ffff-ffff-ffff
acl ipv6 number 3000
description IPv6_RA
rule 0 permit icmpv6 icmp6-type router-advertisement
traffic classifier CL_IPv6RA operator and
if-match acl ipv6 3000
qos policy POL_BlockRA
classifier CL_IPv6RA behavior Block
interface GigabitEthernet1/0/1
qos apply policy POL_BlockRA inbound