aboutsummaryrefslogtreecommitdiff
path: root/board/nokia
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-06-13Nokia RX-51: Fix checking if serial console was enabledPali Rohár1-1/+1
2020-05-25Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+1
2020-05-19Nokia RX-51: Add automated test for running RX-51 build in qemuPali Rohár1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-11Nokia RX-51: Remember setup_console_atag optionPali Rohár1-4/+19
2020-05-11Nokia RX-51: Remove PART* macrosPali Rohár1-12/+6
2020-05-11Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct placePali Rohár1-1/+8
2020-05-11Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERSPali Rohár1-0/+1
2020-05-11Nokia RX-51: Update my email addressPali Rohár5-6/+6
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2015-10-22omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski1-1/+1
2015-06-12Nokia RX-51: Fix calculating return address in save_boot_paramsPali Rohár1-4/+0
2015-03-13ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766Nishanth Menon1-7/+12
2015-02-16arm: Allow lr to be saved by board codeSimon Glass1-1/+2
2015-01-12Nokia RX-51: Do not call secure PPA routine on non secure devicesPali Rohár1-1/+5
2014-12-04omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski1-0/+6
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-08-30omap3: kconfig: move board select menu and common settingsMasahiro Yamada1-8/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+23
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+3
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-2/+0
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-23/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2013-05-10twl4030: make twl4030_i2c_read_u8 prototype consistentNishanth Menon1-8/+8
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon1-18/+18
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov1-2/+2
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+2
2012-10-30New board support: Nokia RX-51 aka N900Pali Rohár5-0/+1632