aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-13Add support for Eukrea CPU9260/CPU9G20 SBCTom Rix9-1/+900
2009-10-13Add support for Eukrea CPUAT91 SBCTom Rix10-3/+702
2009-10-13TI: DaVinci DM365: Minor config cleanupSandeep Paulraj1-2/+0
2009-10-13TI DaVinci DM365: Removing header file which does not existSandeep Paulraj1-1/+0
2009-10-13TI DaVinci: DM355: Config Cleanup and UpdateSandeep Paulraj1-9/+12
2009-10-13TI DaVinci: DM646x: Initial Support for DM646x SOCSandeep Paulraj3-0/+53
2009-10-13TI DaVinci: DM6446: Fix Compilation error in NAND modeSandeep Paulraj1-0/+1
2009-10-13OMAP3 Move cache routine to cache.STom Rix8-184/+197
2009-10-13TI DaVinci: Remove references to SZ_xxSandeep Paulraj6-19/+13
2009-10-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk30-106/+460
2009-10-12Leave x86emu op code tables in default sectionEd Swarthout2-14/+8
2009-10-10Update all board to support new bbmiiphy driver (with multibus support)Luigi 'Comio' Mantellini18-0/+74
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini9-1/+64
2009-10-10Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbit...Luigi 'Comio' Mantellini3-105/+322
2009-10-09Merge branch 'reloc'Wolfgang Denk300-1413/+154
2009-10-08relocation: Do not relocate NULL pointers.Joakim Tjernlund12-24/+48
2009-10-0885xx: Ensure BSS segment isn't linked at address 0Peter Tyser1-0/+11
2009-10-08tqm5200: Correct comment and code in post_hotkeys_pressed.Detlev Zundel2-10/+10
2009-10-08mpc512x: fix fixed_sdram() init code.Wolfgang Denk4-21/+37
2009-10-07ppc4xx: respect 80-chars per line in ppc*.h filesNiklaus Giger4-870/+1038
2009-10-07ppc4xx: Rework cmd reginfoNiklaus Giger3-154/+378
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger34-492/+492
2009-10-07ppc4xx: Cleanup some HW register namesNiklaus Giger4-189/+216
2009-10-07ppc4xx: Add PPC405EX(r) Rev D supportStefan Roese2-12/+24
2009-10-07ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scanStefan Roese6-1/+17
2009-10-07PPC4xx: Denali core: Fix incorrect DDR row bitsMike Nuss1-1/+1
2009-10-05Add information about return values of xxx_eth_register() in documentationBen Warren1-8/+13
2009-10-04document network driver frameworkMike Frysinger1-0/+177
2009-10-04net: kirkwood_egiga.c: fixed build warningPrafulla Wadaskar1-1/+3
2009-10-04Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren71-639/+849
2009-10-04net: phy: mv88e61xx.c : fixed build warningPrafulla Wadaskar1-2/+2
2009-10-04net: Fix problem with 405EZ ethernet interruptJames Clough1-0/+9
2009-10-04net: add random_port() prototypeMike Frysinger1-0/+3
2009-10-03Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk8-351/+341
2009-10-03Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-2/+2
2009-10-03ppc: Remove reloc_off field from global_data structurePeter Tyser2-2/+2
2009-10-03arm/microblaze/nios/nios2/sh: Remove relocation fixupsPeter Tyser11-7/+17
2009-10-03Conditionally perform common relocation fixupsPeter Tyser13-5/+41
2009-10-03p3mx: Remove serial relocation fixupsPeter Tyser2-11/+0
2009-10-03lwmon, lwmon5: Remove sysmon POST relocation fixupsPeter Tyser2-32/+2
2009-10-03mpl: Remove memory test relocation fixupsPeter Tyser4-33/+1
2009-10-03fpga: Remove relocation fixupsPeter Tyser22-863/+18
2009-10-03tsec: Remove PHY command relocation fixupsPeter Tyser1-49/+0
2009-10-03ppc: Remove board-specific command table relocation fixupsPeter Tyser5-71/+0
2009-10-03ppc: Remove extable relocation fixupsPeter Tyser1-20/+6
2009-10-03ppc: Remove pci config table pointer relocation fixupsPeter Tyser2-25/+0
2009-10-03ppc: Remove board.c relocation fixupsPeter Tyser1-50/+0
2009-10-03ppc: Check for compilers that don't support relocationPeter Tyser1-0/+6
2009-10-03ppc: Enable full relocation to RAMPeter Tyser222-223/+4
2009-10-02ppc4xx: Add SDRAM detection for PMC440 boardsMatthias Fuchs3-33/+61