Always use printf_wrn() for printing warnings
[oweals/u-boot_mod.git] / u-boot / board / ar7240 / common / common.c
2017-07-09 Piotr DymaczAlways use printf_wrn() for printing warnings
2017-06-13 Piotr DymaczAdd new custom command 'rstbywdt' for last reset reason...
2016-09-09 Piotr DymaczUse MK_STR for CONFIG_BOARD_CUSTOM_STRING
2016-09-01 Piotr DymaczAdd support for reading/storing MAC address in env...
2016-06-14 Piotr DymaczIntroduce new, common PCIe setup code for QC/A WiSoCs
2016-03-22 Piotr DymaczMerge pull request #88 from bittorf/readme_fix_url_to_u...
2016-03-20 Piotr DymaczAdd more information about DDR timing values and print...
2016-03-13 Piotr DymaczAdd functions which return DDR width and CAS latency...
2016-03-09 Piotr DymaczIntroduce new DRAM related init code for QC/A (for...
2016-03-04 Piotr DymaczAdd QC/A DRAM related reg defines, function prototypes...
2016-03-03 Piotr DymaczChange GPIO_RST_BUTTON_* define names
2016-03-03 Piotr DymaczChange BOARD_CUSTOM_STRING define name, add default...
2016-03-01 Piotr DymaczMove reset_button_status function to common qca file
2015-12-15 Piotr DymaczFix printing clock values lower than 100 MHz
2015-12-02 Piotr DymaczUpdate printing FLASH info in common code, allow to...
2015-11-23 Piotr DymaczAdd missing copyright/license info
2015-11-14 Piotr DymaczRework code related with CPU reset, plus minor fixes
2015-11-14 Piotr DymaczAdd support for reading MIPS CPU type and print it...
2015-11-13 Piotr DymaczNew, common file for board related, common functions