summaryrefslogtreecommitdiffstats
path: root/board/nokia
Commit message (Expand)AuthorAgeFilesLines
* Nokia RX-51: Move content of rx51.h to rx51.cPali Rohár2021-03-032-32/+16
* Nokia RX-51: Remove function set_muxconf_regs()Pali Rohár2021-03-032-357/+0
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* | Nokia RX-51: Convert to CONFIG_DM_MMCPali Rohár2021-02-041-15/+18
|/
* Merge branch 'next'Tom Rini2021-01-111-2/+2
|\
| * dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
| * dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* | Nokia RX-51: Decrease i2c speed to 100000Pali Rohár2021-01-051-2/+2
|/
* Nokia RX-51: Make onenand workingIvaylo Dimitrov2020-11-152-0/+22
* Nokia RX-51: During init disable lp5523 led instead of resetting itPali Rohár2020-11-151-2/+2
* Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock()Pali Rohár2020-11-151-0/+2
* Nokia RX-51: Convert to CONFIG_DM_I2CPali Rohár2020-11-151-6/+19
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* Nokia RX-51: Fix checking if serial console was enabledPali Rohár2020-06-131-1/+1
* Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-251-0/+1
|\
| * Nokia RX-51: Add automated test for running RX-51 build in qemuPali Rohár2020-05-191-0/+1
* | common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
|/
* Nokia RX-51: Remember setup_console_atag optionPali Rohár2020-05-111-4/+19
* Nokia RX-51: Remove PART* macrosPali Rohár2020-05-111-12/+6
* Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct placePali Rohár2020-05-111-1/+8
* Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERSPali Rohár2020-05-111-0/+1
* Nokia RX-51: Update my email addressPali Rohár2020-05-115-6/+6
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-4/+4
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski2015-10-221-1/+1
* Nokia RX-51: Fix calculating return address in save_boot_paramsPali Rohár2015-06-121-4/+0
* ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon2015-03-131-7/+12
* arm: Allow lr to be saved by board codeSimon Glass2015-02-161-1/+2
* Nokia RX-51: Do not call secure PPA routine on non secure devicesPali Rohár2015-01-121-1/+5
* omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski2014-12-041-0/+6
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-3/+0
* omap3: kconfig: move board select menu and common settingsMasahiro Yamada2014-08-301-8/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-301-0/+6
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+23
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-3/+3
* Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-191-2/+0
* board: arm: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-23/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-245-85/+5
* twl4030: make twl4030_i2c_read_u8 prototype consistentNishanth Menon2013-05-101-8/+8
* twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon2013-05-101-18/+18
* omap_hsmmc: add driver check for write protectionNikita Kiryanov2013-03-081-2/+2
* omap_hsmmc: implement driver check for card detectionNikita Kiryanov2013-03-081-2/+2
* New board support: Nokia RX-51 aka N900Pali Rohár2012-10-305-0/+1632