| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mips: Use generic global_data | Simon Glass | 2013-02-04 | 1 | -33/+1 |
* | mips: Move per_clk and dev_clk to arch_global_data | Simon Glass | 2013-02-04 | 1 | -4/+5 |
* | arm: Move lastinc to arch_global_data | Simon Glass | 2013-02-01 | 1 | -6/+6 |
* | arm: Move tbl to arch_global_data | Simon Glass | 2013-02-01 | 1 | -6/+6 |
* | Add architecture-specific global data | Simon Glass | 2013-02-01 | 1 | -0/+5 |
* | MIPS: add unified u-boot.lds file | Gabor Juhos | 2013-01-31 | 1 | -0/+84 |
* | MIPS: remove OUTPUT_FORMAT from linker scripts | Gabor Juhos | 2013-01-30 | 2 | -0/+12 |
* | MIPS: xburst: simplify relocation offset calculation | Gabor Juhos | 2013-01-30 | 1 | -9/+3 |
* | MIPS: simplify relocated _G_O_T_ address calculation | Gabor Juhos | 2013-01-30 | 3 | -12/+3 |
* | MIPS: start.S: don't save flush_cache parameters in advance | Gabor Juhos | 2013-01-27 | 2 | -20/+4 |
* | MIPS: start.S: simplify relocation offset calculation | Gabor Juhos | 2013-01-27 | 2 | -18/+6 |
* | MIPS: start.S: save reused arguments earlier in relocate_code | Gabor Juhos | 2013-01-27 | 2 | -4/+6 |
* | MIPS: start.S: set sp register directly | Gabor Juhos | 2013-01-27 | 2 | -4/+2 |
* | MIPS: start.S: fix boundary check in relocate_code | Gabor Juhos | 2013-01-27 | 3 | -3/+3 |
* | MIPS: start{, 64}.S: fill branch delay slots with NOP instructions | Gabor Juhos | 2013-01-22 | 2 | -0/+3 |
* | MIPS: convert IO port accessor functions to 'static inline' | Gabor Juhos | 2013-01-22 | 1 | -4/+4 |
* | MIPS: use inline directive for __in*s functions | Gabor Juhos | 2013-01-22 | 1 | -1/+1 |
* | MIPS: bootm.c: add support for 'prep' and 'go' subcommands | Gabor Juhos | 2013-01-16 | 1 | -2/+13 |
* | MIPS: bootm.c: separate environment initialization | Gabor Juhos | 2013-01-16 | 1 | -23/+27 |
* | MIPS: bootm.c: separate linux jump code | Gabor Juhos | 2013-01-16 | 1 | -13/+19 |
* | MIPS: bootm.c: use debug macro to print debug message | Gabor Juhos | 2013-01-16 | 1 | -3/+1 |
* | mips: serial: Fix busted manual relocation | Joe Hershberger | 2012-12-12 | 1 | -0/+3 |
* | MIPS: constify mips_io_port_base | Daniel Schwierzeck | 2012-12-12 | 1 | -1/+1 |
* | MIPS: constify address pointer in test_bit() | Daniel Schwierzeck | 2012-12-08 | 1 | -1/+1 |
* | MIPS: fix a latent bug on initialize $gp | Zhi-zhou Zhang | 2012-12-08 | 1 | -1/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2012-11-27 | 2 | -2/+0 |
|\ |
|
| * | MIPS: do not initialize timestamp variable before relocate_code | Zhi-zhou Zhang | 2012-11-25 | 2 | -2/+0 |
* | | usb: use linux/usb/ch9.h instead of usbdescriptors.h | Ilya Yanok | 2012-11-20 | 1 | -1/+1 |
|/ |
|
* | common: Convert the U-Boot commands to LG-arrays | Marek Vasut | 2012-10-22 | 1 | -2/+2 |
* | mips: Change global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2012-10-17 | 16 | -60/+884 |
|\ |
|
| * | MIPS: add board qemu-mips64 support | Zhi-zhou Zhang | 2012-10-16 | 7 | -0/+802 |
| * | MIPS: add support for 64 bit addressing | Zhi-zhou Zhang | 2012-10-16 | 3 | -1/+23 |
| * | MIPS: don't use camel-case style | Zhi-zhou Zhang | 2012-10-16 | 6 | -59/+59 |
* | | split AU1X00 specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | 2 | -1/+33 |
* | | serial: Use default_serial_puts() in drivers | Marek Vasut | 2012-10-17 | 3 | -23/+3 |
|/ |
|
* | usb: lowlevel interface change to support multiple controllers | Lucas Stach | 2012-10-15 | 1 | -2/+2 |
* | serial: Remove CONFIG_SERIAL_MULTI from serial drivers | Marek Vasut | 2012-10-15 | 3 | -96/+0 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver | Marek Vasut | 2012-10-15 | 1 | -6/+61 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver | Marek Vasut | 2012-10-15 | 1 | -6/+61 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver | Marek Vasut | 2012-10-15 | 1 | -10/+64 |
* | malloc: remove extern declarations of malloc_bin_reloc() in board.c files | Daniel Schwierzeck | 2012-09-26 | 1 | -1/+0 |
* | MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles | Daniel Schwierzeck | 2012-08-24 | 3 | -2/+4 |
* | MIPS: factor out endianess flag handling to arch config.mk | Daniel Schwierzeck | 2012-08-24 | 3 | -22/+20 |
* | dm: mips: Import libgcc components from Linux | Marek Vasut | 2012-08-17 | 5 | -0/+122 |
* | dm: mips: Fix lb60 timer code | Marek Vasut | 2012-08-17 | 1 | -6/+6 |
* | dm: mips: Fix lb60 WDT control | Marek Vasut | 2012-08-17 | 1 | -1/+1 |
* | global_data: unify global flag defines | Mike Frysinger | 2012-08-09 | 1 | -13/+1 |
* | MIPS: board.c: move extern declarations to u-boot-mips.h | Daniel Schwierzeck | 2012-06-03 | 2 | -7/+11 |
* | MIPS: bootm_qemu_mips.c: make checkpatch.pl clean | Daniel Schwierzeck | 2012-06-03 | 1 | -12/+14 |