summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ODROID-N2: fix '401 - Bad credential' error for Travis-CItravis/odroidn2-99travis/odroidn2-97travis/odroidn2-95travis/odroidn2-93travis/odroidn2-91travis/odroidn2-87travis/odroidn2-103travis/odroidn2-101odroidn2-v2015.01Dongjin Kim2020-03-191-2/+1
* ODROID-COMMON: Fix bug for boot_order scanning.travis/odroidn2-85s922_9.0.0_64_20200318Chris KIM2020-03-171-2/+2
* Fixup: ODROID-N2: spdif: Fix high output after shutdown Revert gpio handling ...Portisch2020-03-021-17/+12
* ODROID-N2: firmware: reset the DDR configurationtravis/odroidn2-75Dongjin Kim2020-02-171-2/+2
* uboot: update ddr and emmc driver. [1/3]xiaobo gu2020-02-1715-35924/+37104
* Merge "ODROID-N2: spdif: Fix high output after shutdown" into odroidn2-v2015.01travis/odroidn2-73Dongjin Kim2020-02-131-3/+20
|\
| * ODROID-N2: spdif: Fix high output after shutdownHyeonki Hong2020-02-131-3/+20
* | ext4: Update ext2/3/4 superblock, group descriptor and inode structuresStefan Brüns2020-02-101-4/+46
* | ext4: Revert rejection of 64bit enabled ext4 fsStefan Brüns2020-02-101-9/+0
* | ext4: Respect group descriptor size when adjusting free countsStefan Brüns2020-02-102-24/+69
* | ext4: Use helper function to access group descriptor and its fieldsStefan Brüns2020-02-103-139/+156
* | ext4: Use correct descriptor size when reading the block group descriptorStefan Brüns2020-02-101-4/+4
* | ext4: Add helper functions for block group descriptor field accessStefan Brüns2020-02-102-0/+94
* | ext4: determine group descriptor size for 64bit featureStefan Brüns2020-02-102-5/+17
* | ext4: Fix memory leak of journal buffer if block is updated multiple timesStefan Brüns2020-02-101-1/+5
* | ext4: Correct block number handling, empty block vs. error codeStefan Brüns2020-02-102-4/+13
* | ext4: remove duplicated block release code for extentsStefan Brüns2020-02-101-77/+33
* | ext4: initialize full inode for inodes bigger than 128 bytesStefan Brüns2020-02-101-6/+4
* | ext4: Use correct value for inode size even on revision 0 filesystemsStefan Brüns2020-02-102-3/+0
* | ext4: Fix memory leak in case of failureStefan Brüns2020-02-101-2/+2
* | ext4: Avoid out-of-bounds access of block bitmapStefan Brüns2020-02-101-22/+12
* | ext4: After completely filled group, scan next group from the beginningStefan Brüns2020-02-101-3/+5
* | ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns2020-02-101-3/+0
* | ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns2020-02-101-7/+7
* | ext4: Scan all directory blocks when looking up an entryStefan Brüns2020-02-101-44/+40
* | ext4: Avoid corruption of directories with hash tree indexesStefan Brüns2020-02-102-0/+6
* | ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns2020-02-101-44/+30
* | ext4: Do not crash when trying to grow a directory using extentsStefan Brüns2020-02-101-1/+6
* | ext4: propagate error if creation of directory entry failsStefan Brüns2020-02-103-8/+10
* | ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns2020-02-103-39/+23
* | ext4: fix wrong usage of le32_to_cpu()Michael Walle2020-02-101-1/+1
* | ext4: fix endianess problems in ext4 write supportMichael Walle2020-02-106-252/+314
* | ext4: change structure fields to __le/__be typesMichael Walle2020-02-102-88/+88
* | ext4: Refuse to mount filesystems with 64bit feature setTom Rini2020-02-102-0/+11
* | fs: ext4: Prevent infinite loop in ext4fs_iterate_dirThomas Fitzsimmons2020-02-101-0/+5
* | ext4: fix leak in check_filename()Stephen Warren2020-02-101-2/+3
* | ext4: free allocations by parse_path()Stephen Warren2020-02-101-2/+6
* | ext4: avoid calling ext4fs_mount() twice, which leaksStephen Warren2020-02-101-10/+0
* | fs: ext4 write: return file len on successPrzemyslaw Marczak2020-02-101-0/+2
|/
* Merge branch 'odroidn2-v2015.01' of github.com:hardkernel/u-boot into odroidn...travis/odroidn2-64s922_9.0.0_64_20191205Chris KIM2019-11-190-0/+0
|\
| * ODROID-COMMON: Revert "fdt: do not padding 'reg' property if already defined ...travis/odroidn2-61Dongjin Kim2019-09-111-9/+0
| * ODROID-COMMON: bootm: not to read FDT address when bootingtravis/odroidn2-59Dongjin Kim2019-09-091-12/+2
| * Revert "ODROID-C3/N2: removing CONFIG_SYS_MEM_TOP_HIDE to free 128MB"travis/odroidn2-57Dongjin Kim2019-08-202-5/+2
| * ODROID-C3/N2: removing CONFIG_SYS_MEM_TOP_HIDE to free 128MBtravis/odroidn2-55Dongjin Kim2019-08-142-2/+5
| * ODROID-N2: fip/g12b: update new BL2 for CLK81travis/odroidn2-51Dongjin Kim2019-07-041-0/+0
* | ODROID-COMMON: Revert "fdt: do not padding 'reg' property if already defined ...s922_9.0.0_64_20191118Dongjin Kim2019-09-111-9/+0
* | ODROID-COMMON: bootm: not to read FDT address when bootingDongjin Kim2019-09-071-12/+2
* | Revert "ODROID-C3/N2: removing CONFIG_SYS_MEM_TOP_HIDE to free 128MB"Dongjin Kim2019-08-202-5/+2
* | ODROID-C3/N2: removing CONFIG_SYS_MEM_TOP_HIDE to free 128MBDongjin Kim2019-08-132-2/+5
* | ODROID-N2: fip/g12b: update new BL2 for CLK81s922_9.0.0_20190719Dongjin Kim2019-07-041-0/+0
|/