Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dconfig_uncmd_spl.h7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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.hdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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.hdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/common/spl/
H A Dspl_net.c7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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 DMakefilediff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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.cdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.hdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/lib/
H A Dhashtable.cdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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 DMakefilediff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/net/
H A Dbootp.cdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/board/ti/beagle/
H A Dbeagle.cdiff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>
/openbmc/u-boot/common/
H A DMakefilediff 7ac2fe2da21d292aeaf3af74e5c80de9ce9dab56 Mon Sep 17 19:22:50 CDT 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>