From c72257cbf8f2bc3adc9e3b043eadb3795479e203 Mon Sep 17 00:00:00 2001 From: Yuguo Zou Date: Fri, 24 Feb 2017 19:34:28 +0800 Subject: [PATCH] update other file headers --- .../TARGET_RTL8195A/device/diag.h | 18 +++++++----- .../TARGET_RTL8195A/device/hal_pinmux.h | 12 ++++++++ .../TARGET_RTL8195A/device/hal_platform.h | 18 +++++++----- .../device/platform_autoconf.h | 12 ++++++++ .../TARGET_RTL8195A/device/rand.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_adc.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_dac.h | 12 ++++++++ .../TARGET_RTL8195A/device/rtl8195a_gdma.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_gpio.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_i2c.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_peri_on.h | 12 ++++++++ .../TARGET_RTL8195A/device/rtl8195a_pwm.h | 18 +++++++----- .../device/rtl8195a_spi_flash.h | 12 ++++++++ .../TARGET_RTL8195A/device/rtl8195a_ssi.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_sys_on.h | 12 ++++++++ .../TARGET_RTL8195A/device/rtl8195a_timer.h | 18 +++++++----- .../TARGET_RTL8195A/device/rtl8195a_wdt.h | 18 +++++++----- .../TARGET_RTL8195A/device/va_list.h | 18 +++++++----- .../soc/realtek/8195a/cmsis/device/strproc.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_adc.h | 19 ++++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_api.h | 19 ++++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_dac.h | 21 ++++++++------ .../sdk/soc/realtek/8195a/fwlib/hal_diag.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_efuse.h | 19 +++++++------ .../sdk/soc/realtek/8195a/fwlib/hal_gdma.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_gpio.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_i2c.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_irqn.h | 18 +++++++----- .../soc/realtek/8195a/fwlib/hal_log_uart.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_misc.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_peri_on.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_pwm.h | 18 +++++++----- .../realtek/8195a/fwlib/hal_soc_ps_monitor.h | 12 ++++++++ .../soc/realtek/8195a/fwlib/hal_spi_flash.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_ssi.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_timer.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_uart.h | 18 +++++++----- .../sdk/soc/realtek/8195a/fwlib/hal_util.h | 18 +++++++----- .../realtek/8195a/fwlib/hal_vector_table.h | 28 +++++++++---------- .../realtek/8195a/misc/driver/rtl_consol.c | 18 +++++++----- .../realtek/8195a/misc/driver/rtl_consol.h | 18 +++++++----- .../soc/realtek/common/bsp/section_config.h | 18 +++++++----- .../common/rtl_std_lib/include/rtl_lib.h | 20 ++++++++++--- 44 files changed, 503 insertions(+), 265 deletions(-) diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/diag.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/diag.h index b42387890f..05b6348a19 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/diag.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/diag.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _DIAG_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_pinmux.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_pinmux.h index e7dbe5fc3d..28a30c5283 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_pinmux.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_pinmux.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef _HAL_PINMUX_ #define _HAL_PINMUX_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_platform.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_platform.h index d0979d7537..ca2b406bf3 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_platform.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/hal_platform.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/platform_autoconf.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/platform_autoconf.h index 5bb99dd8d5..83d2f00457 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/platform_autoconf.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/platform_autoconf.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ /* * Automatically generated by make menuconfig: don't edit */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rand.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rand.h index 47ac51e0b6..222f289208 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rand.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rand.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ u32 diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h index 5eb92993e5..209b42fbbe 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_8195A_H_ #define _HAL_8195A_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_adc.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_adc.h index 48240b0933..785dd66659 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_adc.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_adc.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTL8195A_ADC_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_dac.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_dac.h index c3a9861d1b..a4f689b767 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_dac.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_dac.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef _RTL8195A_DAC_H_ #define _RTL8195A_DAC_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gdma.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gdma.h index b384942cef..3764fa7948 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gdma.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gdma.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gpio.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gpio.h index 0fd3d8dd79..cdc90a0131 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gpio.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_gpio.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_i2c.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_i2c.h index d38e4d25ed..ceb551fb0a 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_i2c.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_i2c.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTL8195A_I2C_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_peri_on.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_peri_on.h index da99b985c7..a768b12eb2 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_peri_on.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_peri_on.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef __INC_RTL8195A_PERI_ON_H #define __INC_RTL8195A_PERI_ON_H diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_pwm.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_pwm.h index 264bbffbe2..9d7266096e 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_pwm.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_pwm.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_spi_flash.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_spi_flash.h index e2127b789a..315db89171 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_spi_flash.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_spi_flash.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef _RTL8195A_SPI_FLASH_H #define _RTL8195A_SPI_FLASH_H diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_ssi.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_ssi.h index 2e4bcc3fea..f700c55738 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_ssi.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_ssi.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTL8195A_SSI_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_sys_on.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_sys_on.h index 2c5ef62b42..dee486e291 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_sys_on.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_sys_on.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef __INC_RTL8195A_SYS_ON_BIT_H #define __INC_RTL8195A_SYS_ON_BIT_H diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_timer.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_timer.h index 5424a74d4e..2dd16255db 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_timer.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_timer.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTL8195A_TIMER_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_wdt.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_wdt.h index edbedd2fea..e0e414dadf 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_wdt.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a_wdt.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2014 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTL8195A_WDT_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/va_list.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/va_list.h index e3e8b826a1..6c7a03eab5 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/va_list.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/va_list.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _VA_LIST_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/cmsis/device/strproc.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/cmsis/device/strproc.h index ab1a37fe09..ee944ee350 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/cmsis/device/strproc.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/cmsis/device/strproc.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _STRPROC_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_adc.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_adc.h index 6d3e8ad39f..6be2d183d8 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_adc.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_adc.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_ADC_H_ @@ -318,3 +322,4 @@ HAL_Status RtkADCDisablePS(IN VOID *Data); HAL_Status RtkADCEnablePS(IN VOID *Data); extern VOID QueryRegPwrState(IN u8 FuncIdx,OUT u8* RegState,OUT u8* HwState); #endif + diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_api.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_api.h index c50b6e7eed..1af6694a97 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_api.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_api.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_API_H_ #define _HAL_API_H_ @@ -124,3 +128,4 @@ typedef enum _HAL_Status #endif //_HAL_API_H_ + diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_dac.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_dac.h index a24cf5d07f..d28e32cb06 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_dac.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_dac.h @@ -1,11 +1,15 @@ -//====================================================== -// Routines to access hardware -// -// Copyright (c) 2013 Realtek Semiconductor Corp. -// -// This module is a confidential and proprietary property of RealTek and -// possession or use of this module requires written permission of RealTek. -//====================================================== +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef _HAL_DAC_H_ #define _HAL_DAC_H_ @@ -311,3 +315,4 @@ PSAL_DAC_MNGT_ADPT RtkDACGetMngtAdpt(IN u8 DACIdx); RTK_STATUS RtkDACFreeMngtAdpt(IN PSAL_DAC_MNGT_ADPT pSalDACMngtAdpt); #endif + diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_diag.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_diag.h index 8bacf1633d..259e6f7f42 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_diag.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_diag.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_DIAG_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_efuse.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_efuse.h index 4bdfdfe0b7..2f0a7d03e6 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_efuse.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_efuse.h @@ -1,12 +1,15 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ - #ifndef _HAL_EFUSE_H_ #define _HAL_EFUSE_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gdma.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gdma.h index d7294e60ef..f2b0e4dc29 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gdma.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gdma.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_GDMA_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gpio.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gpio.h index c05be6dd1f..6fc084f0dc 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gpio.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_gpio.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_GPIO_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_i2c.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_i2c.h index 6663c58389..7ddd0628fb 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_i2c.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_i2c.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_I2C_H_ //#ifndef _HAL_I2C_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_irqn.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_irqn.h index 7a97c57192..b98a9079a7 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_irqn.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_irqn.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_IRQN_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_log_uart.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_log_uart.h index ca0cc121f1..827b1032d8 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_log_uart.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_log_uart.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_LOG_UART_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_misc.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_misc.h index 33d40c2b75..1888368821 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_misc.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_misc.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _MISC_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_peri_on.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_peri_on.h index abcbdd05fb..db49249ad1 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_peri_on.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_peri_on.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_PERI_ON_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_pwm.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_pwm.h index 2da7adfca3..7101120fe3 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_pwm.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_pwm.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_PWM_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_soc_ps_monitor.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_soc_ps_monitor.h index 0cef9ed477..85aa316962 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_soc_ps_monitor.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_soc_ps_monitor.h @@ -1,3 +1,15 @@ +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* + */ #ifndef _HAL_SOCPWR_ #define _HAL_SOCPWR_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_spi_flash.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_spi_flash.h index 3dc6afc903..f4b8b5ee11 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_spi_flash.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_spi_flash.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_ssi.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_ssi.h index dbcd9c2d04..179ef904a0 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_ssi.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_ssi.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_SSI_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_timer.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_timer.h index 55de2a4b0e..69af4d07fd 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_timer.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_timer.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_TIMER_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_uart.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_uart.h index c49bb313c7..b9598f1027 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_uart.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_uart.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_UART_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_util.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_util.h index 612ac0e7be..02281f6744 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_util.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_util.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _HAL_UTIL_H_ #define _HAL_UTIL_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_vector_table.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_vector_table.h index e1eb2fb2d1..cd2d114917 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_vector_table.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/fwlib/hal_vector_table.h @@ -1,19 +1,19 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ - #ifndef _HAL_VECTOR_TABLE_H_ #define _HAL_VECTOR_TABLE_H_ - - - extern _LONG_CALL_ROM_ VOID VectorTableInitRtl8195A( IN u32 StackP @@ -23,7 +23,7 @@ extern _LONG_CALL_ROM_ VOID VectorTableInitForOSRtl8195A( IN VOID *PortSVC, IN VOID *PortPendSVH, - IN VOID *PortSysTick + IN VOID *PortSysTick ); extern _LONG_CALL_ROM_ BOOL @@ -36,7 +36,6 @@ VectorIrqUnRegisterRtl8195A( IN PIRQ_HANDLE pIrqHandle ); - extern _LONG_CALL_ROM_ VOID VectorIrqEnRtl8195A( IN PIRQ_HANDLE pIrqHandle @@ -47,7 +46,8 @@ VectorIrqDisRtl8195A( IN PIRQ_HANDLE pIrqHandle ); - extern _LONG_CALL_ROM_ VOID HalPeripheralIntrHandle(VOID); + #endif //_HAL_VECTOR_TABLE_H_ + diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.c b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.c index 4d4184799d..ebeae470bd 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.c +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.c @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #include "rtl8195a.h" diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.h index 66add6a824..538d2c5460 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/8195a/misc/driver/rtl_consol.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _RTK_CONSOL_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/section_config.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/section_config.h index 3fd3c7b1d6..d6f87264df 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/section_config.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/section_config.h @@ -1,10 +1,14 @@ -/* - * Routines to access hardware - * - * Copyright (c) 2013 Realtek Semiconductor Corp. - * - * This module is a confidential and proprietary property of RealTek and - * possession or use of this module requires written permission of RealTek. +/******************************************************************************* + *Copyright (c) 2013-2016 Realtek Semiconductor Corp, All Rights Reserved + * SPDX-License-Identifier: LicenseRef-PBL + * + * Licensed under the Permissive Binary License, Version 1.0 (the "License"); + * you may not use this file except in compliance with the License. + * + * You may obtain a copy of the License at https://www.mbed.com/licenses/PBL-1.0 + * + * See the License for the specific language governing permissions and limitations under the License. + ******************************************************************************* */ #ifndef _SECTION_CONFIG_H_ diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/rtl_std_lib/include/rtl_lib.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/rtl_std_lib/include/rtl_lib.h index 5380e77798..d936cf1355 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/rtl_std_lib/include/rtl_lib.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/rtl_std_lib/include/rtl_lib.h @@ -1,8 +1,19 @@ -/* - * rtl_lib.h +/****************************************************************************** + * Copyright (c) 2013-2016 Realtek Semiconductor Corp. * - * Definitions for RTL library functions - */ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ #ifndef _RTL_LIB_H_ #define _RTL_LIB_H_ @@ -141,3 +152,4 @@ extern int rtl_string_test(IN u16 argc, IN u8 *argv[]); #endif /* _RTL_LIB_H_ */ +