summaryrefslogtreecommitdiff
path: root/board/socrates/law.c
Commit message (Collapse)AuthorAgeLines
* 85xx: socrates: Enable Lime support.Anatolij Gustschin2008-09-09-1/+3
| | | | | | | | | This patch adds Lime GDC support together with support for the PWM backlight control through the w83782d chip. The reset pin of the latter is attached to GPIO, so we need to reset it in early_board_init_r. Signed-off-by: Anatolij Gustschin <agust@denx.de>
* 85xx/86xx: Move to dynamic mgmt of LAWsKumar Gala2008-06-11-5/+5
| | | | | | | | | | | With the new LAW interface (set_next_law) we can move to letting the system allocate which LAWs are used for what purpose. This makes life a bit easier going forward with the new DDR code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Andy Fleming <afleming@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com> Acked-by: Becky Bruce <becky.bruce@freescale.com>
* Socrates: Added FPGA mapping. LAWs and TLBs cleanup.Sergei Poselenov2008-06-11-7/+8
| | | | Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
* Initial support for "Socrates" boardSergei Poselenov2008-05-20-0/+57
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>