summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* shell info addedJuergen Beisert2007-10-191-1/+1
|
* netx doc added and some typos fixedJuergen Beisert2007-10-192-1/+10
|
* adding first board docJuergen Beisert2007-10-195-0/+46
|
* ethernet address defaultJuergen Beisert2007-10-191-0/+5
|
* phycore i.MX31: Skip SDRAM setup when running from RAMsascha2007-10-191-0/+9
|
* basic doc structure addedJuergen Beisert2007-10-191-0/+5
|
* add temporary default environment for scb9328sascha2007-10-191-0/+3
|
* - Implement tree structure for devicessascha2007-10-196-12/+12
| | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* beautifyingJuergen Beisert2007-10-182-4/+10
|
* preliminary default environment addedJuergen Beisert2007-10-181-0/+7
|
* some improvementsJuergen Beisert2007-10-181-13/+22
|
* adding devices to the newest Phytec BSPJuergen Beisert2007-10-181-16/+11
|
* first time runningJuergen Beisert2007-10-171-9/+62
|
* merge sha + jbeJuergen Beisert2007-10-178-276/+0
|\
| * Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-178-276/+0
| | | | | | | | | | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* | prepare for release phytec's board. Untested yetJuergen Beisert2007-10-174-103/+41
| |
* | new imx platform added: phyCORE-imx31Juergen Beisert2007-10-174-0/+278
|/
* arm: use text_entry for reset vector instead of hardcoded filenamesascha2007-10-174-4/+6
| | | | (once again)
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-162-8/+4
|\
| * changing function name for board specific initJuergen Beisert2007-10-162-8/+4
| |
* | update scb9328 configsascha2007-10-161-6/+61
| |
* | move dm9000 specific stuff to platform_datasascha2007-10-161-1/+10
| |
* | scb9328: Move all not critical register initializationssascha2007-10-162-122/+46
|/ | | | like chipselect setups from assembler to C.
* phycore_mpc5200b_tiny: add map_base for fec controllerSascha Hauer2007-10-111-6/+5
|
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-3/+13
| | | | list.
* pcm038: only initialize SDRAM if not currently running from itSascha Hauer2007-10-091-2/+9
|
* correct RAM and Flash size for pcm028 boardSascha Hauer2007-10-091-2/+2
|
* lowlevel.S for phycore pcm038 board (wip)Sascha Hauer2007-10-092-1/+79
|
* beginning phycore pcm038 i.MX27 supportSascha Hauer2007-10-083-0/+190
|
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-073-9/+9
|
* board/ipe337/u-boot.lds.S: add missing _Sascha Hauer2007-10-041-2/+2
|
* update linker scripts:Sascha Hauer2007-10-013-3/+22
| | | | | - add _stext and _etext symbols - add symtabd section
* update default environment for ipe337 boardSascha Hauer2007-09-283-36/+3
|
* add blackfin specific bits for module handlingSascha Hauer2007-09-281-1/+6
|
* add bracketsSascha Hauer2007-09-281-1/+1
|
* move environment to offset 0x20000 in flashSascha Hauer2007-09-271-1/+1
|
* add alternate command for ipe337 boardSascha Hauer2007-09-272-0/+52
|
* update ipe337 default environmentSascha Hauer2007-09-223-4/+11
|
* remove unused includesSascha Hauer2007-09-211-1/+0
|
* add default environment for ip337 boardSascha Hauer2007-09-163-0/+52
|
* fix memory size of ipe337 boardSascha Hauer2007-09-161-2/+3
|
* whitespace cleanupSascha Hauer2007-09-135-53/+53
|
* add missing includeSascha Hauer2007-09-131-0/+1
|
* remove old env handling in ec920 boardSascha Hauer2007-09-131-12/+0
|
* add support for the PII bf561 boardSascha Hauer2007-09-113-0/+149
|
* use text_entry instead of hardcoded start.S for scb9328Sascha Hauer2007-09-051-1/+1
|
* add hilscher netx supportSascha Hauer2007-09-054-0/+208
|
* arm: use linker section for reset vectorSascha Hauer2007-07-251-1/+1
| | | | | | | | | Put the reset vector at the beginning of the binary by creating its own section in the linker script rather than specifying the file. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
* further reloc fixesSascha Hauer2007-07-251-1/+0
|
* enable flash protection for monitorSascha Hauer2007-07-161-0/+3
|