oweals/u-boot_mod.git
2016-06-14 Piotr DymaczAdd support for Wallys DR531 (QCA9531 v2)
2016-06-14 Piotr DymaczIntroduce new, common PCIe setup code for QC/A WiSoCs
2016-06-14 Piotr Dymacztrivial: drop executable file attribute on source files
2016-06-14 Piotr DymaczDrop old PCI/E related code
2016-06-14 Piotr DymaczAdd PCIe and reset related registers/bit fields for...
2016-06-12 Piotr DymaczRework PLL/clock related registers/bit fields in common...
2016-06-03 Piotr DymaczSetup GPIO_OUT register before GPIO_OUT_FUNCx and GPIO_...
2016-03-31 Piotr DymaczIgnore null character when waiting for autoboot abort
2016-03-31 Piotr DymaczCosmetic cleanups in QC/A LSUART driver
2016-03-30 Piotr DymaczAdd missing timer_init function in init sequence for...
2016-03-29 Piotr DymaczFix new gcc compile errors (do not use extern inline...
2016-03-29 Piotr DymaczFix mess with inline QC/A related functions
2016-03-22 Piotr DymaczMerge pull request #88 from bittorf/readme_fix_url_to_u...
2016-03-22 Piotr DymaczUpdate READMEs
2016-03-22 Piotr DymaczSwitch to OpenWrt toolchain (musl based)
2016-03-22 Piotr DymaczRemove old and not needed anymore code from old QC...
2016-03-22 Piotr DymaczClean little bit mess in code included from Atheros...
2016-03-22 Piotr DymaczRemove atheros.h include from ap143.h config file
2016-03-21 Piotr DymaczAdd SWITCH_CLOCK_CONTROL register definition in common...
2016-03-21 Piotr DymaczAdd support for TP-Link TL-WR802N (QCA9533)
2016-03-21 Piotr DymaczMake use of new PLL/clock profiles, remove some not...
2016-03-21 Piotr DymaczAdd more PLL/clock profiles for AR933x, mark tested
2016-03-21 Piotr DymaczDon't use CPU/DDR sync mode with fractional multipliers...
2016-03-21 Piotr Dymaczcmd_qcaclk: show proper nfrac values plus cosmetic...
2016-03-21 Piotr DymaczDrop CFG_HZ_FALLBACK as we don't need it anymore, clean...
2016-03-21 Piotr DymaczFix AR933x PLL/clock profiles
2016-03-20 Piotr DymaczReset also DDR controller in AR9331 during first boot
2016-03-20 Piotr DymaczRemove time/delay related functions from lib_bootstrap...
2016-03-20 Piotr DymaczClean config headers from old and not needed defines
2016-03-20 Piotr DymaczRemove old code for ap143
2016-03-20 Piotr DymaczAdd more information about DDR timing values and print...
2016-03-20 Piotr DymaczBe consistent with register names in common QC/A header
2016-03-20 Piotr DymaczUse BIT() macro in common QC/A header
2016-03-20 Piotr DymaczRestore workaround for AR9331 hang at boot issue
2016-03-20 Piotr DymaczAdd new, common setup code for QC/A WiSoC DDR controllers
2016-03-17 Piotr DymaczFor AR933x always return 16-bit DDR width
2016-03-14 Piotr DymaczAdd DDR_FSM_WAIT_CONTROL register address in common...
2016-03-14 Piotr DymaczSetup AHB master tout in QCA95xx low level init, as...
2016-03-13 Piotr DymaczAdd DDR_BURST{,2} register defines in common QC/A header
2016-03-13 Piotr DymaczAdd functions which return DDR width and CAS latency...
2016-03-13 Piotr DymaczCalculate SPI clock only if needed in qca_clocks.c
2016-03-13 Piotr DymaczAdjust qca_dram.h after last changes in bit fields...
2016-03-13 Piotr DymaczAdd and fix DRAM register defines and two func prototyp...
2016-03-13 Piotr DymaczCosmetic changes and fixes in qca_clocks.c
2016-03-10 Piotr DymaczMove DDR_RD_DATA_THIS_CYCLE reg setup in new AR933x...
2016-03-10 Piotr DymaczAdd some bootstrap register related defines in common...
2016-03-10 Piotr DymaczMove up DDR_RD_DATA_THIS_CYCLE register setup in new...
2016-03-09 Piotr DymaczIntroduce new DRAM related init code for QC/A (for...
2016-03-06 Piotr DymaczInclude workaround for AR933x PLL init from old code...
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 DEFAULT_FLASH_SIZE_IN_MB define name, use 4...
2016-03-03 Piotr DymaczChange BOARD_CUSTOM_STRING define name, add default...
2016-03-03 Piotr DymaczMinor changes in common spi_flash.c
2016-03-02 Piotr DymaczAdd support for TP-Link TL-WR841N v9 (QCA953x based)
2016-03-02 Piotr DymaczFix ap143 Makefile
2016-03-02 Piotr DymaczFix logic mistake in QC/A low level GPIO init
2016-03-02 Piotr DymaczUse 'CN' instead of 'CH' for indicate that device is...
2016-03-02 Piotr DymaczInclude repository status (-{clean,dirty}) in version...
2016-03-02 Piotr DymaczUse CONFIG_TPLINK_IMAGE_HEADER define to select TP...
2016-03-01 Piotr DymaczAdd original U-Boot image for TP-Link TL-WR841N v9
2016-03-01 Piotr DymaczMove reset_button_status function to common qca file
2016-02-29 Piotr DymaczRemove old and not used anymore code for QCA953x low...
2016-02-28 Piotr DymaczConfigure LSUART TX pin in low level GPIO init even...
2016-02-23 Piotr DymaczAdjust apu143.h config file for new PLL/clock and GPIO...
2016-02-21 Piotr DymaczAdjust db12x.h config file for new PLL/clock configurat...
2016-02-21 Piotr DymaczAdjust ap121.h config file for new PLL/clock configurat...
2016-02-21 Piotr DymaczRemove old and unused ar933x header file
2016-02-21 Piotr DymaczAdd cmd_qcaclk to Makefile
2016-02-21 Piotr DymaczAdd new setclk/clearclk custom commands for QC/A
2016-02-21 Piotr DymaczIntroduce new low level init code for AR934x/QCA95xx...
2016-02-21 Piotr DymaczRemove platform related code from start{_bootstrap...
2016-02-21 Piotr DymaczDon't use dash in defines
2016-02-21 Piotr DymaczRemove old code of setclk and clearclk custom commands
2016-02-21 Piotr DymaczAdd GPIO_FUNCTION_2 register defines, setup GPIO11...
2016-02-20 Piotr DymaczFix CPU PLL dither register definitions; add some other...
2016-02-19 Piotr DymaczIntroduce new, low level GPIO initialization code
2016-02-18 Piotr DymaczFix AR933x GPIO related register bit fields in QC/A...
2016-02-15 Piotr DymaczAdd some information about the author and clean up...
2016-02-13 Piotr DymaczAdd RTC related registers in QC/A SOC common header...
2016-02-11 Piotr DymaczAdd original U-Boot images for two more AR9331 based...
2016-02-11 Piotr DymaczFix wrong U-Boot bin images file permissions
2016-02-11 Piotr DymaczAdd original U-Boot images for two new GL-iNet devices...
2016-02-11 Piotr DymaczAdd original U-Boot image for Wallys DR531
2016-01-08 Bastian BittorfREADME: fix URL to IP-stack uIP 0.9 88/head
2015-12-15 Piotr DymaczFix printing clock values lower than 100 MHz
2015-12-15 Piotr DymaczAllow to define particular stop character for autoboot
2015-12-14 Piotr DymaczAdd some missing field defines in SPI FLASH related...
2015-12-10 Piotr DymaczUse macros for bit fiels definition in QC/A common...
2015-12-10 Piotr DymaczAllow to use bit mask in asm code
2015-12-10 Piotr DymaczFix wrong DPLL2 in SRIF area register definitions for...
2015-12-03 Piotr DymaczUpdate default SPI divider value for QCA953x
2015-12-02 Piotr DymaczInclude new FLASH common code file also in ap143 Makefile
2015-12-02 Piotr DymaczFix SPI clock calculation in setclk command, use new...
2015-12-02 Piotr DymaczInclude new FLASH common code file in Makefiles
2015-12-02 Piotr DymaczUpdate printing FLASH info in common code, allow to...
2015-12-02 Piotr DymaczAdd new file with FLASH related common code for all...
2015-12-02 Piotr DymaczInclude new QC/A SPI FLASH driver in Makefile
2015-12-02 Piotr DymaczRemove from cmd_custom.c include of already removed...
2015-12-02 Piotr DymaczRefactor FLASH related code
next