[U-Boot] [GIT PULL] u-boot-mips/master
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Thu Jan 31 01:21:39 CET 2013
The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5:
README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to e93b98e216831d56b3fb0150f9723b1a15fb42a2:
MIPS: qi_lb60: remove custom u-boot.lds script (2013-01-31 00:27:58 +0100)
----------------------------------------------------------------
Gabor Juhos (18):
MIPS: use inline directive for __in*s functions
MIPS: convert IO port accessor functions to 'static inline'
MIPS: start{, 64}.S: fill branch delay slots with NOP instructions
MIPS: start.S: fix boundary check in relocate_code
MIPS: start.S: set sp register directly
MIPS: start.S: save reused arguments earlier in relocate_code
MIPS: start.S: simplify relocation offset calculation
MIPS: start.S: don't save flush_cache parameters in advance
MIPS: simplify relocated _G_O_T_ address calculation
MIPS: xburst: simplify relocation offset calculation
MIPS: remove OUTPUT_FORMAT from linker scripts
MIPS: add unified u-boot.lds file
MIPS: qemu-mips: use the unified u-boot.lds script
MIPS: pb1x00: remove custom u-boot.lds script
MIPS: vct: remove custom u-boot.lds script
MIPS: incaip: remove custom u-boot.lds script
MIPS: dbau1x00: remove custom u-boot.lds script
MIPS: qi_lb60: remove custom u-boot.lds script
arch/mips/cpu/mips32/config.mk | 6 ++++++
arch/mips/cpu/mips32/start.S | 41
+++++++++++++----------------------------
arch/mips/cpu/mips64/start.S | 40
++++++++++++----------------------------
{board/micronas/vct => arch/mips/cpu}/u-boot.lds | 45
++++++++++++++++++++++++++++++---------------
arch/mips/cpu/xburst/config.mk | 6 ++++++
arch/mips/cpu/xburst/start.S | 19 +++++--------------
arch/mips/include/asm/io.h | 8 ++++----
board/dbau1x00/u-boot.lds | 69
---------------------------------------------------------------------
board/incaip/u-boot.lds | 69
---------------------------------------------------------------------
board/pb1x00/u-boot.lds | 69
---------------------------------------------------------------------
board/qemu-mips/u-boot.lds | 78
------------------------------------------------------------------------------
board/qi/qi_lb60/u-boot.lds | 63
---------------------------------------------------------------
12 files changed, 76 insertions(+), 437 deletions(-)
rename {board/micronas/vct => arch/mips/cpu}/u-boot.lds (73%)
delete mode 100644 board/dbau1x00/u-boot.lds
delete mode 100644 board/incaip/u-boot.lds
delete mode 100644 board/pb1x00/u-boot.lds
delete mode 100644 board/qemu-mips/u-boot.lds
delete mode 100644 board/qi/qi_lb60/u-boot.lds
More information about the U-Boot
mailing list