[U-Boot] [PATCH V3] common: env: support sata device

Simon Glass sjg at chromium.org
Sat Apr 9 20:35:12 CEST 2016


On 8 April 2016 at 13:45, Tom Rini <trini at konsulko.com> wrote:
> On Sun, Apr 03, 2016 at 09:52:13PM +0800, Peng Fan wrote:
>
>> Introduce env support for sata device.
>> 1. Implement write_env/read_env/env_relocate_spec/saveenv/sata_get_env_dev
>> 2. If want to enable this feature, define CONFIG_ENV_IS_IN_SATA, and
>>    define CONFIG_SYS_SATA_ENV_DEV or implement your own sata_get_ev_dev.
>>
>> Signed-off-by: Peng Fan <van.freenix at gmail.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Joe Hershberger <joe.hershberger at ni.com>
>> Cc: Bin Meng <bmeng.cn at gmail.com>
>> Cc: Stefan Roese <sr at denx.de>
>> Cc: Heiko Schocher <hs at denx.de>
>> Cc: Stuart Longland <stuartl at vrt.com.au>
>> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
>> Cc: Tom Rini <trini at konsulko.com>
>
> Reviewed-by: Tom Rini <trini at konsulko.com>
>
> --
> Tom

Ugh, we really should move this to linker lists or driver model. Do we
really want to make that conversion even harder by adding one more
option?

Regards,
Simon


More information about the U-Boot mailing list