summaryrefslogtreecommitdiff
path: root/board/renesas/alt/alt.c
Commit message (Expand)AuthorAgeFilesLines
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* ARM: rmobile: alt: Fix I2C bus numberMarek Vasut2019-03-301-1/+1
* ARM: rmobile: Fix PHY LED mode register maskMarek Vasut2019-03-301-1/+1
* ARM: rmobile: alt: Remove CLK2MHZ macroMarek Vasut2019-03-301-1/+0
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRINGMarek Vasut2018-05-021-4/+0
* ARM: rmobile: Update E2 AltMarek Vasut2018-04-261-152/+57
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu2016-08-171-1/+1
* arm: rmobile: alt: Add ethernet function B supportMitsuhiro Kimura2015-06-011-1/+16
* arm: rmobile: alt: Add support SDHINobuhiro Iwamatsu2015-02-251-1/+54
* arm: rmobile: alt: Migrate serial driver to drivers modelNobuhiro Iwamatsu2015-02-251-0/+14
* arm: rmobile: alt: Add support MMC and MMC commandNobuhiro Iwamatsu2014-12-101-0/+19
* arm: rmobile: rcar: Move arch_preboot_os function to rcar-gen2-common/common.cNobuhiro Iwamatsu2014-12-051-6/+0
* arm: rmobile: rcar: Move control macro of mstp to arch-rmobile/rcar-mstp.hNobuhiro Iwamatsu2014-12-051-9/+1
* arm: rmobile: rcar: Move module control register to header file of SoCNobuhiro Iwamatsu2014-12-051-11/+0
* arm: rmobile: alt: Remove dram_init_banksize functionNobuhiro Iwamatsu2014-11-171-7/+1
* arm: rmobile: alt: Remove i2c_init functionNobuhiro Iwamatsu2014-11-101-1/+0
* arm: rmobile: alt: Fix typo in comment for sh-i2cNobuhiro Iwamatsu2014-11-101-1/+1
* arm: rmobile: alt: Enable channel 1 of sh-i2cNobuhiro Iwamatsu2014-11-101-0/+7
* arm: rmobile: alt: Remove board_late_init functionNobuhiro Iwamatsu2014-11-101-5/+0
* arm: rmobile: alt: Fix typo of SCIF idNobuhiro Iwamatsu2014-11-041-3/+3
* arm: rmobile: alt: Remove RAM address initializationNobuhiro Iwamatsu2014-11-041-1/+0
* arm: rmobile: Add support Alt boardNobuhiro Iwamatsu2014-07-241-0/+173