| Commit message (Expand) | Author | Age | Lines |
* | Correct ffs/fls regression for PowerPC etc | Simon Kagstrom | 2009-09-17 | -12/+1 |
* | Move __set/clear_bit from ubifs.h to bitops.h | Simon Kagstrom | 2009-09-15 | -0/+1 |
* | MIPS: Make all extern-ed functions in bitops.h static | Shinya Kuribayashi | 2009-05-16 | -32/+32 |
* | remove bi_enet*addr from global data for all arches | Mike Frysinger | 2009-03-20 | -1/+0 |
* | MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings | Shinya Kuribayashi | 2009-02-22 | -1/+1 |
* | Add an architecture specific config.h for common defines | Kumar Gala | 2009-02-10 | -0/+24 |
* | Introduce virt_to_phys() | Kumar Gala | 2008-12-15 | -1/+1 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -1/+1 |
* | Allow console input to be disabled | Mark Jackson | 2008-09-06 | -0/+1 |
* | Change bd/gd memsize/ram_size to be phys_size_t. | Becky Bruce | 2008-06-12 | -2/+2 |
* | [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* | Shinya Kuribayashi | 2008-06-07 | -6/+6 |
* | [MIPS] Update <asm/addrspace.h> header | Shinya Kuribayashi | 2008-06-05 | -44/+127 |
* | mips: Add an 'include/asm/errno.h', like all other architectures | Jason McMullan | 2008-05-30 | -0/+143 |
* | [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros | Shinya Kuribayashi | 2008-05-30 | -125/+825 |
* | [MIPS] <asm/mipsregs.h>: Update register / bit field definitions | Shinya Kuribayashi | 2008-05-30 | -111/+225 |
* | [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups | Shinya Kuribayashi | 2008-05-30 | -140/+143 |
* | Merge branch 'lwmon5' of /home/wd/git/u-boot/projects | Wolfgang Denk | 2008-05-21 | -0/+2 |
|\ |
|
| * | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit... | Yuri Tikhonov | 2008-05-20 | -0/+1 |
| * | POST: add POST_STOP flag | Yuri Tikhonov | 2008-05-20 | -0/+1 |
* | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -17/+17 |
|/ |
|
* | Introduce phys_size_t and move phys_addr_t into asm/types.h | Kumar Gala | 2008-04-13 | -2/+8 |
* | [MIPS] Introduce _machine_restart | Shinya Kuribayashi | 2008-03-25 | -0/+14 |
* | [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros | Shinya Kuribayashi | 2008-03-25 | -0/+409 |
* | [MIPS] asm headers' updates | Shinya Kuribayashi | 2008-03-25 | -343/+416 |
* | The patch introduces the CRITICAL feature of POST tests. If the test marked a... | Yuri Tikhonov | 2008-03-18 | -0/+1 |
* | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta... | Shinya Kuribayashi | 2008-02-23 | -3/+3 |
* | Introduce map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -0/+26 |
* | Fixed mips_io_port_base build errors. | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-17 | -1/+15 |
* | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2007-11-01 | -1/+1 |
|\ |
|
| * | [MIPS] Fix UNCACHED_SDRAM | Vlad Lungu | 2007-10-21 | -1/+1 |
* | | Mips: Fix string functions differ prototype declaration | Jean-Christophe PLAGNIOL-VILLARD | 2007-10-24 | -5/+5 |
|/ |
|
* | [MIPS] Remove inline asm string functions | Shinya Kuribayashi | 2007-09-07 | -114/+10 |
* | [MIPS] Update asm string header | Shinya Kuribayashi | 2007-09-07 | -41/+27 |
* | [PATCH v3] Add sync to ensure flash_write_cmd is fully finished | Haiying Wang | 2007-02-21 | -0/+4 |
* | Add support for gth2 board | Wolfgang Denk | 2006-06-16 | -0/+5 |
* | Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h | Wolfgang Denk | 2005-11-25 | -0/+7 |
* | * Patch by Leif Lindholm, 23 Sep 2004: | wdenk | 2005-01-09 | -0/+36 |
* | * Patch by liang a lei, 9 Jan 2004: | wdenk | 2004-02-07 | -1/+1 |
* | * Make BMS2003 use a separate config file to avoid #ifdef mess; | wdenk | 2004-01-04 | -0/+3 |
* | * Cleanup lowboot code for MPC5200 | wdenk | 2004-01-02 | -19/+19 |
* | * Patches by David M�ller, 14 Nov 2003: | wdenk | 2003-12-07 | -0/+12 |
* | * Patches by Xianghua Xiao, 15 Oct 2003: | wdenk | 2003-10-15 | -4/+3 |
* | Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent | wdenk | 2003-10-10 | -0/+1 |
* | * Patch by Steven Scholz, 10 Oct 2003 | wdenk | 2003-10-09 | -0/+1054 |
* | * Implement new mechanism to export U-Boot's functions to standalone | wdenk | 2003-07-24 | -1/+2 |
* | * Code cleanup: | wdenk | 2003-06-27 | -913/+913 |
* | * Patch by Arun Dharankar, 4 Apr 2003: | wdenk | 2003-04-05 | -0/+10 |
* | * Add support for MIPS32 4Kc CPUs | wdenk | 2003-03-27 | -0/+2431 |
* | Add PCI support for MPC8250 Boards (PM825 module) | wdenk | 2003-03-25 | -12/+10 |
* | * Add support for 16 MB flash configuration of TRAB board | wdenk | 2003-02-28 | -0/+3367 |