oweals/u-boot_mod.git
2015-12-02 Piotr DymaczRemove old, flash related code from Atheros
2015-12-02 Piotr DymaczAdd SFDP support in new QC/A SPI driver
2015-11-24 Piotr DymaczRemove infinite loop from new QC/A SPI driver
2015-11-23 Piotr DymaczAdd missing copyright/license info
2015-11-22 Piotr DymaczAdd initial version of new QC/A SPI FLASH driver
2015-11-16 Piotr DymaczWIP: clean little bit ap143.h
2015-11-16 Piotr DymaczAdd support for LED and button in TL-WR820N
2015-11-16 Piotr DymaczDrop executable file attrib for original U-Boot images
2015-11-16 Piotr DymaczAdd original U-Boot image for TP-Link TL-WR820N v1...
2015-11-16 Piotr DymaczUpdate .gitignore: track original u-boot images
2015-11-16 Piotr DymaczInclude all files from TP-Link GPL sources needed to...
2015-11-16 Piotr DymaczAdd initial definition for TL-WR820N CH in U-Boot Makefile
2015-11-16 Piotr DymaczRemove not used anymore config CONFIG_HORNET_1_1_WAR
2015-11-16 Piotr DymaczRemove old configs CONFIG_AR7240 and CONFIG_AR7100
2015-11-16 Piotr DymaczAdd TL-WR820N CH definition in top level Makefile
2015-11-16 Piotr DymaczRework start(_bootstrap).S files
2015-11-16 Piotr DymaczMore cleans, this time with AR934x low level related...
2015-11-16 Piotr DymaczClean mess with AR933x low level related code
2015-11-16 Piotr DymaczAdd qca_gpio_init.S file with lowlevel initialization...
2015-11-15 Piotr DymaczAdd GPIO MUX related definitions in qca_soc_common...
2015-11-15 Piotr DymaczAdjust QC/A SOC related code to the new bitmask SOC_TYP...
2015-11-15 Piotr DymaczDon't include linux/bitops.h header in ASM code
2015-11-15 Piotr DymaczFix wrong bitwise operators used for SOC_TYPE defines
2015-11-15 Piotr DymaczUse new bitmask for SOC_TYPE in QC/A common registers...
2015-11-15 Piotr DymaczUse bitmasks for SOC types and SOC families selection
2015-11-14 Piotr DymaczRework code related with CPU reset, plus minor fixes
2015-11-14 Piotr DymaczAdd bit fields definitions for RST_RESET register in...
2015-11-14 Piotr DymaczFix definitions for QCA953x revisions
2015-11-14 Piotr DymaczAdd support for reading MIPS CPU type and print it...
2015-11-13 Piotr DymaczRemove old serial and clock drivers, we don't need...
2015-11-13 Piotr DymaczAdjust code in ar7240_flash.c to work after last changes
2015-11-13 Piotr DymaczSome code cleans and formatting fixes
2015-11-13 Piotr DymaczStart using new QC/A related code plus minor fixes...
2015-11-13 Piotr DymaczAdd forgotten define name change in soc_common.h
2015-11-13 Piotr DymaczNew, common file for board related, common functions
2015-11-13 Piotr DymaczAdd new code/drivers for QC/A WiSoCs
2015-11-12 Piotr DymaczIntroduce new header files for SoC register defines
2015-11-11 Piotr DymaczAnother helper macro moved to include/linux/bitops.h
2015-11-11 Piotr DymaczExport new SOC_TYPE defines into include/config.h,...
2015-11-11 Piotr DymaczAdd git short hash in U-Boot version string
2015-11-09 Piotr DymaczAdd BIT/S() macro helpers in u-boot/include/linux/bitops.h
2015-11-08 Piotr DymaczChange BOARD_CUSTOM_STRING for all supported devices...
2015-11-05 Piotr DymaczMerge branch 'pull_request_82'
2015-11-05 Piotr DymaczCosmetic fix
2015-11-05 Piotr DymaczMerge branch 'pull_request_79'
2015-11-05 Piotr DymaczUse longer name for Black Swift board defines, BSB...
2015-11-05 Piotr DymaczMerge branch 'pull_request_67'
2015-11-05 Piotr DymaczUpdate both README files: add shorter and tested instru...
2015-11-05 Piotr DymaczUpdate both README files: add description for OpenWrt...
2015-11-05 Piotr DymaczMerge branch 'update_readme'
2015-11-05 Piotr DymaczUpdate both README files, add information about differe...
2015-10-21 Tobias DiedrichFix warning in tinf.h: function declaration isn't a... 82/head
2015-10-21 Tobias DiedrichReplace crc32 with tinf_crc32 everywhere.
2015-10-21 Tobias DiedrichMake compressed image compile again.
2015-10-21 Tobias DiedrichAllow overriding CROSS_COMPILE on the commandline.
2015-10-20 Tobias DiedrichRemove local modifications from tinfgzip.c that were...
2015-10-20 Tobias DiedrichAvoid "implicit declaration of function 'tinf_crc32'"
2015-10-20 Tobias DiedrichDrop in tinflate lib.
2015-10-20 Tobias DiedrichRemvove unused zlib.h and bzlib.h
2015-10-20 Tobias DiedrichMove milisecdelay into include/common.h
2015-10-19 Tobias DiedrichDo not set -DCOMPRESSED_UBOOT=0
2015-10-19 Tobias DiedrichFix memory initialization in ag7240.c
2015-10-19 Tobias DiedrichLog a message when sbrk fails and return the correct...
2015-09-26 Antony PavlovREADME*: add Black Swift board info 79/head
2015-09-26 Dmitriy Zherebkovadd Black Swift board support
2015-06-10 Antony Pavlovnet: fix ag934x.c and ag7240.c formatting 67/head
2015-06-10 Antony Pavlovdrop useless extern function declarations
2015-05-25 Antony Pavlovu-boot/cpu/mips/ar7240/ag934x.c: dos2unix
2015-04-29 Piotr DymaczEnable loadb/loady commands by default for most of...
2015-04-29 Piotr DymaczCosmetic changes in cmd_load.c, tested, working
2015-04-29 Piotr DymaczAdd missing newline in setclk command description.
2015-04-29 Piotr DymaczRestore support for loadb, loads and saves commands...
2015-04-28 Piotr DymaczAdd all supported baud rates in top config. TODO: fix...
2015-04-28 Piotr DymaczPrint all available baud rates if selected is not supported
2015-04-28 Piotr DymaczUpdate list of supported baud rates in new AR933x seria...
2015-04-28 Piotr DymaczSwitch to target function name for clocks reading
2015-04-28 Piotr DymaczMove serial_init function, that solves problems with...
2015-04-28 Piotr DymaczDon't enable RTS/CTS by default in new AR933x UART...
2015-04-28 Piotr DymaczRemove unused, old UART driver and clean Makefile in...
2015-04-28 Piotr DymaczFunction ar933x_40MHz_xtal should be inline
2015-04-28 Piotr DymaczSwitch to new UART driver and allow to use more baudrat...
2015-04-28 Piotr DymaczNew and better AR933x UART driver, with support for...
2015-04-28 Piotr DymaczMove ar7240_sys_frequency function to external, new...
2015-04-28 Piotr DymaczNew AR933x SoC registers definitions
2015-04-28 Piotr DymaczMake U-Boot image upgrade scripts in environment variab...
2015-04-28 Piotr DymaczRemove fake, software FLASH protection command and...
2015-04-28 Piotr DymaczAdd missing echo commands in update scripts, stored...
2015-04-28 Piotr DymaczMake custom command "defenv" compatible with environmen...
2015-04-28 Piotr DymaczRestore FLASH protection related command and function...
2015-04-28 Piotr DymaczEnable more commands and writable environment support...
2015-04-28 Piotr DymaczFix line endings (Win->Unix) in u-boot/include/configs...
2015-04-28 Piotr DymaczTemporary remove DHCP feature on D-Link DIR505, so...
2015-04-27 Piotr DymaczExtend maximum U-Boot image size up to 123 KB (1 KB...
2015-04-27 Piotr DymaczAllow to upload in web failsafe mode U-Boot images...
2015-04-27 Piotr DymaczUse U-Boot max. image size definition from top Makefile...
2015-04-27 Piotr DymaczChange name of U-Boot max. image size definition in...
2015-04-27 Piotr DymaczAdd more files in top .gitignore
2015-04-26 Piotr DymaczMerge branch 'pull-request-56'
2015-04-20 Antony Pavlovimport slightly stripped top .gitignore from mainline... 56/head
2015-04-20 Antony Pavlovtreewide: drop executable file attrib for non-executabl...
next