Home
last modified time | relevance | path

Searched hist:f3090fce77202a867ae23d0df91a2b54ed9ee6e4 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A Dstart.Sf3090fce77202a867ae23d0df91a2b54ed9ee6e4 Mon Nov 15 09:54:43 UTC 2010 Michal Simek <monstr@monstr.eu> microblaze: Save and restore first unused vector

Use one memory space to detect little/big endian platforms.
The first unused address(0x28) is used instead 0x0 address (reset vectors).
Detection rewrited reset vector setup from first stage bootloader.

Workflow:
1. Store 0x28 to r7
2. Do little/big endian test
3. Restore r7 to 0x28

Signed-off-by: Michal Simek <monstr@monstr.eu>