summaryrefslogtreecommitdiffstats
path: root/lib_mips
Commit message (Expand)AuthorAgeFilesLines
* Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini2009-10-101-0/+7
* push LOAD_ADDR out to arch mk filesMike Frysinger2009-09-041-0/+2
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-041-13/+1
* Standardize mem_malloc_init() implementationPeter Tyser2009-09-041-10/+7
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-041-19/+0
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-211-0/+50
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-3/+3
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-121-4/+4
* MIPS: lib_mips/board.c: Remove unused variablesShinya Kuribayashi2009-05-161-2/+1
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
* lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger2009-03-201-8/+0
* MIPS: Add board_early_init_f() to init_sequenceStefan Roese2008-12-101-0/+10
* MIPS: Add onenand_init() to board.c and move nand_init()Stefan Roese2008-12-101-5/+10
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-061-1/+2
* bootm: Add subcommandsKumar Gala2008-10-291-0/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-182-20/+20
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-3/+3
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* qemu_mips: Update linux bootm to support dynamic cmdlineJean-Christophe PLAGNIOL-VILLARD2008-09-092-0/+80
* mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->...Jean-Christophe PLAGNIOL-VILLARD2008-09-091-1/+1
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-10/+2
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-9/+3
* bootm: refactor entry point codeKumar Gala2008-08-261-17/+1
* Fix fallout from autostart revertKumar Gala2008-08-121-5/+1
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-141-2/+2
* Fix some more printf() format issues.Wolfgang Denk2008-07-131-9/+5
* mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environmentJason McMullan2008-07-081-0/+11
* [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routinesShinya Kuribayashi2008-06-051-6/+25
* [MIPS] lib_mips/time.c: Fix udelayShinya Kuribayashi2008-06-051-5/+4
* [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macrosShinya Kuribayashi2008-06-051-27/+8
* mips: If CONFIG_CMD_SPI is defined, call spi_init()Jason McMullan2008-05-301-0/+7
* [MIPS] lib_mips/board.c: Add nand_initJason McMullan2008-05-301-0/+6
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-1/+1
* [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-121-4/+15
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-2/+5
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-291-5/+11
|\
| * MIPS: Fix CFG_NO_FLASH supportJean-Christophe PLAGNIOL-VILLARD2008-02-221-5/+11
* | [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-291-0/+3
* | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-2/+2
* | [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-271-4/+6
* | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-10/+22
* | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-071-82/+2
* | [new uImage] Rename architecture specific bootm code filesMarian Balakowicz2008-02-072-1/+1
* | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-071-43/+25
* | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-26/+15
|/
* Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD2007-11-171-0/+5
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-061-3/+3
|\
OpenPOWER on IntegriCloud