From 6be9593ee4352c19377a47475fdcd8473897ac42 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 20:10:08 +0530 Subject: Fix white screen issue during bootup Signed-off-by: Manish Patel --- drivers/video/wmt/bootanimation/LzmaDec.c | 20 ++++++++++++++++++-- drivers/video/wmt/bootanimation/LzmaDec.h | 20 ++++++++++++++++++-- drivers/video/wmt/bootanimation/Makefile | 0 drivers/video/wmt/bootanimation/Types.h | 20 ++++++++++++++++++-- drivers/video/wmt/bootanimation/anim_data.h | 19 +++++++++++++++++++ drivers/video/wmt/bootanimation/animation.c | 25 ++++++++++++++++++------- drivers/video/wmt/bootanimation/animation.h | 19 +++++++++++++++++++ drivers/video/wmt/bootanimation/buffer.c | 17 +++++++++++++++++ drivers/video/wmt/bootanimation/buffer.h | 19 +++++++++++++++++++ 9 files changed, 146 insertions(+), 13 deletions(-) mode change 100755 => 100644 drivers/video/wmt/bootanimation/LzmaDec.c mode change 100755 => 100644 drivers/video/wmt/bootanimation/LzmaDec.h mode change 100755 => 100644 drivers/video/wmt/bootanimation/Makefile mode change 100755 => 100644 drivers/video/wmt/bootanimation/Types.h mode change 100755 => 100644 drivers/video/wmt/bootanimation/anim_data.h mode change 100755 => 100644 drivers/video/wmt/bootanimation/animation.c mode change 100755 => 100644 drivers/video/wmt/bootanimation/animation.h mode change 100755 => 100644 drivers/video/wmt/bootanimation/buffer.c mode change 100755 => 100644 drivers/video/wmt/bootanimation/buffer.h (limited to 'drivers/video/wmt/bootanimation') diff --git a/drivers/video/wmt/bootanimation/LzmaDec.c b/drivers/video/wmt/bootanimation/LzmaDec.c old mode 100755 new mode 100644 index 10f6cda6..b8be701d --- a/drivers/video/wmt/bootanimation/LzmaDec.c +++ b/drivers/video/wmt/bootanimation/LzmaDec.c @@ -1,5 +1,21 @@ -/* LzmaDec.c -- LZMA Decoder -2008-11-06 : Igor Pavlov : Public domain */ +/*++ + linux/drivers/video/wmt/LzmaDec.c + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ #include "LzmaDec.h" diff --git a/drivers/video/wmt/bootanimation/LzmaDec.h b/drivers/video/wmt/bootanimation/LzmaDec.h old mode 100755 new mode 100644 index 98cdbe94..232ec65e --- a/drivers/video/wmt/bootanimation/LzmaDec.h +++ b/drivers/video/wmt/bootanimation/LzmaDec.h @@ -1,5 +1,21 @@ -/* LzmaDec.h -- LZMA Decoder -2008-10-04 : Igor Pavlov : Public domain */ +/*++ + linux/drivers/video/wmt/LzmaDec.h + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ #ifndef __LZMADEC_H #define __LZMADEC_H diff --git a/drivers/video/wmt/bootanimation/Makefile b/drivers/video/wmt/bootanimation/Makefile old mode 100755 new mode 100644 diff --git a/drivers/video/wmt/bootanimation/Types.h b/drivers/video/wmt/bootanimation/Types.h old mode 100755 new mode 100644 index 60cfe05e..1b74ece9 --- a/drivers/video/wmt/bootanimation/Types.h +++ b/drivers/video/wmt/bootanimation/Types.h @@ -1,5 +1,21 @@ -/* Types.h -- Basic types -2010-03-11 : Igor Pavlov : Public domain */ +/*++ + linux/drivers/video/wmt/Types.h + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ #ifndef __7Z_TYPES_H #define __7Z_TYPES_H diff --git a/drivers/video/wmt/bootanimation/anim_data.h b/drivers/video/wmt/bootanimation/anim_data.h old mode 100755 new mode 100644 index 1932ee0d..079528f6 --- a/drivers/video/wmt/bootanimation/anim_data.h +++ b/drivers/video/wmt/bootanimation/anim_data.h @@ -1,3 +1,22 @@ +/*++ + linux/drivers/video/wmt/anim_data.h + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ + static const unsigned char __initdata anim_data[] = { 0x21,0x43,0x34,0x12,0x01,0x01,0x01,0x00,0xAA,0x38,0x00,0x00,0x05,0x01,0x00,0x00, diff --git a/drivers/video/wmt/bootanimation/animation.c b/drivers/video/wmt/bootanimation/animation.c old mode 100755 new mode 100644 index de803ccd..ce37c44d --- a/drivers/video/wmt/bootanimation/animation.c +++ b/drivers/video/wmt/bootanimation/animation.c @@ -1,10 +1,21 @@ -/** - * Author: Aimar Ma - * - * Show animation during kernel boot stage - * - * - **/ +/*++ + linux/drivers/video/wmt/animation.c + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ #include #include diff --git a/drivers/video/wmt/bootanimation/animation.h b/drivers/video/wmt/bootanimation/animation.h old mode 100755 new mode 100644 index e63686ec..f3d316df --- a/drivers/video/wmt/bootanimation/animation.h +++ b/drivers/video/wmt/bootanimation/animation.h @@ -1,3 +1,22 @@ +/*++ + linux/drivers/video/wmt/animation.h + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ + #ifndef _BOOTANIMATION_H_ #define _BOOTANIMATION_H_ diff --git a/drivers/video/wmt/bootanimation/buffer.c b/drivers/video/wmt/bootanimation/buffer.c old mode 100755 new mode 100644 index 6b6f1b89..5e6f1fe7 --- a/drivers/video/wmt/bootanimation/buffer.c +++ b/drivers/video/wmt/bootanimation/buffer.c @@ -1,4 +1,21 @@ +/*++ + linux/drivers/video/wmt/buffer.c + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ #include "buffer.h" #define assert(int ) diff --git a/drivers/video/wmt/bootanimation/buffer.h b/drivers/video/wmt/bootanimation/buffer.h old mode 100755 new mode 100644 index 3ac79aa5..0203ad80 --- a/drivers/video/wmt/bootanimation/buffer.h +++ b/drivers/video/wmt/bootanimation/buffer.h @@ -1,3 +1,22 @@ +/*++ + linux/drivers/video/wmt/buffer.h + + Copyright (c) 2013 WonderMedia Technologies, Inc. + + This program is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software Foundation, + either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + WonderMedia Technologies, Inc. + 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. +--*/ + #ifndef ANIMATION_BUFFER_H_INCLUDED #define ANIMATION_BUFFER_H_INCLUDED -- cgit