On Sunday 22 November 2009, Wolfgang Denk wrote:
> Dear Dimitar Dimitrov,
>
> In message <200907151856.24888.dinu...@gmail.com> you wrote:
> > This is my third try for Olimex SAM9-L9260/61 board support patches.
> >
> > Here follows the first patch.
> >
The SAM9-L9260 board support is based on code for AT91SAM9260EK. Networking
is missing and will be added after the MACB support for AT91 boards is
fixed to comply with U-Boot guide-lines.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS |1 +
MAKEALL
ode 100644 tools/logos/olimex.bmp
diff --git a/MAINTAINERS b/MAINTAINERS
index 575a7ec..dfcccf5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -133,6 +133,9 @@ Jon Diekema
sbc8260 MPC8260
+Dimitar Dimitrov
+ sam9_l9261 AT91SAM9261
+
Dirk Eibach
gdppc440
This is my third try for Olimex SAM9-L9260/61 board support patches.
Here follows the first patch.
---
Boards utilizing the Atmel LCD driver can now specify that the LCD clock must
be inverted by defining the macro CONFIG_LCD_INVERTED_CLOCK.
---
README |5 +
drivers
The SAM9-L9260 board support is based on code for AT91SAM9260EK. Networking
is missing and will be added after the MACB support for AT91 boards is
fixed to comply with U-Boot guide-lines.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS |1 +
Makefile
The SAM9-L9261 board support is based on code for AT91SAM9261EK. Networking
is missing and will be added after the DM9000 support for AT91 boards is
fixed to comply with U-Boot guide-lines.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS |3 +
MAKEALL
inverted by defining the macro CONFIG_ATMEL_LCD_INVCLK.
Signed-off-by: Dimitar Dimitrov
---
drivers/video/atmel_lcdfb.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
index db86763..64f8e87 100644
--- a/drivers
The port is heavily based on code for AT91SAM9260EK.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile | 17 +++
board/olimex/sam9_l9260/Makefile | 56
The SAM9-L9261 board support is based on code for AT91SAM9261EK. The Atmel LCD
initialization in drivers/video/atmel_lcdfb.c has a minor modification to
enable LCD video clock invertion as required by the SAM9-L9261 LCD.
Signed-off-by: Dimitar Dimitrov
---
MAINTAINERS
9 matches
Mail list logo