| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | -1/+1 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | -1/+1 |
* | | Change stub example to use asm-generic/sections.h | Simon Glass | 2013-03-15 | -2/+2 |
* | | Introduce generic link section.h symbol files | Simon Glass | 2013-03-15 | -0/+27 |
|/ |
|
* | MIPS: board.c: remove manual relocation of env_name_spec | Daniel Schwierzeck | 2013-02-15 | -8/+0 |
* | MIPS: add dynamic relocation support | Gabor Juhos | 2013-02-12 | -12/+94 |
* | MIPS: u-boot.lds: add relocation specific sections | Gabor Juhos | 2013-02-12 | -1/+41 |
* | MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation | Daniel Schwierzeck | 2013-02-12 | -19/+9 |
* | MIPS: start.S: optimize BSS initialization | Daniel Schwierzeck | 2013-02-12 | -28/+35 |
* | MIPS: board.c: switch to new symbols __bss_end and __image_copy_end | Daniel Schwierzeck | 2013-02-12 | -2/+3 |
* | MIPS: u-boot.lds: introduce symbol __image_copy_end | Daniel Schwierzeck | 2013-02-12 | -0/+8 |
* | MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] | Daniel Schwierzeck | 2013-02-12 | -5/+18 |
* | MIPS: compute num_got_entries from .got section's size | Gabor Juhos | 2013-02-12 | -4/+2 |
* | MIPS: start.S: unify and simplify reset vector handling | Daniel Schwierzeck | 2013-02-12 | -176/+57 |
* | MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status | Daniel Schwierzeck | 2013-02-12 | -9/+1 |
* | MIPS: xburst: fix broken access to global_data | Daniel Schwierzeck | 2013-02-12 | -3/+6 |
* | mips: Use generic global_data | Simon Glass | 2013-02-04 | -33/+1 |
* | mips: Move per_clk and dev_clk to arch_global_data | Simon Glass | 2013-02-04 | -4/+5 |
* | arm: Move lastinc to arch_global_data | Simon Glass | 2013-02-01 | -6/+6 |
* | arm: Move tbl to arch_global_data | Simon Glass | 2013-02-01 | -6/+6 |
* | Add architecture-specific global data | Simon Glass | 2013-02-01 | -0/+5 |
* | MIPS: add unified u-boot.lds file | Gabor Juhos | 2013-01-31 | -0/+84 |
* | MIPS: remove OUTPUT_FORMAT from linker scripts | Gabor Juhos | 2013-01-30 | -0/+12 |
* | MIPS: xburst: simplify relocation offset calculation | Gabor Juhos | 2013-01-30 | -9/+3 |
* | MIPS: simplify relocated _G_O_T_ address calculation | Gabor Juhos | 2013-01-30 | -12/+3 |
* | MIPS: start.S: don't save flush_cache parameters in advance | Gabor Juhos | 2013-01-27 | -20/+4 |
* | MIPS: start.S: simplify relocation offset calculation | Gabor Juhos | 2013-01-27 | -18/+6 |
* | MIPS: start.S: save reused arguments earlier in relocate_code | Gabor Juhos | 2013-01-27 | -4/+6 |
* | MIPS: start.S: set sp register directly | Gabor Juhos | 2013-01-27 | -4/+2 |
* | MIPS: start.S: fix boundary check in relocate_code | Gabor Juhos | 2013-01-27 | -3/+3 |
* | MIPS: start{, 64}.S: fill branch delay slots with NOP instructions | Gabor Juhos | 2013-01-22 | -0/+3 |
* | MIPS: convert IO port accessor functions to 'static inline' | Gabor Juhos | 2013-01-22 | -4/+4 |
* | MIPS: use inline directive for __in*s functions | Gabor Juhos | 2013-01-22 | -1/+1 |
* | MIPS: bootm.c: add support for 'prep' and 'go' subcommands | Gabor Juhos | 2013-01-16 | -2/+13 |
* | MIPS: bootm.c: separate environment initialization | Gabor Juhos | 2013-01-16 | -23/+27 |
* | MIPS: bootm.c: separate linux jump code | Gabor Juhos | 2013-01-16 | -13/+19 |
* | MIPS: bootm.c: use debug macro to print debug message | Gabor Juhos | 2013-01-16 | -3/+1 |
* | mips: serial: Fix busted manual relocation | Joe Hershberger | 2012-12-12 | -0/+3 |
* | MIPS: constify mips_io_port_base | Daniel Schwierzeck | 2012-12-12 | -1/+1 |
* | MIPS: constify address pointer in test_bit() | Daniel Schwierzeck | 2012-12-08 | -1/+1 |
* | MIPS: fix a latent bug on initialize $gp | Zhi-zhou Zhang | 2012-12-08 | -1/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2012-11-27 | -2/+0 |
|\ |
|
| * | MIPS: do not initialize timestamp variable before relocate_code | Zhi-zhou Zhang | 2012-11-25 | -2/+0 |
* | | usb: use linux/usb/ch9.h instead of usbdescriptors.h | Ilya Yanok | 2012-11-20 | -1/+1 |
|/ |
|
* | common: Convert the U-Boot commands to LG-arrays | Marek Vasut | 2012-10-22 | -2/+2 |
* | mips: Change global data baudrate to int | Simon Glass | 2012-10-19 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2012-10-17 | -60/+884 |
|\ |
|
| * | MIPS: add board qemu-mips64 support | Zhi-zhou Zhang | 2012-10-16 | -0/+802 |
| * | MIPS: add support for 64 bit addressing | Zhi-zhou Zhang | 2012-10-16 | -1/+23 |
| * | MIPS: don't use camel-case style | Zhi-zhou Zhang | 2012-10-16 | -59/+59 |