summaryrefslogtreecommitdiff
path: root/disk/part_amiga.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: 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-09Move 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-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass1-11/+11
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+4
2016-03-15dm: part: Rename some partition functionsSimon Glass1-2/+2
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-4/+12
2016-03-15dm: part: Add a cast to avoid a compiler warningSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+8
2016-01-14block: 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-04mflash: Initial mflash supportunsik Kim1-2/+3
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-5/+5
2007-07-10disk/: 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-25Cleanup USB and partition defineswdenk1-1/+5
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-22/+22
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+399