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