/openbmc/u-boot/include/ |
H A D | config_uncmd_spl.h | 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 D | bootstage.h | diff 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 D | spl.h | diff 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 D | spl_net.c | 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 D | Makefile | diff 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 D | spl.c | diff 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 D | spl.h | diff 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 D | hashtable.c | diff 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 D | Makefile | diff 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 D | bootp.c | diff 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 D | beagle.c | diff 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 D | Makefile | diff 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>
|