summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2013-03-11ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese
2013-03-09mpc512x: Adjust the DRAM init sequence to the datasheet specAnatolij Gustschin
2013-03-09mpc512x: add ifm ac14xx boardAnatolij Gustschin
2013-03-09mpc512x: allow configuring board specific IPS dividerAnatolij Gustschin
2013-03-09mpc512x: optionally configure DIU, LPC and NFC devidersAnatolij Gustschin
2013-03-09mpc512x: use common code for clock setting for all mpc512x boardsAnatolij Gustschin
2013-03-09mpc512x: add common LAW and Chip Select configurationAnatolij Gustschin
2013-03-09mpc5200: spl_boot.c: Change init oder to first enable printfStefan Roese
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-03-04x86: Add basic cache operationsSimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-03-04Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini
2013-03-04blackfin: bf60x: add resume from hibernateSteven Miao
2013-03-04blackfin: bf60x: add hw watchdog supportBob Liu
2013-03-04blackfin: add bf6xx spi driverScott Jiang
2013-03-04blackfin: bf60x: add rsi/sdh supportSonic Zhang
2013-03-04blackfin: bf60x: add gpio supportBob Liu
2013-03-04blackfin: bf60x: support big cplb pageBob Liu
2013-03-04blackfin: bf60x: add dma supportBob Liu
2013-03-04blackfin: bf60x: add serial supportSonic Zhang
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang
2013-03-04blackfin: bf60x: new processor header filesBob Liu
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2013-02-28sandbox: fix compiler warningAllen Martin
2013-02-20mac: Fix the condition check for setting the MAC from the EEPROMHolger Hans Peter Freyther
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2013-02-18nds32: Add a basic errno.hSimon Glass
2013-02-15Merge branch 'fixes' of git://git.denx.de/u-boot-mipsTom Rini
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck
2013-02-14x86: Remove unused real mode codeSimon Glass
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass
2013-02-14x86: Remove sc520 cpuSimon Glass
2013-02-12Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini
2013-02-12MIPS: add dynamic relocation supportGabor Juhos
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck