summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/bootloader/ppcboot.lds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Move bootloader to bspsSebastian Huber2018-04-241-96/+0
| | | | | | | | This bootloader is only used by the motorola_powerpc BSP. This patch is a part of the BSP source reorganization. Update #3285.
* bsps/powerpc: Set output format in linker scriptSebastian Huber2017-06-011-1/+1
| | | | | | Set the proper output format in the linker script for the bootloader. Otherwise the generic linker is used since Binutils 2.28 which does not understand the PowerPC-specific relocations.
* PR 729/bspsGreg Menke2004-12-061-0/+2
| | | | | | | * bootloader/pci.c: Removed the r->size=0 and r->base=0 assignement which makes too-large regions conflict with onboard hardware, replacing it with sfree which deletes the memory region from the setup code, leaving it disabled.
* Patch from Eric Valette to do some cleanup.Joel Sherrill2000-06-291-1/+1
|
* Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill1999-12-021-0/+94
As part of this effort, the mpc750 libcpu code is now shared with the ppc6xx.