aboutsummaryrefslogtreecommitdiff
path: root/disk/part_amiga.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass1-11/+11
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+4
2016-03-14dm: part: Rename some partition functionsSimon Glass1-2/+2
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass1-4/+12
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+8
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-6/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-5/+1
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
2009-04-03mflash: Initial mflash supportunsik Kim1-2/+3
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-5/+5
2007-07-09disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-3/+3
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2005-02-24Cleanup USB and partition defineswdenk1-1/+5
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-1/+0
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-22/+22
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+399