Re: how do i add the defn for the beagle xM to barebox?

2012-02-06 Thread Eric Bénard
Le Sun, 5 Feb 2012 16:04:07 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca a écrit : but this isn't a small difference -- this represents potentially an entire subsystem (NAND) that i want the ability to de-activate. in a perfect world, i want the ability to say concisely that i have a

Re: how do i add the defn for the beagle xM to barebox?

2012-02-06 Thread Robert P. J. Day
On Mon, 6 Feb 2012, Sascha Hauer wrote: ... snip ... The mentioned U-Boot code does not use any of the nand layer but only some omap specific function to detect the nand id (identify_nand_chip). This means that you can add this code to barebox and still disable nand support. If you still

v2012.02.0

2012-02-06 Thread Sascha Hauer
Al lot has happened since the last release. We have a new architecture (openrisc), a new memory allocator (tlsf), the mtd stuff has been reworked to support DOC devices and the bootm/uImage code has been reworked. Here's a more detailed view what has happened since the last release. Sascha

any value in allowing user selection of barebox prompt?

2012-02-06 Thread Robert P. J. Day
making things a bit simpler than my last few posts, is it worth making the BOARDINFO prompt string user selectable? if i was going to do some customization, it would be nice to have the prompt perhaps abbreviate what i'd done. for instance, if i: $ make omap3530_beagle_defconfig i can see

[PATCH] DOC: Grammar and typo fixes in first_steps.dox.

2012-02-06 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/Documentation/first_steps.dox b/Documentation/first_steps.dox index edc612f..17fdf37 100644 --- a/Documentation/first_steps.dox +++ b/Documentation/first_steps.dox @@ -3,12 +3,12 @@ iThis section demonstrates the first

[PATCH] DOC: Some grammar and spelling fixes for barebox-main.dox.

2012-02-06 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/Documentation/barebox-main.dox b/Documentation/barebox-main.dox index 90fce8e..17575bf 100644 --- a/Documentation/barebox-main.dox +++ b/Documentation/barebox-main.dox @@ -1,13 +1,13 @@ /** @mainpage Barebox -Barebox is a

[PATCH] Add ARCH_OMAP[34] dependencies to Kconfig file

2012-02-06 Thread Robert P. J. Day
Without the proper OMAP3 or OMAP4 dependency directives, you get the wrong list of choices displayed based on which OMAP variant you pick. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- is the MACH_PCAAL1 an OMAP3? i wasn't sure, it looked that way. diff --git

what is the purpose of config option HAS_OMAP_NAND?

2012-02-06 Thread Robert P. J. Day
based on the output from grep: $ grep -r HAS_OMAP_NAND * arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND arch/arm/mach-omap/Kconfig: select HAS_OMAP_NAND