aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass72-93/+93
2013-03-11ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese1-4/+3
2013-03-09mpc512x: Adjust the DRAM init sequence to the datasheet specAnatolij Gustschin2-1/+17
2013-03-09mpc512x: add ifm ac14xx boardAnatolij Gustschin2-0/+67
2013-03-09mpc512x: allow configuring board specific IPS dividerAnatolij Gustschin1-0/+2
2013-03-09mpc512x: optionally configure DIU, LPC and NFC devidersAnatolij Gustschin2-0/+21
2013-03-09mpc512x: use common code for clock setting for all mpc512x boardsAnatolij Gustschin1-0/+9
2013-03-09mpc512x: add common LAW and Chip Select configurationAnatolij Gustschin1-0/+96
2013-03-09mpc5200: spl_boot.c: Change init oder to first enable printfStefan Roese1-6/+14
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass1-2/+18
2013-03-04x86: Support relocation of FDT on start-upSimon Glass7-2/+46
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass1-7/+12
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass3-1/+4
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass4-18/+16
2013-03-04x86: Add basic cache operationsSimon Glass1-0/+23
2013-03-04x86: Add function to get top of usable ramSimon Glass2-24/+22
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass1-0/+101
2013-03-04Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini4-0/+22
2013-03-04blackfin: bf60x: add resume from hibernateSteven Miao1-0/+46
2013-03-04blackfin: bf60x: add hw watchdog supportBob Liu2-0/+15
2013-03-04blackfin: add bf6xx spi driverScott Jiang1-0/+240
2013-03-04blackfin: bf60x: add rsi/sdh supportSonic Zhang1-2/+36
2013-03-04blackfin: bf60x: add gpio supportBob Liu3-8/+181
2013-03-04blackfin: bf60x: support big cplb pageBob Liu2-6/+44
2013-03-04blackfin: bf60x: add dma supportBob Liu3-76/+156
2013-03-04blackfin: bf60x: add serial supportSonic Zhang7-238/+642
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang7-41/+468
2013-03-04blackfin: bf60x: new processor header filesBob Liu13-1/+1090
2013-02-28sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2-0/+11
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+8
2013-02-28sandbox: fix compiler warningAllen Martin1-0/+3
2013-02-20mac: Fix the condition check for setting the MAC from the EEPROMHolger Hans Peter Freyther1-2/+2
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther1-1/+7
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos4-4/+0
2013-02-18nds32: Add a basic errno.hSimon Glass1-0/+1
2013-02-15Merge branch 'fixes' of git://git.denx.de/u-boot-mipsTom Rini1-8/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-14x86: Remove unused real mode codeSimon Glass11-1794/+0
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2-3/+3
2013-02-14x86: Remove sc520 cpuSimon Glass12-1591/+0
2013-02-12Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini10-253/+268
2013-02-12MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57