[RFC] Add a configuration header to MLO

11 views
Skip to first unread message

Jason Kridner

unread,
Mar 10, 2011, 5:08:07 PM3/10/11
to x-lo...@googlegroups.com, jkri...@beagleboard.org, beagl...@googlegroups.com
I'd like to start getting configuration headers on builds of MLO. What is
the right way to do this?

Signed-off-by: Jason Kridner <jkri...@beagleboard.org>
---
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index fd85142..7ac2a88 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
+TEXT_BASE=0x40200800
+CONFIG_HEADER=1

HOSTARCH := $(shell uname -m | \
sed -e s/i.86/i386/ \
--
1.5.6.4

Nishanth Menon

unread,
Mar 10, 2011, 8:19:15 PM3/10/11
to x-lo...@googlegroups.com, Jason Kridner, beagl...@googlegroups.com
Jason Kridner wrote, on 03/11/2011 03:38 AM:
> I'd like to start getting configuration headers on builds of MLO. What is
> the right way to do this?

you need to modify the build step to add 1. - look at panda's build step.

>
> Signed-off-by: Jason Kridner<jkri...@beagleboard.org>
> ---
> Makefile | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index fd85142..7ac2a88 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -23,6 +23,8 @@
> # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> # MA 02111-1307 USA
> #
> +TEXT_BASE=0x40200800
> +CONFIG_HEADER=1
>
> HOSTARCH := $(shell uname -m | \
> sed -e s/i.86/i386/ \


--
Regards,
Nishanth Menon

Jason Kridner

unread,
Mar 11, 2011, 9:11:38 PM3/11/11
to beagl...@googlegroups.com, x-lo...@googlegroups.com, Jason Kridner
On Thursday, March 10, 2011 8:19:15 PM UTC-5, Nishanth Menon wrote:
Jason Kridner wrote, on 03/11/2011 03:38 AM:
> I'd like to start getting configuration headers on builds of MLO.  What is
> the right way to do this?

you need to modify the build step to add 1. - look at panda's build step.

I forgot to copy this list on my updated post: https://groups.google.com/d/msg/x-loader/esbsB6PtN8g/_-MShS8KERwJ

Also, I need to read git-send-email on how to put these in attachments when they are final such that they can be pulled easily from the archive.  Let me know if the patch is hard to pull down, despite the fact it is trivial.

Nishanth Menon

unread,
Mar 11, 2011, 10:24:55 PM3/11/11
to x-lo...@googlegroups.com, Jason Kridner, beagl...@googlegroups.com, Jason Kridner
Jason Kridner wrote, on 03/12/2011 07:41 AM:
> On Thursday, March 10, 2011 8:19:15 PM UTC-5, Nishanth Menon wrote:
>
> Jason Kridner wrote, on 03/11/2011 03:38 AM:
> > I'd like to start getting configuration headers on builds of MLO.
> What is
> > the right way to do this?
>
> you need to modify the build step to add 1. - look at panda's build
> step.
>
> I forgot to copy this list on my updated post:
> https://groups.google.com/d/msg/x-loader/esbsB6PtN8g/_-MShS8KERwJ
>
> Also, I need to read git-send-email on how to put these in attachments
> when they are final such that they can be pulled easily from the
> archive. Let me know if the patch is hard to pull down, despite the fact
> it is trivial.

https://groups.google.com/group/x-loader/msg/1c110a2f8512e3ff?dmode=source&output=gplain&noredirect

you do not need to attach the patch, you just need to git send-email the
patch to this list, if you are interested in it being incorporated.

btw, does your patch still retain the old behavior of allowing MLO to be
kept in boot enabled vfat partition?

how about this new strategy handling multiple types of SD cards?

--
Regards,
Nishanth Menon

Reply all
Reply to author
Forward
0 new messages