spdx: projects/

This commit is contained in:
CvH 2018-07-16 20:45:36 +02:00
parent 54798d6df1
commit a958119d6b
22 changed files with 46 additions and 374 deletions

View File

@ -1,22 +1,7 @@
#!/bin/bash #!/bin/bash
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# compile and copy amlogic autoscript files to part1 # compile and copy amlogic autoscript files to part1
mcopy $RELEASE_DIR/3rdparty/bootloader/*autoscript :: 2>&1 > /dev/null || true mcopy $RELEASE_DIR/3rdparty/bootloader/*autoscript :: 2>&1 > /dev/null || true

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2018-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
. config/options $1 . config/options $1

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
[ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT="" [ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT=""
[ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash" [ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash"

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2016 Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
[ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT="" [ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT=""
[ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash" [ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash"

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2016 Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
[ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT="" [ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT=""
[ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash" [ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash"

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
display_mode=$(cat /sys/class/display/mode) display_mode=$(cat /sys/class/display/mode)

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="android-headers" PKG_NAME="android-headers"
PKG_VERSION="25" PKG_VERSION="25"

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2018-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="autoscript-amlogic" PKG_NAME="autoscript-amlogic"
PKG_VERSION="" PKG_VERSION=""

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2016-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="device-trees-amlogic" PKG_NAME="device-trees-amlogic"
PKG_VERSION="30c9d42" PKG_VERSION="30c9d42"

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="libhybris" PKG_NAME="libhybris"
PKG_VERSION="070c3ab" PKG_VERSION="070c3ab"

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="opengl-meson-t82x" PKG_NAME="opengl-meson-t82x"
PKG_VERSION="915cb48" PKG_VERSION="915cb48"

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_NAME="u-boot" PKG_NAME="u-boot"
PKG_SITE="https://www.denx.de/wiki/U-Boot" PKG_SITE="https://www.denx.de/wiki/U-Boot"

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2016 Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING! # WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2016 Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING! # WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!

View File

@ -1,22 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2015 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2009-2015 Stephan Raue (stephan@openelec.tv)
#
# OpenELEC 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.
#
# OpenELEC 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 OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Enable io_is_busy for improved sdhost performance - essentially, equivalent of force_turbo=1 but for mmc # Enable io_is_busy for improved sdhost performance - essentially, equivalent of force_turbo=1 but for mmc
echo 1 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy echo 1 > /sys/devices/system/cpu/cpufreq/ondemand/io_is_busy

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Allow upgrades between arm and aarch64 # Allow upgrades between arm and aarch64
if [ "$1" = "@PROJECT@.arm" -o "$1" = "@PROJECT@.aarch64" ]; then if [ "$1" = "@PROJECT@.arm" -o "$1" = "@PROJECT@.aarch64" ]; then

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
PKG_RKBIN="$(get_build_dir rkbin)" PKG_RKBIN="$(get_build_dir rkbin)"
PKG_SOC=$UBOOT_SYSTEM PKG_SOC=$UBOOT_SYSTEM

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
if [ -f "$RELEASE_DIR/3rdparty/bootloader/idbloader.img" ]; then if [ -f "$RELEASE_DIR/3rdparty/bootloader/idbloader.img" ]; then
echo "image: burn idbloader.img to image..." echo "image: burn idbloader.img to image..."

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
mkdir -p $RELEASE_DIR/3rdparty/bootloader mkdir -p $RELEASE_DIR/3rdparty/bootloader
if [ -n "$UBOOT_SYSTEM" ]; then if [ -n "$UBOOT_SYSTEM" ]; then

View File

@ -1,20 +1,5 @@
################################################################################ # SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of LibreELEC - https://libreelec.tv # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
# Copyright (C) 2017-present Team LibreELEC
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
[ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT="" [ -z "$SYSTEM_ROOT" ] && SYSTEM_ROOT=""
[ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash" [ -z "$BOOT_ROOT" ] && BOOT_ROOT="/flash"

View File

@ -1,21 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################
# This file is part of LibreELEC - https://libreelec.tv # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
hdmimode="720p" hdmimode="720p"

View File

@ -1,21 +1,7 @@
#!/bin/sh #!/bin/sh
################################################################################
# This file is part of LibreELEC - https://libreelec.tv # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2014 Alex Deryskyba (alex@codesnake.com) # Copyright (C) 2014 Alex Deryskyba (alex@codesnake.com)
#
# LibreELEC 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.
#
# LibreELEC 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 LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
hdmimode="720p" hdmimode="720p"