Getting initial values into EEPROM

I think the bootloader itself can accept eeprom values and put them in the right places, but our IDE/tools do not yet support that. I think the ultimate plan is to support an EEMEM storage macro akin to the PROGMEM macro magic, that will assign the right storage flags in the .elf which can then in turn make the right entries in the .hex for this to all happen automagically.