aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser1-0/+75
2009-01-24Removed all references to CONFIG_SYS_RESET_GENERICGraeme Russ3-3/+0
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ1-0/+29
2009-01-24Added initial eNET board supportGraeme Russ1-0/+249
2009-01-24POWERPC 82xx: add the SCC as an HDLC controllerGary Jennejohn1-0/+28
2009-01-24powerpc, keymile boards: extract identical config optionsHeiko Schocher4-216/+120
2009-01-24powerpc: keymile: Add a check for the PIGGY debug boardHeiko Schocher3-0/+28
2009-01-24powerpc: 83xx: add support for the kmeter1 boardHeiko Schocher1-0/+523
2009-01-24Add a do_div() wrapper macro, lldiv().Sergei Poselenov1-0/+10
2009-01-23Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk67-101/+54
2009-01-23Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk1-50/+71
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger63-74/+9
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger1-0/+2
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese1-0/+1
2009-01-23mpc83xx: enable eLBC NAND support for MPC8315ERDB boardDave Liu1-5/+7
2009-01-23Sync with 2.6.27Kyungmin Park3-23/+36
2009-01-23microblaze: Add cache flushMichal Simek1-1/+18
2009-01-23microblaze: Change microblaze-generic config fileMichal Simek1-47/+52
2009-01-23microblaze: Rename ml401 to microblaze-genericMichal Simek1-2/+1
2009-01-22Merge branch 'fixes'Haavard Skinnemoen1-7/+2
2009-01-16Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk1-0/+52
2009-01-16sh: use write{8,16,32} in all lowlevel_initJean-Christophe PLAGNIOL-VILLARD1-0/+52
2009-01-14ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boardsMatthias Fuchs2-0/+5
2009-01-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+1
2009-01-13Some changes of TLB entry setting for MPC8572DSHaiying Wang1-0/+1
2009-01-13mpc8610hpcd: Fix PCI mapping conceptsBecky Bruce1-11/+13
2009-01-13sbc8641d: Fix PCI mapping conceptsBecky Bruce1-14/+18
2009-01-06at91rm9200: move define from lowlevel_init to headerJean-Christophe PLAGNIOL-VILLARD1-0/+27
2009-01-06m501sk: move to the common memory setupJean-Christophe PLAGNIOL-VILLARD1-0/+33
2009-01-06at91rm9200: rename lowlevel init value to CONFIG_SYS_Jean-Christophe PLAGNIOL-VILLARD4-92/+92
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk10-17/+1202
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-1/+1
2008-12-29XPedite5200 board support cleanupPeter Tyser1-0/+546
2008-12-20usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD1-0/+2
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho3-0/+5
2008-12-19sbc8548: use proper PHY addressPaul Gortmaker1-2/+2
2008-12-19sbc8548: enable command line editing by default.Paul Gortmaker1-0/+1
2008-12-19sbc8548: don't enable the 3rd and 4th eTSECPaul Gortmaker1-14/+1
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+4
2008-12-19ppc: Use addrmap in virt_to_phys and map_physmem.Kumar Gala1-0/+12
2008-12-1985xx: Add support to populate addr map based on TLB settingsKumar Gala1-0/+3
2008-12-19XPedite5370 board supportPeter Tyser1-0/+589
2008-12-19Add support for PCA953x I2C gpio devicesPeter Tyser1-0/+39
2008-12-17avr32: Remove second definition of virt_to_phys()Haavard Skinnemoen1-7/+2
2008-12-17MIPS: qemu_mips: move env storage just after u-bootJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-12-16include/configs/at91cap9adk.h: fix typo.Wolfgang Denk1-1/+1
2008-12-16powerpc: fix io.h build warning with CONFIG_PHYS_64BITBecky Bruce1-1/+1
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk6-11/+10
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-2/+60
2008-12-15Introduce addr_map libraryKumar Gala1-0/+29