summaryrefslogtreecommitdiff
path: root/lib_i386
AgeCommit message (Expand)Author
2009-12-05Generic udelay() with watchdog supportIngo van Lil
2009-12-05i386: Final RelocationGraeme Russ
2009-12-05i386: Move references to link script exportsGraeme Russ
2009-12-05i386: Remove inline asm symbols from .dynsymGraeme Russ
2009-12-05i386: Rearrange Interupt HandlingGraeme Russ
2009-12-05i386: Reorder source objects in lib_i386 MakefileGraeme Russ
2009-12-05i386: Fix malloc initializationGraeme Russ
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger
2009-09-04i386: Moved PCI from #ifdef to conditional compile for sc520 boardsGraeme Russ
2009-09-04i386: Misc PCI fixupsGraeme Russ
2009-09-04i386: Fix regression introduced by commit 8c63d47651f7Graeme Russ
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-03-20Add basic relocation to i386 portGraeme Russ
2009-03-20Implement SC520 timersGraeme Russ
2009-03-20Rewrite i386 interrupt handlingGraeme Russ
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-09Update i386 code (sc520_cdp)Graeme Russ
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen
2008-08-12Fix fallout from autostart revertKumar Gala
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-19i386/bootm: remove unused varJean-Christophe PLAGNIOL-VILLARD
2008-04-18allow ports to override go behaviorMike Frysinger
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz
2008-02-07[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()Marian Balakowicz
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
2006-07-21Fix multi-part image support on i386 platform.Wolfgang Denk