aboutsummaryrefslogtreecommitdiffstats
path: root/lib_i386
AgeCommit message (Expand)AuthorFilesLines
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger1-0/+2
2009-09-04i386: Moved PCI from #ifdef to conditional compile for sc520 boardsGraeme Russ3-10/+2
2009-09-04i386: Misc PCI fixupsGraeme Russ2-10/+10
2009-09-04i386: Fix regression introduced by commit 8c63d47651f7Graeme Russ1-0/+5
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-21/+0
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+26
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2-7/+7
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-03-20Add basic relocation to i386 portGraeme Russ3-3/+30
2009-03-20Implement SC520 timersGraeme Russ3-0/+211
2009-03-20Rewrite i386 interrupt handlingGraeme Russ3-0/+326
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-17/+0
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-09Update i386 code (sc520_cdp)Graeme Russ4-8/+16
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-7/+2
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-7/+1
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-13/+0
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-05-21Big white-space cleanup.Wolfgang Denk7-75/+75
2008-05-19i386/bootm: remove unused varJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-04-18allow ports to override go behaviorMike Frysinger1-0/+8
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-5/+21
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-2/+5
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-2/+2
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-7/+16
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-11/+24
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-73/+3
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-48/+33
2008-02-07[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()Marian Balakowicz1-3/+3
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2-61/+0
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz2-44/+33
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger1-9/+8
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-8/+9
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+9
2006-07-21Fix multi-part image support on i386 platform.Wolfgang Denk1-0/+6
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2-7/+4
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-10/+11
2004-07-01* Patches by Richard Woodruff, 10 Jun 2004:wdenk1-0/+2
2004-03-14Code cleanup; make several boards compile & link.wdenk1-1/+1
2004-02-27* Patch by Pierre Aubert, 26 Feb 2004wdenk1-1/+1
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-15/+1
2003-07-15* Patches by Martin Krause, 14 Jul 2003:wdenk1-4/+0
2003-07-14* Patches by Yuli Barcohen, 13 Jul 2003:wdenk1-1/+1