On Wed, Apr 6, 2011 at 6:20 AM, Hamo hamo.by@gmail.com wrote:
Add WIP_ARM config entry so that we can make all ARM-related entries depend on this now. We need to make all the ARM-related code available to ALL so that we can attract those interested in ARM to join us. During this process, some of the code may not be usable, so we need this to ensure that those normal users will not be upset with it.
Signed-off-by: Yang Bai hamo.by@gmail.com
P.S. Can I use git diff to generate the patch?
Index: src/Kconfig
--- src/Kconfig (revision 6481) +++ src/Kconfig (working copy) @@ -21,6 +21,16 @@
menu "General setup"
+config WIP_ARM
- bool "Prompt for unfinished ARM options"
- default n
- help
- This will show you the configuration options about Coreboot ARM
- support.
- Warning: Since ARM porting is now working in process, the code
- for ARM may be not usable.
config EXPERT bool "Expert mode" help
Hi Hamo,
Thank you for the patch, but I think that it is a little early to add this to the tree. You should be able to generate a patch with git diff. You can also share your git development tree if you want to share your development prior to submitting a patch.
Marc