[U-Boot] [PATCH v2 8/8] common: Implement Synology specific command set

Stefan Roese sr at denx.de
Tue Dec 22 10:06:19 CET 2015


On 22.12.2015 00:25, Phil Sutter wrote:
> Synology keeps per item configuration in a dedicated 'partition' in SPI
> flash, namely the one named 'vendor' in DTS file. It contains the two
> NICs MAC addresses as well as the item's serial number. I didn't find a
> way to have this information extracted automatically, therefore
> implemented 'syno populate_env' command which extracts the three values
> and puts them into environment. To make things permanent though, one has
> to 'saveenv'.
>
> Another command is 'syno clk_gate', which allows to change the clock
> gating which is done in DS414 board file.
>
> Signed-off-by: Phil Sutter <phil at nwl.cc>

All this is very board specific. So I suggest to move it into
the board directory instead.

Thanks,
Stefan



More information about the U-Boot mailing list