For n=5 there is just one field polynomial (x^5 + x^4 + x^2 + x + 1),
for p in {11, 31, 41, 61, 71, 101, 131, ...} (
A040160).
For n=7 there is just one field polynomial (x^7 + x^6 + x^4 + x + 1),
for p in {29, 43, 71, 113, 127, 197,...} (
A042967).
For n=11 there are three GNBs:
x^11 + x^10 + x^8 + x^4 + x^3 + x^2 + 1
for p in {23, 463, 661, 859, 881, 1409, 1453, 2179, ...},
x^11 + x^10 + x^8 + x^5 + x^2 + x + 1
for p in {67, 89, 353, 727, 947, 1277, 1607, 1783, 1871, ...}, and
x^11 + x^10 + x^8 + x^7 + x^6 + x^5 + 1
for p in {199, 397, 419, 617, 683, 991, 1123, 2003, 2069, 2113, ...}.