History log of /freebsd-10-stable/sys/boot/arm/at91/libat91/eeprom.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 238463 15-Jul-2012 imp

Use the pin number rather than the hybrid pin number + name.


# 172991 25-Oct-2007 cognet

Fix signedness to make gcc happy.


# 165399 20-Dec-2006 imp

MFp4: Add timeout to eeprom access for lame eeprom that go awol


# 161193 10-Aug-2006 imp

MFp4: Make it clearer that the address passed to the eeprom routines is
really an offset within the eeprom device, and not a IIC address.


# 157873 19-Apr-2006 imp

MFp4 (checkpoint of work in progress):

o Use a directory layout that is more akin to the i386 boot layout.
o Create a libat91 for library routines that are used by one or more
of the boot loaders.
o Create bootiic for booting from an iic part.
o Create bootspi for booting from an spi part.
o Optimize the size of many of these routines (especially emac.c). Except
for the emac.c optimizations, all these have been tested.
o eliminate the inc directory, libat91 superceeds it.
o Move linker.cfg up a layer to allow it to be shared.