aboutsummaryrefslogtreecommitdiff
path: root/board/esd
AgeCommit message (Expand)AuthorFilesLines
2010-09-2383xx: Remove warmboot parameter from PCI init functionsPeter Tyser1-1/+1
2010-09-23ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese1-3/+3
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese3-5/+4
2010-09-23ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specificStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese27-28/+28
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-4/+2
2010-08-20at91: Enabeling USB host on meesc boardDaniel Gorsulowski1-1/+5
2010-08-20at91: Update meesc board to new SoC accessDaniel Gorsulowski1-54/+58
2010-08-09ppc4xx: Fix building of PMC440 boardMatthias Fuchs1-1/+1
2010-08-09ppc4xx: Fix building of CANBT boardMatthias Fuchs1-7/+1
2010-08-09ppc4xx: Fix building of AR405 boardMatthias Fuchs1-8/+1
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk25-32/+32
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk2-7/+3
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk30-69/+69
2010-05-17ppc4xx: Fix building PLU405 boardMatthias Fuchs1-1/+1
2010-05-0674xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 boardReinhard Arlt2-7/+156
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2-29/+29
2010-04-21Move arch/ppc to arch/powerpcStefan Roese4-4/+4
2010-04-19ppc4xx: TLB init file cleanupStefan Roese2-29/+29
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser1-2/+2
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser3-3/+3
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser2-2/+2
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2010-03-21mpc5xxx: Remove all references to MGT5100Detlev Zundel3-15/+0
2010-03-07AT91: Update otc570 board to new SoC accessDaniel Gorsulowski1-85/+95
2010-03-07ARM change name of defines for AT91 arm926ejsAchim Ehrlich1-1/+1
2010-02-12at91: Add esd gmbh OTC570 board supportDaniel Gorsulowski4-0/+458
2010-02-03ppc4xx: Fix building for PLU405 boardsMatthias Fuchs1-0/+28
2010-01-23at91: Enable slow master clock on meesc boardDaniel Gorsulowski1-0/+26
2010-01-07mpc83xx: vme8349: Fix power up reset sequence for tsi148Reinhard Arlt2-8/+61
2010-01-07mpc83xx: Add support for MPC8349 esd caddy2Reinhard Arlt1-57/+138
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner9-25/+0
2009-12-085xxx, fdt: move fdt_fixup_memory() to cpu.c fileHeiko Schocher1-1/+0
2009-12-07POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-11/+0
2009-12-05Merge branch 'master' into nextWolfgang Denk2-0/+43
2009-11-25ppc4xx: Remove autoupdate feature from PLU405 boardMatthias Fuchs2-17/+0
2009-11-19ppc4xx: Remove confusing commentMatthias Fuchs1-4/+0
2009-11-19ppc4xx: Consolidate pci_master_init() functionStefan Roese2-29/+6
2009-11-19ppc4xx: Consolidate pci_pre_init() functionStefan Roese2-113/+1
2009-11-19ppc4xx: Consolidate pci_target_init() functionStefan Roese2-70/+0
2009-11-17ppc4xx: Initialize magnetic coupler on VOM405 boardsMatthias Fuchs1-0/+35
2009-11-17ppc4xx: Initialize magnetic couplers in PLU405Matthias Fuchs1-0/+36
2009-11-09ppc4xx: Remove duplicated is_pci_host() functionsStefan Roese2-22/+1
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese23-3060/+0
2009-11-02ppc4xx: Add custom linker script to board/*/config.mkStefan Roese1-0/+3
2009-10-24License cleanup: Fix license header for some esd display configurationsMatthias Fuchs6-44/+102
2009-10-13at91: Update MEESC board supportDaniel Gorsulowski1-7/+58
2009-10-09Merge branch 'reloc'Wolfgang Denk27-29/+3