From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 23 Sep 2013 18:56:38 +0200 Subject: [U-Boot] [PATCH v3 0/3] ARM: use r9 for gd instead of r8 In-Reply-To: <1379765082-14293-1-git-send-email-jeroen@myspectrum.nl> References: <1376254719-15594-1-git-send-email-jeroen@myspectrum.nl> <1379765082-14293-1-git-send-email-jeroen@myspectrum.nl> Message-ID: <20130923185638.63454e3f@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jeroen, On Sat, 21 Sep 2013 14:04:39 +0200, Jeroen Hofstee wrote: > Changes for v3: > Drop the unneeded cc-option for the fixed flag. > > Drop "make reserving the gd register a make variable" > and use http://patchwork.ozlabs.org/patch/273377/ > "ARM: refactor compiler options in config.mk" instead. > > Changes for v2: > Update the README as requested by Wolfgang Denk > > Jeroen Hofstee (3): > ARM,relocate: do not use r9 > ARM: use r9 for gd > README: update ARM register usage > > README | 8 +++++--- > arch/arm/config.mk | 2 +- > arch/arm/cpu/armv7/lowlevel_init.S | 4 ++-- > arch/arm/include/asm/global_data.h | 2 +- > arch/arm/lib/crt0.S | 16 ++++++++-------- > arch/arm/lib/relocate.S | 6 +++--- > 6 files changed, 20 insertions(+), 18 deletions(-) > Applied to u-boot-arm/master (with the fix to the 2/3 comment), thanks! Amicalement, -- Albert.