Home
last modified time | relevance | path

Searched hist:"7 ac2fe2da21d292aeaf3af74e5c80de9ce9dab56" (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_net.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
H A DMakefile7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
H A Dspl.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/include/
H A Dconfig_uncmd_spl.h7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
H A Dbootstage.h7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
H A Dspl.h7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
H A DMakefile7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/net/
H A Dbootp.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/board/ti/beagle/
H A Dbeagle.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/common/
H A DMakefile7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Tue Sep 18 00:22:50 UTC 2012 Ilya Yanok <ilya.yanok@cogentembedded.com> OMAP: networking support for SPL

This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on other code so SPL size
is increased significantly. No effort was done to decouple network
code and environment so far.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@ti.com>