Justin Hibbits 3c8c50f955 powerpc/powernv: Fix major bugs in opal_flash
* The BIO bio_data may not be page aligned.  Only the base address of each
  page worth of data is extracted to pass to OPAL.  Without page alignment
  it can scribble over random memory when finishing the page read.  Fix this
  by short-reading the first page to properly align for full page reads.
* Fix the definition of OPAL_FLASH_ERASE.
* Properly handle the async message result, as now returned from r345974.
2019-04-06 02:39:56 +00:00
..
2019-03-29 20:21:28 +00:00
2019-04-03 18:27:54 +00:00
2019-03-29 20:21:28 +00:00
2019-04-05 19:27:51 +00:00
2019-04-05 02:54:02 +00:00
2019-04-05 19:31:26 +00:00
2019-02-21 01:30:37 +00:00
2019-03-25 07:48:52 +00:00
2019-03-28 08:59:11 +00:00
2019-04-05 02:54:02 +00:00
2019-04-05 19:31:26 +00:00
2019-02-04 21:28:25 +00:00
2019-04-05 16:12:35 +00:00